.searchnav {
    /*font-size: 12px;*/
}

.searchbox {
	background: #efefef;
    padding: 10px;
    border: thin ridge;
    margin-right: 10px;
}

.searchbox .header {
    /*font-size: medium;
	font-weight: bold;*/
    color: #132940;
}

#propertyinfo {
    /*font-size: 12px;*/
}

#propertyimages {
    /*font-size: 12px;*/
}

#assessmentinfo {
    /*font-size: 12px;*/
}

#assessmentinfo th {
    border-bottom: solid 1px black;
}

#salesinfo {
    /*font-size: 12px;*/
}

#salesinfo th {
    border-bottom: solid 1px black;
}

.wrappedHeaders {
    white-space: normal;
}

div .searchresults th {
    background-color: #1c650c !important;
}

div .searchresults th a {
    color: #FFF !important;
}

div .resultspager table, div .resultspager table td {
    border: none;
}

div .resultspager table td a {
    color: #1c650c !important;
}


.propertyinfoheader {
    font-weight: bold;
    margin-bottom: 8px;
    border-bottom: 1px solid #777777;
    border-right: 1px solid #777777;
    padding: 3px 4px 0px 5px;
    color: #ffffff;
    background: #4c750f;
}

.result-table {
    /*font-size: 12px;*/
}

/*.result-table th {
    text-align:left;
    padding-left: 3px;
}*/

.result-table th a {
    text-decoration: none; 
}

.result-table th a:hover {
    text-decoration: underline; 
}


.result-table .resultspager {
    /*font-size: 21px;*/
}


.result-table th, td {
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}



.result-table .resultspager table {
    width: auto;
}
.result-table .resultspager td {
    padding: 0 4px 0 4px;
}

.result-table .resultspager span, .resultspager a {
    padding: 2px 5px;
}

.result-table .resultspager span {
    font-weight: bold;
}

.infotable {
    /*font-size: 12px;*/
}

.infotable th, td {
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}

.infotable td {
    /*font-size: 95%;*/
}



@media screen and (min-width: 767px) {
    #site-navigation-mobile {
        display: none;
    }

    #site-navigation {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    #site-navigation-mobile {
        display: block;
    }

    #site-navigation {
        display: none;
    }

    .site-logo {
        width: 60%;
        margin-left: 120px;
    }

    .top-panel {
        display: none;
    }
}




@media print {
    * {
        /*background-color: transparent !important;*/
        box-shadow: none !important;
        text-shadow: none !important;
    }

    @page {
        size: auto;
        /*margin: 5cm 5cm 5cm 5cm !important;*/
    }

    table, h1, h2 {
        position: relative;
    }

    body {
        margin: 0 !important;
        width: 100% !important;
    }

    #page {
        width: 100% !important;
    }

    .no-print {
        display: none !important;
    }

    #toTop {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }

    .container {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #propertyinfo, #propertyimages {
        width: 50% !important;
        float: left !important;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-print-6, .col-xs-6 {
        width: 50% !important;
        float: left !important;
    }

    .result-table th {
        white-space: normal !important;
        word-wrap: break-word !important;
        vertical-align: bottom !important;
    }
}
