@charset "utf-8";
.timerCountdownItemWrapper {
    text-align: center;
    width: 100%;
    color: rgba(255,255,255,1.00);
    margin: 0px;
    padding: 0px;
}
li.timerCountdownItem {
    display: inline-block;
    font-size: 12px;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    text-align: center;
}


li.timerCountdownItem span {
    display: block;
    font-size: 32.5px;
}


.timeNoticeItemWrapper {
    margin-bottom: 15px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 725px;
    background-color: rgba(241,241,241,1.00);
    position: relative;
    font-size: 13px;
    height: 35px;
}
.timeNoticeItemTimeString {
    color: rgba(255,255,255,1.00);
    width: 197px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    padding-top: 10px;
    padding-left: 18px;
    position: absolute;
    font-weight: 600;
}
#blackoutStartTime {
    background-color: rgba(169,23,25,1.00);
}
#switchOnStartTime {
    background-color: rgba(3,178,1,1.00);
}
.timeNoticeItemContentString {
    height: 35px;
    display: block;
    position: absolute;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 207px;
    padding-top: 11px;
}
.countdownTimerWrapper {
    width: 95%;
    max-width: 426px;
    background-color: rgba(64,64,64,1.00);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    margin-top: 23px;
}
.countdownTimerTitle {
    width: 100%;
    color: rgba(255,255,255,1.00);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 11px;
    background-color: rgba(166,0,2,1.00);
    font-weight: 600;
}
.modalOutageInformation {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    padding-bottom: 22px;
    padding-top: 9px;
    line-height: 22px;
}
.actionButtonContainer {
    width: 90%;
    max-width: 800px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 45px;
}

@media all and (max-width: 768px) {
  li.timerCountdownItem {
    font-size: 12px;
    padding: 1em;
  }
  
  li.timerCountdownItem span {
    font-size: 32.5px;
  }
	
.timeNoticeItemWrapper {
    height: 50px;
}
.timeNoticeItemTimeString {
    height: 50px;
    padding-top: 18px;
}
.timeNoticeItemContentString {
    height: 50px;
    padding-left: 207px;
    padding-top: 11px;
}
}
