.calendarWrapper {
	font-family: Verdana, Arial, sans-serif;
	margin-top: 10px;
	position: relative;
	width: 100%;
	background: #EFECDB;
	padding: 1em;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 1em;
}

.calendarWrapper .content .inner .stockBar {
}

.calendarWrapper .content .inner .stockBar p {
	font-size: 11px;
	color: #00779a;
	margin-bottom: 3px;
	width: 100%;
}

.calendarWrapper .content .inner .stockBar span {
	font-size: 11px;
	color: #00779a;
	margin-top: 3px;
	width: 100%;
}

.calendarWrapper .content .inner .stockBar .frame {
	/* background: #fff; */
	border-radius: 8px ;
	color: #518EFF;
	height: 26px;
	padding: 4px;
	width: 100%;
	border: 1px solid #00779A;
	box-sizing: border-box;
}

.calendarWrapper .content .inner .stockBar .bar {
	background: green;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 16px;
	width: 0%;
}

