#tp-widget-default {
    background: #e03e45 !important;
    transform: scale(0.8) !important;
    margin-left: -12% !important;
    height: 435px;
    width: 300px;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    background-color: #036
}

#tp-widget-default.tp-widget-default-light {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000
}

#tp-widget-forecast-default {
    border: 0;
    display: block;
    height: 490px;
    width: 300px;
    margin: 0 auto
}

#tp-widget-flink-default,
#tp-widget-flink-second {
    display: block;
    font-size: 12px;
    color: #ffc331;
    text-decoration: none;
    line-height: 1.5em;
    position: absolute;
    bottom: 13px;
    left: 19px;
    font-family: Arial, Helvetica, sans-serif
}

#tp-widget-flink-default {
    bottom: 34px
}

.tp-widget-default-light #tp-widget-flink-default,
.tp-widget-default-light #tp-widget-flink-second {
    color: #22aac7
}

#tp-widget-flink-default::after,
#tp-widget-flink-second::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border: 4px solid transparent;
    border-left: 4px solid currentColor
}

#tp-widget-mlink-default {
    display: block;
    width: 110px;
    height: 22px;
    background-image: url('');
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20px;
    right: 18px;
    text-indent: 100%;
    overflow: hidden
}

.tp-widget-default-light #tp-widget-mlink-default {
    background-image: url('')
}

#tp-widget-error-default {
    font: bold 14px Arial;
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    text-align: center
}

.tp-widget-weather-box {
    display: none !important
}

#tp-widget-flink-default,
#tp-widget-flink-second,
#tp-widget-mlink-default,
.tp-widget-subheader-right,
.tp-widget-subheader {
    display: none !important
}

@media only screen and (max-width:1199px) and (min-width:961px) {
    #tp-widget-default {
        transform: scale(0.63) !important;
        margin-left: -54px !important;
        margin-bottom: -50px !important;
        margin-top: -50px !important
    }
}

@media only screen and (max-width:960px) and (min-width:768px) {
    #tp-widget-default {
        transform: scale(0.51) !important;
        margin-left: -72px !important;
        margin-bottom: -85px !important;
        margin-top: -95px !important
    }
}

@media only screen and (max-width:767px) and (min-width:551px) {
    #tp-widget-default {
        transform: scale(0.8) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
}

@media only screen and (max-width:550px) and (min-width:441px) {
    #tp-widget-default {
        transform: scale(0.8) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
}

@media only screen and (max-width:440px) and (min-width:251px) {
    #tp-widget-default {
        transform: scale(0.8) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
}