/* here you can put your own css to customize and override the theme */
.color-cube {
	width:15px;
	height:15px;
	float:left;
	margin:0 5px;
}

.statistic-amt {
	text-align:center;
	font-size:28px;
}

.action-button {
	text-decoration:underline;
	font-size:14px;
	
}

.instruction {
	font-style:italic;
	font-size:13px;
	color:#777;
}

.select2-container--bootstrap {
    width: 100% !important;
    padding: 0;
}
.select2-close-mask{
    z-index: 2099;
}
.select2-dropdown{
    z-index: 3051;
}
