body {
    margin: 0;
}

#viewframe {
    width: 640px;
    height: 480px;
    overflow: hidden;
    position: relative;
    color: white;
    background-color: black;
    font-family: 'Noticia Text', serif;
}

#statusbar {
    width: 640px;
    height: 20px;
    padding-left: 10px;
}

#statusbar #summary {
    float: right;
    padding-right: 20px;
}

.init {
    width: 100%;
    height: 100%;
    display: table;
}

.init .initContent {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


#currently-left {
    float: left;
    width: 45%;
    height: 300px;
    text-align: center;
}
#currently-left #top {
    padding-top: 17px;
}
.bigclock clock {
    font-size: 60px;
}
.bigclock .title {
    font-size: 25px;
    margin-top: 0px;
}
#currently-left .temp {
    font-size: 85px;
    margin-top: 20px;
}


#currently-right {
    width: 55%;
    height: 300px;
    text-align: center;
    float: right;
}
#currently-right .icon {
    width: 125px;
    height: 125px;
    margin-top: 10px;
    margin-bottom: 15px;
}
#currently-right .temp {
    font-size: 50px;
}
#currently-right .summary {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}


#weekly {
    width: 100%;
    height: 145px;
    padding-top: 10px;
    padding-left: 15px;
}
.weekly-day {
    width: 87px;
    float: left;
    text-align: center;
}
.weekly-day h3 {
    margin-bottom: 10px;
    margin-top: 0px;
}
.weekly-day .icon {
    width: 50px;
    height: 50px;
    margin: 0px;
}

.webcam-container {
    clear: both;
    overflow: auto;
    background-color: black;
    text-align: center;
}
.webcam {
    display: inline-block;
    margin: auto;
    padding: 0.5%;
}

.webcam img {
    object-fit: fill;
    object-position: center;
    width: 550px;
    height: 400px;
}
