* {
    box-sizing: border-box;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    padding: 20px;
    background: #1F2937;
    color: white;
}

.container {
    height: 100%;
}

.left, .right {
    width: 50%;
    float: left;
    height: 100%;
    padding: 10px 40px 10px 40px;
}

#clock {
    text-align: right;
    font-size: 6vh;
    font-weight: bold;
}


.current {
    margin-top: 12vh;
}

.current--temp {
    font-size: 14vh;
    font-weight: bold;
}

.current--description {
    font-size: 5vh;
    font-weight: medium;
}

.fourcast {
    margin-top: 13vh;
    font-size: 3vh;
}

table {
    width: 100%;
}

td {
    padding-bottom: 3vh;
}

.gray {
    color: #D1D5DB;    
}

.small {
    font-size: 2.5vh;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bold {
    font-weight: bold;
}

.right {
    background-color: #ce2525;
}