﻿
/* 2018-06-23 - cleaning warnings in color and font-size */
/* 2018-05-15 */

body {
    text-align: left;
    width: 100%; /*<!--font-family: Verdana, sans-serif; -->*/
    background-color: #FFFF99;
    color: black;
}

table {
    border: none;
    border-collapse: separate;
    width: 100%;
    background-color: white;
    color: black;
}

/*tr.title td {
    font-size: 24px;
    font-weight: bold;
}*/

th {
    background: #d0d0d0;
    color: black;
    font-weight: bold;
    font-size: 10pt;
    text-align: left;
}

tr {
    background: #eeeeee;
    color: black;
}

td {
    font-size: 8pt;
    padding: 1px;
    border: none;
}

tr.Online td {
}

tr.warning td {
    background-color: yellow;
    color: black
}

tr.errorz1 td {
    background-color: LightSalmon;
    color: black;
    margin-bottom: 0px
}

tr.errorz2 td {
    background-color: red;
    color: white;
    margin-top: 0px
}

tr.Offline {
    background-color: #dfdfdf;
    color: black;
}

span {
    text-decoration: underline
}

a:hover {
    text-transform: uppercase;
    color: #9090F0;
    background-color: inherit;
}

.footerCenter {
    margin-top: 2.2em;
    text-align: center;
}

.headerRight {
    text-align: right;
    vertical-align: middle;
}

th.w100 {
    width: 100%;
}

td.nowrap {
    white-space: nowrap
}

td.green {
    background-color: green;
    color: white;
}

td.red {
    background-color: red;
    color: white;
}

img {
    border: 0;
}

body {
    /*<!-- margin-bottom: 0.1em; -->
    <!-- padding-top: 100px; -->*/
    background-image: url("/images/freifunk/logo.png");
    background-position: center top;
    background-repeat: no-repeat;
    /*<!-- line-height: 1.618em;
    font-size: 3.4em;
    font-weight: 400;
    text-align: center; -->*/
}

h1 {
    padding-top: 50px;
}
