.jumbotron
{
    background-color: #002133; 
    color:white
}

.list-group-item:hover
{
    cursor: pointer;
    background-color: #002133;
    color:white
}

.justified{
    text-align:justify;
}

.mainTableHeader
{
    color:white;
    background-color: #002133;
}

div.tab-content h3{
    padding-top: 0;
}

.bookmark-links{
    display:inline-block;width:100%;text-align:right
}

.bookmark{
    padding-top:80px;margin-top:-80px;
}

thead th
{
    font-weight: bold;
}

/* Styles for FORMS AND TIMETABLE */
.formHeader, .formHeader .btn
{
    color:white !important;
    background-color: #002133;
}

.dept-nav-pill .active{
    background-color: #002133 !important;
    color: white;
    
}
.dept-nav-pill .nav-link{
    color: black;

}
.dept-nav-pill .nav-link:hover{
    background-color: #002133 !important;
    color: white;
    
}

div#events ul li{
    width:100%;    
    position: relative;
}

div#events ul li span{
    position: absolute;
    right: 1px;
}

@media screen and (max-width: 768px)
{
.suprow .sticky-top{
    top: 3.5em !important;
}

}
@media screen and (min-width: 768px)
{
.suprow .sticky-top{
    top: 6.5em !important;
}

}
