
#outBox{resize: none;}
.checkmark{
	width: 16px;
	height: 16px;
	border:2px solid #1E70B9 !important;
}
.dot_circle .checkmark:after{
	top: 2px;
	left: 2px;
}
.counter_color{min-width: 50px;height: 50px;}
.counter_code{min-width: 100px;height: 50px;font-size: 15px;}
.counter_color[type="color"]::-webkit-color-swatch-wrapper {
	padding: 6px;
}
.counter_color[type="color"]::-webkit-color-swatch {
	border: 1px solid #e3e7ed;
}
.counter_size{
	width: 80px;
	width: 50%;
	height: 50px;
	font-size: 15px;
}
#hitcounter {
	width: 180px;
	height: 50px;
	background-color: #0099CC;
	font-size: 16px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: space-evenly;
}
#hitcounter a {
    background: url(../webimages/hitcoounter.png) 10px center no-repeat;
    width: 68px;
    height: 33px;
    float: left;
}
@media only screen and (max-width: 767px) {
	.counter_code{width: 100%;}
	.counter_size{width: 124px;}
	#hitcounter {width: 230px;}
	.cview {padding-top:15px;}
	.cview .tool_heading {width:45%;text-align:left;}
}
.counter_size:hover,.counter_size.active{background-color:#f5f5f5 !important;color:#000 !important}
#hitcounter.small{
	width: 140px;
    padding: 5px;
    font-size: 14px;
}
#hitcounter.small a{background-position: 0px;}