#shr-information,#shr-settings{
	max-width:800px;
	text-align:left;
}

#shr-information{
	padding-bottom:20px;
	padding-top:0px;
	margin-top:0px;
	font-size: 15px;
}

#shr-wrap{
	margin-top:20px;
}

#shr-settings{
	text-align:center;
	background-color:#f6f6f6;
	padding:20px;
	border:1px solid #CCC;
}

.shr-radio{
	border: 1px solid #CCC;
	display: inline-block;
	-webkit-border-radius:3px;
	        border-radius:3px;
	cursor: pointer;
	color:rgb(85, 85, 85);
	background-color:rgb(250, 250, 250);
	font-size: 14px;
	-webkit-box-shadow: 0 1px 0 #ccc;
	        box-shadow: 0 1px 0 #ccc;
	height: 46px;
	line-height: 44px;
	padding: 0 36px;

	max-width:300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shr-radio label{
	position: relative;
	top: -2px;
	padding-left:4px;
}

.shr-radio label b{
	font-weight:600;
	color:#c40505;
}

.shr-radio.first-child{
	margin-right:16px;
}

.shr-radio.first-child label b{
	color:green;
}
	
.shr-radio.last-child{
	margin-left:16px;
}

.checked{
	background: #eee;
	border-color: #BFBFBF;
}

.shr-submit{
	margin-top:30px;
	text-align:left;
}

.shr-errors{
	color: #b12222;
	font-weight: 600;
     width:70%;
	margin: 0px auto 20px auto;
}

.shr-errors:empty{
	display:none;
}

.shr-has-error .shr-radio {
	display:none;
}

.light-plugins-link{
	font-weight:600;
}