
 #after-hours-bar{
   width: 14%;
   height: 50px;
   bottom: 4%;
   display: none;
   right:5%;
   font-size: 20px;
   position: fixed;
   border-radius: 3px;
   background: dodgerblue;
   color: #ffffff;
   box-shadow: 0 4px 16px rgba(0,0,0,.15);
   /* border: 1px solid snow; */
   padding-top: 16px;
   text-align: center;

 }

 #after-hours-text{
   font-family: "Lato", sans-serif;
   font-size: 14px;
   color: ivory;

 }

 .check-after-hours-box{
   margin-left: 2%;
 }

 .check-after-hours-box:hover{
   color: darkblue;
   cursor: pointer;
 }
