.board p {
    font-size: 65px;
    line-height: 0;
    margin-bottom: 1.4em;
    padding: 0 20px;
}
.board p:nth-child(2) { margin-bottom: 0.8em; }
.counter {
    font: 700 2.5em 'Raleway', Arial, Helvetica;
    margin-bottom: 20px;
    color: #fff;
    display: block;
}
.counter.warning { color: #f00101; }

#steps .goPrev {
    color: #fff;
    background: transparent;
    display: block;
    margin: 0 auto;
    padding: 20px 40px;
    border: 2px solid #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    width: 15%;
    text-transform: uppercase;
}
#steps .goPrev:hover {
    border-color: #f00101;
    color: #f00101;
    text-decoration: none;
}
#steps .goNext, #steps #submit  {
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    color: #f00101;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    margin: 10px;
    padding: 20px 50px;
    width: 36%;
    text-transform: uppercase;
}
#steps .goNext.accept { width: 46%; }
#steps #submit { width: 70%; padding: 20px 5px; }
#steps .goNext.btn_no, #steps .goNext.male.inactive, #steps .goNext.female.inactive {
    color: #fff;
    background: transparent;
}
#steps .goNext.tanned { width: 42%; padding: 20px; }

#steps .goNext:hover, #steps #submit:hover {
    background-color: #f00101;
    border: 2px solid #f00101;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
#steps .goNext.btn_no:hover, #steps .goNext.male.inactive:hover, #steps .goNext.female.inactive:hover {
    border-color: #f00101;
    color: #f00101;
    text-decoration: none;
    background: transparent;
}
#progress li.visited { background:#ff0000; }
#progress li.is-active { background:#b22222; }

@media screen and (max-width:750px){
    .board p { font-size: 35px; line-height: 0; }
    #steps .goNext { width: 48%;}
    #steps .goNext.accept { width: 60%; }
    #steps .goPrev { width: 20%;}
    #steps #submit { width: 70%; padding: 20px; font-size: 17px;}
}
@media screen and (max-width:480px){
    .board p { font-size: 30px; margin-bottom: 1.2em;}
    .counter { font-size: 2em; margin-bottom: 5px; }
    #steps .goNext { padding: 20px; width: 43%;}
    #steps .goNext.button { width: 50%;}
    #steps .goNext.accept { width: 70%; }
    #steps .goNext.tanned { width: 43%; font-size: 16px; padding: 20px 10px; }
    #steps .goPrev { font-size: 14px;width: 30%;padding: 20px;}
    #steps #submit {  font-size: 16px; padding: 15px; width: 65%; }
    .clockContainer { padding: 0 10px; }
}