body{
    margin: 0;
    padding: 0;
    background: #3498db;
    color: white;
    font-family: sans-serif;
    text-align: center;
    transition: .3s background;
}
h2.title{
    color: white;
    text-align: center;
    margin-top: 15px;
    width: 600px;
    margin: auto;
}
.data{
    width: 95%;
    max-width: 850px;
    margin: auto;
    padding: 2px 0;
    text-align: left;
}
.box{
    display: inline-block;
    padding: 8px;
    margin: 1px;
    background: #2980b9;
    border-radius: 11px;
    vertical-align: middle;
}
ul li{
    margin-bottom: 2px;
}
#ceas_analog{
    width: 400px;
    height: 400px;
}
#ceas_digital{
    width: 550px;
    background: #2980b9;
    padding: 10px 25px;
    border-radius: 11px;
    font-size: 50px;
    font-family: monospace;
    text-align: center;
}
#ceas_analog, #ceas_digital{
    display: block;
    margin: 5px auto;
}
#floatcorner{
    position: fixed;
    bottom: 0px;
    left: 0px;
    border-radius: 0 15px 0 0;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    font-family: monospace;
}
#citat{
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
}
#floatsettings{
    position: absolute;
    top:0;
    right:0;
    border-radius: 0 0 0 15px;
}
#floatsettings span, a{
    display: block;
    margin: 2px 3px;
    padding: 6px;
    background: white;
    color: #3498db;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
}
#floatcitat{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 15px 0;
    max-width: 330px;
    text-align: left;
    font-family: cursive;
}
.overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.modal{
    display: none;
    background:#eee;
    padding:0 20px 20px;
    overflow:auto;
    z-index:1001;
    position:fixed;
    width: 600px;
    color: #333;
    top: 80px!important;
}
.modal .text{
    padding: 10px;
    text-align: left;
}
.modal .closeBtn{
    padding: 5px;
    margin: 10px;
    display: inline-block;
}
.modal .text audio{
    display: block;
    margin: auto;
}
