.esp8266 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: .2em;
    font-size: 95%;
    font-weight: bold;
    flex-wrap: wrap;
}
.esp8266 .outdated {
    color: #ff9900;
}
.esp8266 .esp8266_title {
    
}
.esp8266 .subtitle {
    font-size: 85%;
}
.esp8266 .esp8266_temp {
    text-align: right;
}
.esp8266 .esp8266_date {
    text-align: right;
}
.esp8266 .icon-info {
    margin-left: 1em;
}