#floattimer {
    display: none;
    background: #ca0201; /* Old browsers */
    background: -moz-linear-gradient(top, #ca0201 1%, #ec2428 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ca0201 1%,#ec2428 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ca0201 1%,#ec2428 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca0201', endColorstr='#ec2428',GradientType=0 );
    width: auto;
    text-align: right;
    color: #fffe8b;
    font-size: 2em;
    top: 5%;
    position: fixed;
    left: 0.5%;
    padding: 5px;
    z-index:999999 !important;
}
.boxright {
    float: left;
    width: 22%;
    margin: 5px 2.5% 0px 0px;
    max-width: 110px;
}
#myModal3 h3 {
    font-family: roboto;
    font-size: 2em;
    text-align: center;
    margin-bottom: 1rem;
    color: #BD0000 !important;
}
#myModal3 .checkstep {
    font-family: arial;
    text-align: center;
    font-size: 1.2em;
    line-height: 2.5rem;
}

#myModal3 .checkstep br {
    display: none;
}

#myModal3 button{
    margin-top: 2rem;
 font-family: 'Roboto',sans-serif;
    position: relative;
    background: #77f928;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: .02em;
    font-size: 21px;
    padding: 10px 5% 10px 5%;
    border: solid #c9761e 2px;
    text-decoration: none;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-radius: 7px;
        margin-right: 1rem;
        min-width: 10rem;
}

#myModal3 button.btn-success {

    background-image: -webkit-linear-gradient(top, #ED942F , #c27018 );
    background-image: -moz-linear-gradient(top, #ED942F , #c27018 );
    background-image: -ms-linear-gradient(top, #ED942F , #c27018 );
    background-image: -o-linear-gradient(top, #ED942F , #c27018 );
    background-image: linear-gradient(to bottom, #ED942F , #c27018 );
   }


#myModal3 button.btn-danger {
   
    background-image: -webkit-linear-gradient(top, #00a2e8 , #00a2e8 );
    background-image: -moz-linear-gradient(top, #00a2e8 , #00a2e8 );
    background-image: -ms-linear-gradient(top, #00a2e8 , #00a2e8 );
    background-image: -o-linear-gradient(top, #00a2e8 , #00a2e8 );
    background-image: linear-gradient(to bottom, #00a2e8 , #00a2e8 );
    color:#000 !important;
    padding:5px;
}


#myModal3 .checkstep2 h3 {
    font-size: 1.4em;
    color: #3498DB !important;
}

#myModal3 .checkstep3 button.btn-danger {
    font-size: 1em;
    border: 0;
    padding: 0.5rem 0rem 0.5rem 0rem;
    min-width: 7rem;
    border-radius: 5px;
}

.ab-theme-strip {
    background: #004660;
    box-shadow: 1px 1px 1px #ccc;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999999;
}
.ab-theme-strip {
    display: block;
}
.ab-theme-strip p {
    text-shadow: 0px 0px 20px #000000;
    color: #FFF1D4;
    margin-top: .5rem;
    text-align: center;
    font-size: 1.2em;
    color: #F9D99C;
    font-weight: bold;
    margin-bottom: .5rem;
    font-family:'sans-serif';
}
.ab-theme-strip strong {
    color: #fffd00;
    font-size: 1.3em;
    margin-right: 1rem;
    font-weight: 700;
    font-family:'sans-serif';
}