/* CSS Document */
hr{
	margin:0px;
	padding:0px;
	border-color:grey;
}
.cc_title{
	background-color:yellow;
	color:maroon;
}
.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{
	float:left;
	margin-top:2px;
	margin-bottom:2px;
}
.col-12{
	width:100%;
}
.col-11{
	width:91.66%;
}
.col-10{
	width:83.33%;
}
.col-9{
	width:75%;
}
.col-8{
	width:66.66%;
}
.col-7{
	width:58.33%;
}
.col-6{
	width:50%;
}
.col-5{
	width:41.66%;
}
.col-4{
	width:33.33%;
}
.col-3{
	width:25%;
}
.col-2{
	width:16.66%;
}
.col-1{
	width:8.33%;
}
.cc_input{
	width:100%;
}
.cc_label{
	text-align:right;
	font-weight:bold;
	margin-top:2px;
	padding-right:2px;
}
.cc_label span{
	color:maroon;
	font-weight:bold;
}
