.TempTables .highmax {
    text-align: center;
    background-image: none;
    background-color: #c60002;
    width: 100px;
    color: white;
}

.TempTables .lowmin {
    text-align: center;
    background-image: none;
    background-color: #1f9fd9;
    width: 100px;
    color: white;
}

.TempTables .period {
    text-align: center;
    background-image: none;
    background-color: black;
    width: 100px;
    color: white;
}

.TempTables .log {
    width: 150px;
}

.TempTables .type1 {
    color: green;
    font-weight: bolder;
}

.TempTables .type0 {
    color: red;
    font-weight: bolder;
}

.TempTables form {
    max-width: none;
    width: auto;
}

.little {
    font-size: x-small;
    display: block;
}

.inner {
    max-width: none !important;
    margin: 0 auto;
    padding: 0 30px;
}

.TempTables {
    float: left;
}

.Title {
    /*text-shadow: 1px 1px 2px black, 0 0 1em blue;*/
    color: Black;
    font-size: 1.5rem;
    -webkit-text-stroke-width: 0.75px;
    -webkit-text-stroke-color: black;
    font-weight: bold
}

.asdf {
    padding-top: 4px;
}

.titleBlue {
    color: blue;

    -webkit-text-stroke-color: #000058;
}

.titleGreen {
    color: green;
    -webkit-text-stroke-color: #004e00;
}

.titleRed {
    color: Red;
    -webkit-text-stroke-color: #130000;
}

.row {
    max-width: 98%;
}

.buttons {
    height: 24px;
    padding-top: 4px;
}

.showButton {
    background-color: #b80000;
    color: white !important;
    padding: 6px 15px;
    text-decoration: none;
    border-radius: 10px 10px 10px 10px;

    /*  position: absolute;
       bottom: 6px;
      right: 65px; */
}
