html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

#statusImage {
    width: 128px;
    float: left
}

#statusStr {
    width: auto;
    float: left
}


div.link {
    width: auto;
    padding: 30px;
    font-size: 30px;
}

div.linkImage {
    width: 128px;
    height: 128px;
    float: left
}

div.linkStr {
    height: 128px;
    margin-left: 8px;
    width: auto;
    float: left;
    align-content: center;
}

div.old {
    width: 100%;
    display: none;
}

div.button {
    height: 30px;
}

#none {
    float: right;
    display: none;
}

#disp {
    float: right;
    display: inline;
}

div.main-center {
    align-content: center;
    text-align: left;
    border: solid;
}

div.ok {
    color: limegreen;
    border-color: limegreen;
}

div.stop {
    color: orange;
    border-color: orange;
}

div.warning {
    color: gold;
    border-color: gold;
}

div.maintenance {
    color: dodgerblue;
    border-color: dodgerblue;
}

.news {
    margin: 1em 0;
    border: solid;
    border-color: darkslategray;
    float: none;
    padding: 20px 30px;
}

p {
    padding: 0;
    margin: 0;
}

.item {
    float: left;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 37px solid transparent;
    border-left: 37px solid transparent;
    border-bottom: 60px solid #fff400;
    border-top: 0;
}

.subTitle {
    padding: 20px 0px 5px 0px;
}