.container-fluid{
        min-width: 300px;
        max-width: 300px;
        border: 1px #a4ab9f solid;
    }
#head{
        background: #527927;
        color: #ffffff;
        /*height: 50px;  */
    }
#dropdown{
        background: #83b4b1;
        /*height: 80px; */
    }
#city, #area{
        min-height: 20px;
        max-height: 20px;
        padding: 0px;
        color: #878787;
        font-size: 9px;
        font-weight: bold;
        width: 96px;
        display: inline-block;
    }
#search{
       background: url(../img/srh.png) no-repeat 3px 5px;
       background-color: #ffffff;
       margin-left: 0px;
       padding-left: 15px;
       min-height: 20px;
       max-height: 20px;
       border-radius: 20px;
       color: #878787;
       font-size: 9px;
       font-weight: bold;
       padding-top: 3px;
       padding-bottom: 3px;
       width: 90px;
       display: inline-block;
    }
#results{
        background: url(../img/mark.jpg) no-repeat;
        min-height: 400px;
        max-height: 400px;
        overflow: auto;
    }
#results table{
        margin-bottom: 0px;
        border-collapse: collapse;
        
    }
#results table tbody tr:nth-child(1) td:nth-child(2){
        color: #000000;
        font-size: 15px;
        font-family: Arial;
        font-weight: bold;
        max-width: 200px;
        min-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: inherit;
        
    }
#results table tbody tr:nth-child(2) td:nth-child(1){
        line-height: 6px;
    }
#results table tbody tr:nth-child(2) td:nth-child(2){
        color: #007ba0;
        font-size: 12px;
        font-family: Arial;
        font-weight: bold;
        line-height: 10px;
        max-width: 200px;
        min-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
#results table tbody tr:nth-child(3) td:nth-child(1){
        padding-top: 5px;
    }
#results table tbody tr:nth-child(3) td:nth-child(2){
        padding-top: 5px;
    }
#results table tbody tr:nth-child(4) td:nth-child(1){
       line-height: 12px;
    }
#results table tbody tr:nth-child(4) td:nth-child(2){
        line-height: 12px;
    }
#results table tbody tr:nth-child(3) td:nth-child(2), #results table tbody tr:nth-child(4) td:nth-child(2){
        color: #cd3e3e;
        font-size: 12px;
        font-family: Arial;
        font-weight: bold;
    }
#results table tbody tr:nth-child(3) td:nth-child(1){
        font-weight: bold;
    }
#results table tbody tr td:nth-child(1){
        color: #3e3e3e;
        font-size: 11px;
    }
#results table tbody tr td:nth-child(2){
        padding-left: 5px;
    }
#results table td{
        border: none;
        padding: 0px;
    }
#results table td:nth-child(1){
       text-align: right;
    }
#results div{
        padding: 8px 15px;
        min-height: 90px;
        max-height: 90px;
        /*border-bottom: 1px #a4ab9f solid;*/
    }
#results div a{
	text-decoration: none;
}
#results div:nth-child(2n){
        background: url(../img/BK1.jpg) no-repeat;
        /*background: #ccd4cc;*/
    }
#results div:nth-child(2n+1){
        background: url(../img/BK2.jpg) no-repeat;
        /*background: #d5dbd5;*/
    }
#results div:hover{
        cursor: pointer;
        background: url(../img/BK3.jpg) no-repeat;
    }
#footer{
        background: #2f4959;
        /*height: 80px;*/
    }
#try-it{
        background-color: transparent;
        min-height: 15px;
        max-height: 15px;
    }