
.city-favs ul li{
	display: inline;
	float: left;
	margin-left: 5px;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 10px;
}


.city-favs ul {
	margin-left: 0px;
}

.city-favs {
    text-align: center;
	margin-top: 20px;
}

/*
.city-favs img {
    margin: 0;
}
*/

.city-favs-res ul li  img {
    height: auto;
    width: 43px;
	margin: 0 0 2px 0;
}

.city-favs ul li p {
    background-color: rgba(175, 183, 187,0.5);

    color: #3c3c3c ;
    padding: 2px 7px;
    border-radius: 9px;
    font-size:95%;
}

.toggle-favs-icon-down, .toggle-favs-icon-up  {
    position: relative;
    float: left;
    cursor: pointer;
}

/*replace the content value with the
corresponding value from the list below*/

.toggle-favs-icon-down:after {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #b0b6b9;
    font-size: 22px;
    padding-right: 0.5em;
    cursor:pointer;
    position: absolute;
    top: 23px;
    left: -7px;
}

.toggle-favs-icon-up:after {
       content: "\f077";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
     color: #5d5d5d;
    font-size: 22px;
    padding-right: 0.5em;
    cursor:pointer;
    position: absolute;
    top: 23px;
    left: -7px;



}

#more-favs {
    position: absolute;
    z-index: 200;

    top: 98px;
    right: -2px;
    background-color: rgb(76,174,214);


}

#more-favs ul {
	margin: 0;
        padding:0;
	display: inline-flex;

}

#more-favs ul li {
	list-style: none;
        padding:20px 30px;
        float:left;
        color:white;
        font-size:100%;
        text-align:center;
        margin:0;
        cursor:pointer;
		 width: 164px;
}

#more-favs ul li:hover {
	background-color:#5d5d5d;
}

#more-favs img{
    height:auto;
    margin:0 auto;
}

#more-favs .temp{
    font-size:110%;
}

#more-favs .temp:hover{
   color:white;
}

#more-favs a:hover {
    color: #fff;
}
