body {
    /*font-family: 'Lato';*/
}

.drivesList, .requestsList, #driveCreation {
    display: none; /* We hide the table at loading, so we don't see the switch of style due to the loading time of the tablesorter. It's less ugly like that. Once tablesorter is loaded, we do a .show on the table*/
}

.glyphicon-text::before {
    padding-right: 3px;
}