.p-weather.wide .p-weatherList__item {
    padding: 20px 40px;
    background: transparent;
}

.p-text-label {
    width: 100px;
    display: inline-block;
    line-height: 20px;
    font-weight: 600
}

.p-weatherList__image img {
    width: 100px
}

#tab1:checked ~ .tab_area .tab1_label, #tab2:checked ~ .tab_area .tab2_label {
    border-radius: 13px
}

.p-weather__table2 table td {
    padding: 5px;
    text-align: center;
    font-weight: bold
}

    .p-weather__table2 table td img {
        width: 60px;
        height: auto
    }

.p-weatherInfo dd .-num {
    font-size: 1.5rem
}

.p-weather__table tr {
    height: 30px;
    border: 1px solid #f2f7fe;
    border-right: 0
}

    .p-weather__table tr:nth-child(2) {
        height: 47px
    }

.p-weather__table {
    padding: 0
}

    .p-weather__table table td.-weather img {
        height: 40px
    }

.tab_area {
    width: 214px;
    height: 26px;
    border-radius: 13px
}

.p-weather {
    width: 100%;
    padding: 0 !important
}

    .p-weather.wide {
        min-height: initial;
        border-radius: 10px;
    }

.tab_panel {
    padding: 0px 0 0;
}

.p-weatherDetails {
    display: flex
}

.p-weatherDetails__header {
    width: 130px
}

.p-weather__table table th {
    padding: 3px 3px 3px 20px
}

.p-weather__table table td {
    padding: 3px 16px
}

.p-weatherDetails__body {
    width: calc(100% - 100px);
    overflow: auto;
    white-space: nowrap
}

.p-weather__table td {
    width: 80px
}

#panel2 .-weather p {
    font-size: 12px;
    color: inherit;
}

.p-update__date {
    margin-right: 10px
}

.p-update__reload {
    display: flex
}

.p-weather__heading {
    font-size: 16px;
    background: transparent;
}

.tab-checked {
    display: block;
    animation: tabAnim ease .8s forwards;
    -ms-animation: tabAnim ease .8s forwards
}

@media screen and (min-width: 960px) {
    .p-weatherList {
        width: 745px
    }

    .p-update {
        font-size: 18px;
        padding: 0 0 15px
    }
}

@media screen and (min-width: 461px) and (max-width:959px) {
    .p-weatherList {
        margin-right: 0;
        width: 600px
    }

    .p-weather.wide .p-weatherList__item {
        padding: 20px
    }

    .p-update {
        font-size: 18px;
        padding-left: 20px;
        padding: 10px 10px 10px 20px
    }
}

@media screen and (max-width: 460px) {
    .p-update {
        font-size: 18px;
        padding-left: 20px;
        padding: 10px 10px 10px 20px
    }

    .p-weather .container-responsive-wrapper {
        padding: 0 10px 20px
    }

    .p-weather.wide .p-weatherList__item {
        padding: 20px 10px
    }

    .p-weatherList {
        margin-right: 0
    }

    .p-weatherList__contents {
        display: block;
        min-height: 220px;
        position: relative
    }

    .p-weatherInfo {
        padding-top: 20px;
        display: block;
        bottom: 0;
        position: absolute
    }

    .p-weatherList__date {
        margin: 0 0 20px 0
    }

    .p-weather.wide .p-weather__table2 {
        margin: 20px 0 0 0
    }

    h2#weather-date, .p-weather__table table, .p-weather__table table, .p-weatherList__date {
        font-size: 1.2rem
    }

    .wind-speed {
        min-width: 50px
    }

    dl.p-weatherInfo dt, dl.p-weatherInfo dd span {
        font-size: 1.2rem !important
    }

    .p-weather__table2 table {
        font-size: 1.2rem !important
    }

        .p-weather__table2 table .date-col {
            min-width: 70px
        }

        .p-weather__table2 table td.week .-date:before, .p-weather__table2 table td.-temperature:before {
            width: 16px
        }

    .p-text-label {
        width: 100px;
        display: inline-block
    }

    .p-weatherInfo dd .-num {
        font-size: 1.4rem
    }

    .p-weatherList__image img {
        margin: 0 auto 2px
    }
}
/*
.panel_area {
    background-color: transparent;
}

.p-update {
    color: inherit
}

.p-weather__heading span {
    color: #000
}

.p-weather__table2 table td.week .-date:before,
.p-weather__table2 table td.-temperature:before {
    background-color: white;
}

.p-weather.wide .p-weather__table2 {
    margin-right: 0px
}
*/