/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

a.mui-btn--danger.btn-view-roster{
   text-decoration: none;
}
#mui-overlay{
   z-index: 99999;
}

.event_wrapper .event-start-counter {
   margin-bottom: -8px;
}

.event-start-counter span {
   display: inline-block;
   width: 24%;
   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
   border-color: #000;
   background-color: #000;
   color: #fff;
   border-style: solid;
   border-width: 3px;
   text-align: center;
   padding: 10px;
}

.event_wrapper table, .event_wrapper table tr, .event_wrapper table tr td {
   border-right: none;
   border-left: none;
   border-top: none;
}

.event_wrapper table tr:last-child {
   text-align: center;
}

.event_wrapper table tr:last-child td {
   border-bottom: none;
}

.event_wrapper table tr th {
   border-right: none;
   text-align: right;
}