body {
    font-size: 100%;
    font-family: "Open Sans",sans-serif;
    hyphens: auto;
    color: #333;
    margin-left: 0;
}

.title {
    font-family: "Roboto Slab",serif;
    font-weight: 400;
    font-size: 2em;
}

.short-title {
    font-family: "Roboto Slab",serif;
    font-weight: 300;
    font-size: 2em;
}

.key {
    font-weight: bold;
}

.value {

}

.temperature {
    font-size: 26px;
    font-weight: bolder;
}

.container {
    width: 800px;
    padding: 5px;
    margin-bottom: 5px;
}

.category {
    border: 1px solid black;
    border-radius: 10px;
    width: 370px;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
}

.video {
    width: 400px;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
}

.float-left {
    width: 45%;
    float: left;
}

.float-right {
    width: 45%;
    float: right;
}

.category-short {
    width: 470px;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
}

.updated {
    font-size: 10px;
}

.icon-black {
    color: black !important;
}

.icon-green {
    color: green;
    padding: 2px 5px 2px 2px;
    #background: aqua;}

.icon-yellow {
    color: #ede900;
    padding: 2px 5px 2px 2px;
    #background: aqua;
}

.icon-red {
    color: red;
    padding: 2px 5px 2px 2px;
    #background: aqua;
}

#myLink {
    color: #2b3990 !important;
    background: transparent;
    font-family: "FontAwesome", sans-serif;
    content: '\f101';
    padding-left: 5px;
}