.box {
	height: auto;
	width: 120px;
	border: 1px solid #e1eb5b;
	line-height: normal;
	letter-spacing: -0.02em;
	font-size: 10px;
	font-weight: normal;
	margin: 3px;
}

.box_header {
	font-weight: bold;
	background-color: #e1eb5b;
	font-size: 10px;
	letter-spacing: -0.02em;
	line-height: 20px;
	padding-right: 3px;
	padding-left: 3px;
}
.box_cont {
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding: 3px;
}

