// This style sheet is used on every shook construction page
#TopRightButtonArea {
    position: fixed;
    top: 20px;
    right: 20px;
    float: right;
    z-index: 2;
}
#logoutbtn {
    background-color: black;
    border: 2px solid #FFFFFF; /* White */
    border-radius: 12px;
    text-align: center;
    color: white;
    float: right;
    transition-duration: 0.4s;
}
#logoutbtn:hover {
    background-color: white;
    color: black;
}
#BannerText {
    text-align: center;
}
#RedBannerText {
    text-align: center;
    color: red;
}
#RedErrorText {
    color: red;
}
#content {
   display: flex;
   flex-wrap: wrap;
}
#content img {
   height: auto;
   width: 23%;
   min-width: 100px;
}
#blackrow {
   background-color: black;
}
#bus_card_table td {
   padding: 5px;
}
//#toprighttable {
//   border-spacing: 0px;
//   border-collapse: collapse;
//   padding: 0px;
//}
//#logoutbtntable tr {
//   padding: 0px;
//}
#toprighttable td {
   padding-right: 75px;
//   vertical-align: top;
}
//.4images  {
//    display: flex;
//    flex-wrap: wrap;
//}
//.4images img {
//    max-width: 24%;
//    width: 24%
//}
 