@charset "UTF-8";
/* CSS Document */

.lead_list {
	align-items: stretch;
	justify-content: space-between;
}

.lead_list > div {
	margin-bottom: 15px;
/*	width: auto !important;	*/
/*	display: inline-flex;
	flex-direction: column;
*/}

.lead_list > div p {
	font-size: 0.85em;
	margin: 3px 0 3px;
}

.lead_list > div p:first-child {
	font-weight: bold;
	font-size: 1em;
}

@media(min-width:768px) {
	.lead_list > div {
/*		width: auto;*/
	}
}