/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#mes-container {
	margin-top: 15px;
}

.mes-list {
    list-style-type: none !important;
}

.mes-list li {
    display: inline;
    margin: 0;
    padding: 0 5px 0 0;
}
.mes-media img {
    width: 32px;
}

#mes-legend {
	margin: 15px 0 35px 0;
}

#mes-legend h4 {
	font-size: 15px;
}

.mes-list-legend {
    list-style-type: none !important;
	margin: 0 0 25px 0;
}

.mes-list-legend li {
    display: inline;
    margin: 0 60px 0 0;
    padding: 0 0 5px 0;
	line-height: 32px;
}

.mes-list-legend .mes-media img{
    vertical-align: middle;
}

.mes-list-legend li > span {
	margin: 0 0 0 10px;
}