.auto {
	width: auto !important;
}

.bold {
    font-weight: bold !important;
}

.right_50 {
    margin-right: 50px;
}

.left_50 {
    margin-left: 50px;
}



.mee_news dt {
    font-weight: bold;
}

@media print, screen and (max-width: 767px) {
	.right_50 {
		margin-right: 0px;
	}

	.left_50 {
		margin-left: 0px;
	}

	.top_20 {
		margin-top: 20px;
	}
}

