@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=cyrillic,latin);
.widget_wp_cr_plugin {
	display:inline-block!important;
}
#cr_widget {
	display:inline-block!important;
}
#cr_widget a {
	text-align: center;
	font-family: verdana, sans-serif;
	cursor: pointer;
	border: 0 none;
	background: #009688!important;
	overflow: hidden;
	font-size: 15px!important;
	padding: 15px 15px 15px;
	text-decoration: none;
	color: #fff!important;
	display: inline-block;
	font-family: verdana;
	line-height: 100%!important;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
	margin: 7px -11px 0px 0;
}
#cr_widget a:hover {
	-o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
	-moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
	-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
	text-decoration: underline;	
}
#cr_version_link {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #FFF;
	cursor: pointer;
	font-size: 17px;
	line-height: 28px;
}
.cr_with_icon {
	background: url('../img/eye-icon.png');
	background-repeat: no-repeat;
	background-position-y: -2px;
}
.cr_with_icon span {
	padding-left: 35px;
	color: #000;
}
#special-version-container hr {
	color:inherit!important;
}
#special-version-container * {
	border-color:inherit!important;
}