

/* Sortable tables */
table.sortable thead {
    /*float:left;*/
    background-color:rgb(239, 239, 239);
    color:#000000;
    font-weight: bold;
    cursor: default;
    font-size: 14px;
    font-family: verdana;
}

table.sortable td {
    padding-bottom: 0.3em;
}

td, th { 
    padding: .3em; 
    border: 1px #f6f6f6 solid;     
    vertical-align:middle;
}

table.sortable tbody {
    font-family: verdana;
    font-size: 12px;
}

.country {
    font-family: verdana;
    font-size: 12px;
}

.name {
    font-size: 12px;
    font-weight: bold;
}


.inst {
    font-size: 12px;
}


