﻿body {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
}

.h1green a {
    color: #b4ce00;
}

.table th, td {
    text-align: center;
}

input[type="submit"] {
    margin-top: 3px;
}

select {
    font-family: inherit;
    padding: 5px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}

.form {
    width: 40%;
    border-bottom: 2px solid coral;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.redLED {
    width: 32px;
    height: 30px;
    background-color: red;
    color: #fff;
    margin: 0 auto;
    border-radius: 20px;
    font-size: 10px;
    text-align: center;
    padding-top: 6px;
}


.greenLED {
    width: 32px;
    height: 30px;
    background-color: green;
    color: #fff;
    margin: 0 auto;
    border-radius: 20px;
    font-size: 10px;
    text-align: center;
    padding-top: 6px;
}



.authLabel {
    text-align: right;
    background-color: #7796AA;
    color: #fff;
    padding: 10px 10px;
    border-bottom: 3px solid #ACC2CF;
}

    .authLabel a {
        color: #fff;
    }


.grafCont {
    float: left;
    margin: 15px 0 0 25px;
    padding-top: 20px;
}

.sensorDataCont {
    width: 140px;
    height: 130px;
    float: left;
    text-align: center;
    margin-top: 20px;
}



    .sensorDataCont .nazev {
        font-size: 18px;
        color:#F4A07B;
        margin-bottom: 6px;
        font-weight:lighter;
    }

    .sensorDataCont .teplota a {
        font-size: 25px;
        text-decoration: none;
        color: #84888f;
    }

    .sensorDataCont .minmax {
        font-size: 12px;
        margin-top: 6px;
    }
