
.admin-nav { margin: 0px; padding: 0px; }

.bordered { border: 1px solid #AAA;}
.page-title {font-size: 28px; }

.section-title {font-weight:bold; font-size: large; margin-bottom: 5px;}

.top-bar {margin-bottom:10px;}

.pad-bottom {margin-bottom:5px;}

.user-info {
    font-size: .9em;
}


.legend_available {
    width: 10px;
    height: 10px;
    border: 1px solid #377bb5;
    display: inline-block;
    background-color: #377bb5;
    margin-right: 5px;
}

.legend_unavailable {
    width: 10px;
    height: 10px;
    border: 1px solid #aaaaaa;
    display: inline-block;
    background-color: #aaaaaa;
    margin-right: 5px;
}
.legend_streaming_available {
    width: 10px;
    height: 10px;
    border: 1px solid #009084;
    display: inline-block;
    background-color: #009084;
    margin-right: 5px;
}
.legend_classroom_available {
    width: 10px;
    height: 10px;
    border: 1px solid #DF9F1F;
    display: inline-block;
    background-color: #DF9F1F;
    margin-right: 5px;
}