﻿        html, body {
            height: 100%;
            margin: 0;
            padding: 0;
        }

        .land-filter-block {
            float: left;
            padding-left: 10px;
            min-height: 25px;
        }

        .land-filter-search {
            clear: left;
            float: left;
            padding-left: 10px;
            min-height: 25px;
            margin-top: 20px;
        }

        .run-search {
            min-height: 45px;
            min-width: 580px;
            font-size: 28pt;
        }

        .land-filter-container {
            width: 100%;
            display: inline-block;
            float: none;
        }

        .land-filter-label {
            font-size: 20px;
            min-height: 25px;
            float: left;
            padding-right: 5px;
        }
        .land-filter-field {
            float: left;
            min-height: 25px;
            clear: left;
        }

        .land-detail-container {
            width: 100%;
            display: inline-block;
        }

        .land-detail-label {
            font-size: 13px;
            line-height: 16px;
            min-height: 18px;
            float: left;
            color: darkcyan;

            padding-right: 5px;
        }

        .land-detail-field {
            font-size: 13px;
            line-height: 16px;
            min-height: 18px;
            float: left;
            color: black;
        }

        .land-search-header-text {
            font-size: 25px;
            line-height: 30px;
            font-weight: bold;
            color: darkcyan;
        }

        .form-row {
            margin-bottom: 5px;   
        }

        .sold-color {
            color: purple;
            font-weight: bold;
        }

        .money {
            color: green;
            font-weight: bold;
        }

        
.form-row {
    float: none;
    clear: left;
    width: 100%;
    
}

.form-label {
    min-width: 200px;
    float: left;
    width: 35%;
}

.form-field {
    float: left;
    margin-bottom: 10px;
    width: 65%;
}

.form-input {
    width: 80%;
}

#RegistrationValidationMessage {
    display: none;
}

#RegistrationValidationMessage p {
    color:red;
}

#RegistrationSuccessMessage {
    display: none;
}

#RegistrationSuccessMessage p {
    color:green;
    font-weight:bold;
}

.zip-box {
    width: 75px;
}

.country-box {
    width: 170px;
}

.main-container {
    display: inline-block;
    float: none;
    margin-top: 40px;
}

.search-container {
    display: inline-block;
    float: none;
    margin-top: -40px;
}

.navbar-nav li a {
    padding-right: 0px;
}