
.warning_time{
    background-color: #fb9679;
    color: black;
    position: absolute;
    width: .1%;
    overflow: hidden;
    top: 0%;
    white-space: nowrap;
    text-align: center;
    border-radius: 5px;
    line-height: 180%;
    font-weight:bold;
    transition:all 1.1s cubic-bezier(.75,-0.5,0,1.75);

}

.warning_time.run_warning_time_animation {
    /*left: 49.9% !important;*/
    /*width: 50.1%;*/
}

.warning_time_btn{
    border:none;
    background: transparent;
    color: #295a76;
    float:right;
    margin-right:10px;
    cursor:pointer;
}

.warning_time>div.text{
    float:left;
    margin-left:8px;

}