#InstituteTable {
	font-size:14px;
	margin-top:25px;
}
#InstituteTable .title a {
	color: #004c9a;
	font-weight: 700;
	font-size: 16px;
}
th.sorting:nth-child(1) { max-width:60px !important; }
th.sorting:nth-child(5) { min-width:105px !important; }
#InstituteTable th {
    padding: 5px !important;
    margin: 0;
    max-width: 60px !important;
}
input[type="search"] {
    width: 100%!important;
    padding: 16px!important;
    border: none!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    color: #999!important;
    background-color: #eee!important;
    font-size: 14px!important;
    -webkit-appearance: none!important;
}
#InstituteTable_filter { display:none; }
#InstituteTable .logo { text-align:center; }
#InstituteTable img {
    max-height: 52px;
    width: auto;
}
.institutes-list select {
    width: 100% !important;
    padding: 16px !important;
    border: none !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #999 !important;
    background-color: #eee !important;
    font-size: 14px !important;
    -webkit-appearance: none !important;
}