body {
    background-color: #262626 !important;
    font-family: Verdana, serif !important;
    color: #ffa500 !important;
    /*color: if (1 = 1) {#4286f4} else {#ffa500};*/
    
    border-color: #ffffff
}

form {
    display: inline-block; 
}

.input-dny {
    border-radius: 6px;
}
.ramGraf {
    border-width: 1px;
    border-style: solid;
    position: absolute;
    width: 960px;
    top: 0px;
    height: 540px;
    left: 0px;
}

.graf_div {
    margin: 0 auto;
    /*border: 1px solid black;  */
}

.tlac_div {
    height: 39px;
    width: 550px;
    margin: 0 auto;
    position: relative;
    left: 50px;
    float: left;

    /*border: 1px solid black;  */

}

.tl_zpet_div {
    height: 39px;
    width: 300px;
    margin: 0 auto;
    position: relative;
    right: 50px;
    float: right;
    /*border: 1px solid black;  */

}

.chlivek{
    background-color: #262626;
    display: grid;
    max-width: fit-content; 
}

.floater {
    clear: both;
}

h3 {
    text-align: center;
    margin: 0px;
    font-size: 26px;

}


.greenBorder {
    border: 0px solid green;
}

/* nepodstatný styl */
.centerDateTime {
    border: 0px solid green;
}

/* nepodstatný styl */

.cervena {
    color: red;
}

.zelena {
    color: lime;
}

.modra {
    color: cyan;
}

.oranzova {
    color: #ffa500;
}

.svitiva {
    color: #3fff00;
}

.button {
    box-shadow: inset 0px 1px 0px 0px #fff6af;
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    background-color: #ffec64;
    border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    cursor: pointer;
    color: #333333 !important;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold !important;
    padding: 10px 24px;
    margin: 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
}

.button:hover {
    background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
    background-color: #ffab23;
}

.button:active {
    position: relative;
    top: 1px;
}

.vpravo {
    float: right;
}
/*
*:hover {
    outline: 1px rgb(255, 255, 255) solid;
  }
  */