/*Desktop*/
a.weather-bug.weather-bug-desktop{
    border:none !important;
}

.weather-bug.weather-bug-desktop img.weather-bug-icon{
    margin-right:5px;
}

/* Mobile */
.weather-bug.weather-bug-mobile{
    text-align: center;
}
.weather-bug.weather-bug-mobile .weather-bug-temperature{
    color:white;
    font-size: 12px;
}

.weather-bug.weather-bug-mobile img.weather-bug-icon{
}


/* All */
.weather-bug img.weather-bug-icon{
    height:30px;
    margin-bottom:0;
}

.weather-bug-temperature{
    font-weight: bold;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* Overrides */
.title-bar{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.pub-logo-mobile-nav svg, .pub-logo-mobile-nav img{
    margin:10px !important;
}

.pub-logo-mobile-nav{
    display: flex;
    justify-content: center;
}
