body {
    color: white;
    font-family: "Segoe UI Light","Helvetica Neue","Segoe UI","Segoe WP",sans-serif;
    font-weight: 100;
    line-height: 1.1;
    background-color: #333333;
}
.counter {
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    min-width: 200px;
    width: 15%;
    font-size: 28px;
}
.blue {
    background-color: #2e8bcc;
}
.green {
    background-color: #393;
}
.red {
    background-color: #e51400;
}
.grey {
    background-color: #95a5a6;
}
.orange {
    background-color: #e67e22
}
.purple {
    background-color: #7b4f9d;
}
.black {
    background-color: black;
}

.container {
    height: 100%; 
    overflow: hidden;
}

.grid {
    border: 0px;
    height: 100%;
    width: 100%;
    padding-bottom: 24px;
    padding-right: 7px;
}

body, html {
    margin: 0px;
    height:100%;
}
.counter .header {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.weather {
    vertical-align: middle;
    text-align: center;
}

.photos {
    vertical-align: middle;
    text-align: center;
    width: 40%;
}

.calendar {
    vertical-align: middle;
    text-align: center;
    width: 35%;
}

.clock {
    vertical-align: middle;
    text-align: center;
}

tr {
    height: 33%;
}

td {
    border: solid black 2px;
}

.weathergrid {
    width: 100%;
    height: 100%;
}
.weathergrid td {
    width: 20%;
    border: none;
}

.weathercell {
    font-size: 22px;
}