h1#speedH1 {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100px;
    z-index: 99999;
}

ul#nums {
    list-style: none;
    position: relative;
}

ul#nums li {
    font-family: Lobster;
    border-radius: 50%;
    background: #3e9b47;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}

ul#nums li strong {
    font-weight: normal;
}

ul#nums li div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -10000px;
    overflow: hidden;
}

div#coverAll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 155, 155, 0.6);
    background: #fff;
}

section#start123 {
    min-width: 320px;
    background: #fff;
    position: absolute;
    width: 600px;
    top: 0;
    left: 50%;
    margin-top: 100px;
    margin-left: -300px;
    text-align: center;
}

section#start123 h1 {
    max-width: 250px;
    margin: 50px auto;
}

button#startBtn {
    width: 300px;
    height: 100px;
    background: #13ae67;
    border: 4px solid rgba(255, 255, 255, 1);
    display: block;
    margin: 15px auto;

}



button#startBtn div {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url(../img/start.svg) 50% 50% no-repeat;
    background-size: 70%;
    transition-property: background-size;
    transition-duration: 0.2s;
    padding: 0;

}

button#startBtn div:hover {
    background: #000 url(../img/start.svg) 50% 50% no-repeat;
    background-size: 80%;
}

#showClear {
    display: none;
    position: absolute;
    min-width: 300px;
    width: 600px;
    top: 250px;
    left: 50%;
    margin-left: -300px;
    font-weight: bold;
    font-size: 50px;
    text-align: center;

}

#showClear p {
    line-height: 2em;
}

p.bestTime {
    color: #13ae67;
}

ul#recordlist li {
    font-weight: bold;
    font-size: 16px;
}

ul#recordlist li.nowRecord {
    color: #13ae67;
}

span#ruleText {
    position: absolute;
    top: 25px;
    left: 200px;
    font-weight: bold;
}

#justCounter {
    position: absolute;
    top: 50px;
    left: 200px;
    font-weight: bold;
}

div#reload {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #13ae67;
    font-weight: bold;
    font-size: 14px;
    top: -150px;
    right: 0;
    border: none;
}

p#newRecord {
    position: absolute;
    display: none;
    top: -30px;
    color: #13ae67;
    left: 50%;
    margin-left: -125px;
    text-align: center;
    font-size: 20px;
    width: 250px;
}

div#averageBox {
    padding-top: 25px;
}

p#average {
    font-size: 20px;
    padding-top: 0;
    margin-top: -5px;
}

h3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
}

button#removeSt {
    display: none;
    border: 2px solid #000;
    background: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 25px;
    right: 25px;
}
