.weathernav_element {
    background-color: #F6F4F7;
    height: 45px;
    width:100%;
    cursor: pointer;
    display: table;
    border-bottom: 1px solid #E8E6E9;
    padding-left: 14px;
}

.weathernav_element.active {
   color: #03a9f4;
}

.weathernav_element span{
	display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}

.weathernav_element.child {
	background-color: white;
    padding-left: 28px;

}

.weathernav_arrow {
    height: 45px;
    width: 50px;
    float: right;
    position: relative;
}

.weathernav_arrow img{
    font-size: 16px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#weather_content_nav a {
	text-decoration: none;
    color: #333;
}
