@charset "UTF-8";
.mfp_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; /* Optional: Adjust the negative margin as needed */
}

.mfp_col5 {
    flex: 0 0 50%;
    padding: 0 10px; /* Adjust the padding as needed */
    box-sizing: border-box;
}
.must {
	display: block;
	background-color: rgb(255, 90, 78);
	border: solid 2px rgb(255, 100, 234);
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
}
.mfp_rows {
	clear: both;
}
.mfp_rows:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

