/*
Gulmont timer.css  16-07-22
*/

#clockdiv{
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    width: 90%;
}

#clockdiv span{
    display: inline-block;
}

.clockdiv_uhr{
    padding: 10px;
    margin: 2px;
    border-radius: 3px;
    background: #319bff;
    display: inline-flex;
    width: 82%;
}

.clockdiv_uhr div{
    width: 33%;
}

#clockdiv_typ{
    display: inline-grid;
}

#clockdiv_text{
  display: inline-grid;
}

.hours{
    padding: 10px;
    border-radius: 3px;
    background: white;
    width: 40%;
    color: black;
}

.minutes{
    padding: 10px;
    border-radius: 3px;
    background: white;
    width: 40%;
    color: black;
}

.seconds{
    padding: 10px;
    border-radius: 3px;
    background: white;
    width: 40%;
    color: black;
}

.smalltext{
    padding-top: 5px;
    font-size: 10px;
    /* background: #319bff; */
    margin: 5px;
}

#clockdiv button{
    background-color: #319bff;
    border: none;
    border-radius: 5px;
    color: white;
    font-weight: bolder;
    text-align: center;
    width: 25%;
    margin: 5px;
    padding: 3px;
}
