.field{
    font-size: 12px;
    color:white;
    font-family: Helvetica;
    font-weight: normal;
}

.btn_search{
    background-color: #003663;
    width: 110px;
    height:34px;
    font-family: Helvetica;
    font-weight: bold;
    color: white;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:none;
    display: block;
    font-size: 10px;
    cursor: pointer;
}

.filter_select{
    float:left;
    margin-right: 40px;
}
.filter_select_multiple{
    float:left;
    margin-right: 40px;
    font-family: Helvetica;
    font-weight: bold;
    color: #9C9C9C;
    border-color: #DDD;
}

.filter_select select{
    height: 33px;
    font-family: Helvetica;
    color: #9C9C9C;
    border-color: #DDD;
}

.student_count{
    float:left;
    width: 26%;
    text-align: left;
    margin-top: 84px;
    margin-left: 85px;
}

.find_fields{
    float:left;
    width: 59%;
}

.find_others{
    width:59%;
    text-align: left;
    margin: 0 auto !important;
}

.total_students{
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 40px;
    color: #ffae00;
}
.half_width_select{
    margin-right: 4px;
}

.half_width_select select{
    width: 114px !important;
    margin-right: 21px;
}

.total_students_text{
    color: white;
    margin-top: 4%;
    text-align: left;
    margin-left:3%;
    font-size: 14px;
}

.find_title{
    font-size: 40px !important;
    margin-bottom: 5%;
    margin-left: 6%;
    text-shadow: none;
}

select{
    width: 254px;
    height: 34px !important;
    font-family: Helvetica !important;
    font-weight: bold;
    font-size: 12px;
    color: #9C9C9C !important;
}

select[multiple]{
    height: auto !important;
}

select option{
    color: #6E6E6E !important;
}

p{
    margin: 0 0 4px;
}