﻿/* musa-v8.css */
/* 05/29/2023 */

.infoBox {
	overflow: hidden;
	border: solid 4px #ececec;
	margin-bottom: 18px;
}

.infoBox .title {
	background-color: #ececec;
	text-align: center;
	padding: 12px;
	margin-bottom: 0px;
}

.infoBox .body {
	padding: 8px;
}	


