﻿.p-observation-point {
    font-size : 1.4rem;
}
.p-observation-point.second {
    padding-left : 15px;
}
    .p-amedas__temperatureTitle {
    margin-top: 17px;
    margin-bottom: 10px;
}

.p-amedas.wide .p-temperatureList {
    margin-left: 30px;
}
#chart_background_div {
    width: 0px;
    position: sticky;
    left: 10px;
}

#chart_div {
    width: 100%;
}

.p-amedasDetails__table tr:nth-child(3) th,
.p-amedasDetails__table tr:nth-child(3) td {
    height: 221px !important;
}

.p-amedasDetails__table tr td p {
    width: 80px !important;
}

.p-amedas.wide .p-temperatureDetails {
    padding: 0px 5px;
}

/* CONTENT */
.p-amedas-responsive ul.p-temperatureList {
    margin-left: 0px !important;
}

.p-amedas-responsive .p-temperatureDetails {
    overflow: auto;
}

.p-amedas__title .heading {
    border-left: 3px solid #3a5be5;
    padding: 0 0 0 10px;
    margin: 0 0 30px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
}

.p-amedas-responsive .p-update {
    margin-bottom: 20px;
}

@media only screen and (min-width: 960px) {
    .p-amedas__title .heading, p-amedas__temperatureTitle {
        font-size: 14px;
    }
}

.p-amedas-responsive .p-temperatureDetails-container {
    display: flex;
    padding: 0 10px;
    background-color: #f7f7f7;
    width: calc(100% - 20px);
    flex-wrap: nowrap;
}

    .p-amedas-responsive .p-temperatureDetails-container > * {
        width: 100%;
    }

        .p-amedas-responsive .p-temperatureDetails-container > * > span {
            width: 100%;
            display: block;
            padding: 10px 0;
            text-align: center;
        }

            .p-amedas-responsive .p-temperatureDetails-container > * > span:last-child {
                font-weight: bold
            }

@media only screen and (max-width: 959px) {
    .p-amedas-responsive .p-temperatureDetails-container > * > span {
        font-size: 14px
    }
}

@media only screen and (max-width: 460px) {
    .p-amedas-responsive .p-update {
        padding-left: 20px;
    }
}


.p-amedas-responsive .p-temperatureDetails-container > * > span:first-child {
    border-bottom: 1px solid rgb(232, 232, 232);
}

.p-amedas-responsive .p-temperatureDetails-container > * > span:first-child {
    border-bottom: 1px solid rgb(232, 232, 232);
}
