.rcwidget {
	margin: 0;
}

.rcsuccess,.rcfailure {
	width: 100%;
	max-width: 135px;
	height: 10px;
	margin: 0 0 5px 0;
	padding: 5px 10px 15px 60px;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius: 4px 4px 4px;
}

.rcsuccess {
	background-color: #effeb9;
	background-image: url(http://cdn1.iconfinder.com/data/icons/function_icon_set/circle_green.png);
	color: #4F8A10;
	border: 1px solid #9ac601;
}

.rcfailure {
	background-color: #fccac3;
	background-image: url(http://cdn1.iconfinder.com/data/icons/function_icon_set/circle_red.png);
	color: #D8000C;
	border: 1px solid #db3f23;
}

.rconplayer h4{
	text-decoration: underline;
	display: inline;
	margin-right: 10px;
}

.rconplayer p{
	display: inline;
}

.rconplayer img{
	border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

/**Back Office**/
.title-widget {
	font-size: 10px;
	color: #666666;
	border-radius: 5px;
	border: 1px dashed #CCCCCC;
	margin: 5px;
	padding: 5px;
}