#bit_weather{
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 15px;
}
#bit_weather .sidebar-widget-top-title{
    display: flex;
    align-items: flex-end;
    padding: 0 20px;
    font-weight: bold;
    color: #fff !important;
    height: 40px;
    line-height: 40px;
}
#bit_weather th{
    color: #80868e;
    vertical-align: middle;
}
#bit_weather table{
    width: 100%;
}
#bit_weather td{
    height: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #80868e;
    vertical-align: middle;
    border-collapse: collapse;
    border: none;
    padding-left: 10px;
}
.weather__item p{
    margin-left: 20px;
}
#bit_weather_file{
    text-align: center !important;
    height: 20px !important;
    font-size: 15px !important;
    color: var(--main) !important;
    cursor: pointer;
}