.cmo_filterval{
	padding: 3px;
	background-color: #FFFDC1;
	border-radius: 5px;
	border: 1px solid #888;
	margin: 2px 0;
	display: inline-block;
	cursor: pointer;
}

.cmo_red{
	background-color: #FFE1C1;
	/*cursor: auto;*/
}

.cmo_filter{
	display: table;
	width: calc(100% - 115px);
	float: right;
	margin-bottom: 10px;
}

#cmo_table_area{
	display: table;
	width: 100%;
	text-align: center;
}