﻿
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    /*background-color: #f0f8ff;*/
    color: #333;
    text-align: center;
}

.icon {
    /*width: 40px;*/
    height: 40px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.temperature {
    font-size: 24px;
    font-weight: bold;
}

.tdLocation {
    padding-left: 10px;
    padding-top: 13px;
    font-size: 25px;
}

.tdHeadlineCurrentValue, .tdIconCurrentValue {
    padding-left: 10px;
    padding-top: 5px;
    font-size: 17px;
}

.tdIconCurrentValue {
    font-size: 35px;
}

.col {
    text-align: left;
    padding-bottom: 15px;
}

.historicValuesHeadline {
    padding: 0px;
    padding-top: 15px;
}

.firstRow {
    border-bottom: 2px solid #007AC3;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    text-align: left;
}

.followingRows {
    border-bottom: 2px solid #007AC3;
    padding-top: 15px;
    padding-right: 15px;
}

.lastUpdated {
    padding-top: 30px;
    font-size: 12px;
    padding-left: 10px;
}

p {
    background-color: #E8ECEF;
    margin-bottom: 0px;
    text-align: right;
}

.rounded {
    border-radius: 25px;
    border: 1px solid #007AC3;
    padding-left: 0px;
    padding-right: 0px;
}
