﻿html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
    background-color: #b0c4de54;
    overflow: hidden;
}

.main-content {
    height: 100vh;
    overflow: hidden;
}

.view-properties-header {
    padding: 5px;
    margin: 5px;
    position: relative;
    top: 5px;
    /*width: 100%;*/
    /*text-align: center;*/
}

.view-properties-footer {
    /*padding: 5px;*/
    margin: 5px;
}
