
body {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: .9em;
}

#container {
    padding-left: 20px;
    padding-right: 20px;
}

#outerTable {
    width: 1700px;
    height: 755px;
}

#col1 {
    width: 750px;
    height: 400px;
}

#map_canvas {
    width: 750px;
    height: 400px;
}

#propertyData {
    width: 300px;
    height: 900px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 5px;
    text-align: left;
    padding-right: 5px;
    padding-left: 5px;
}

#col2 {
    width: 300px;
    height: 900px;
    background-color: white;
}

#col3 {
    width: 600px;
    height: 900px;
    vertical-align: top;
}

#aerialView {
    width: 600px;
    height: 400px;
    background-color: white;
}

#propertyPhotos {
    width: 600px;
    height: 455px;
    background-color: white;
    overflow-x: hidden;
    overflow-y: scroll;
}

a {
    text-decoration: underline;
    color: blue;
}

#footer {
    font-size: .9em;
    width: 100%;
    text-align: center;
}

.clearfooter {
    clear: both;
}

table {
    width:275px;
    background-color: white;
    border: 1px solid #000000;
    border-collapse: collapse !important;
}

table.tablesorter {
    width:750px;
}


.table-header {
    font-size: .9em;
    font-weight: 500;
    border: 1px solid #000000;
    border-collapse: collapse !important
}

td,
th {
    font-size: .9em;
    font-weight: 300;
    text-align: center !important;
    margin: 2px !important;
    padding: 2px !important;
    border: 1px solid #000000;
    border-collapse: collapse !important
}

th {
    font-weight: 500;
}

#properties {
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#recenter {
    position: absolute;
    top: 50px;
    left: 30px;
    z-index: 100;
}

.sh1 {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: left;
}

.sh2 {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: left;
}

li {
    font-size: .9em;
    font-weight: 300;
    width: 260px !important;
    padding-right: 5px;
    white-space: normal !important;
}

ul {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 5px;
    text-align: left !important;
}

#tools {
    height: 105px;
    width: 600px;
}
