/*
 * Administration Panel
 */
#chcounter-widget-settings .widget_parameters {
	width: 30em;
	padding: 0.5em;
	margin-left: 0;
	margin-right: 4em;
	margin-top: 1em;
	float: left;
	border: 1px solid #ccc;
	}
#chcounter-widget-settings .widget_parameters h3 {
	margin: 0;
	padding: 0.2em 0 0.5em 0;
	text-align: center;
	}
#chcounter-widget-settings .widget_parameters span.handle {
	border: 1px solid #ccc;
	background: #fffccf;
	padding: 0.5em;
	display: block;
	}
#chcounter-widget-settings ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	min-height: 30px;
	}
#chcounter-widget-settings ol li {
	padding: 0.5em;
	margin: 0.3em 0.5em;
	cursor: move;
	}
#chcounter-widget-settings .dropspace {
	height: 1em;
	border: 1px dashed #000;
}
#chcounter-widget-settings .widget_parameters ol li:hover {
	border: 1px solid #585858;
	}
/*
#chcounter-widget-settings ol li.holder {
	border: none;
	background: transparent;
	}
*/
#chcounter-widget-settings ol li input {
	margin: 0em;
	padding: 0em;
	float: right;
	}
#chcounter-widget-settings p#chcounter_nojs {
	margin: 1em 0;
	}
#chcounter-widget-settings p.submit {
	clear: both;
}

	
/*
 * Widget
 */ 
li#chcounter_stats {
	background-image: none;
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	}
li#chcounter_stats .text {
	margin-left: 0.5em;
	}
li#chcounter_stats img {
	display: block;
	margin: auto;
	width:15px;
	height:15px;
	border: 0px;
	display: inline;
	}
li#chcounter_stats .icon a {
	border: 0;
	text-decoration: none;
	}
	
/*
 * mobile styles
 */
@media screen and (max-device-width: 736px) {
	#chcounter-widget-settings .widget_parameters {
		width: 100%;
		padding: 0.5em;
		margin: 1em 0;
		float: none;
		border: 1px solid #ccc;
	}
}