.widget-title
{
	background: none;
	background-color: #f3f3f3;
}
.widget-title.royal {
    background: none;
	background-color: #f3f3f3;
}
.widget-title.premium {
    background: none;
	background-color: #f3f3f3;
}
.widget-title.top {
    background: none;
	background-color: #f3f3f3;
}

.widget-title .icon-heart {
    color: black;
}
.widget-title.royal .icon-heart {
    color: #136d5e;
}
.widget-title.premium .icon-heart {
    color: #e43d8f;
}
.widget-title.top .icon-heart {
    color: #6b141c;
}

.viber {
	width: 30px;
}
.whatsapp {
	width: 30px;
}

.account-stats{
	float: right;
	background-color: #797576;
	width: 100px;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	padding: 4px 6px 4px 6px;
}

.account-add{
	float: right;
	background-color: #a6d252;
	width: 100px;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	padding: 4px 6px 4px 6px;
}

.account-edit{
	background-color: #a6d252;
	width: 90px;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	padding: 4px 6px 4px 6px;
	float: left;
	margin-right: 4px;
}

.account-comments{
	background-color: #797576;
	width: 90px;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	padding: 4px 6px 4px 6px;
	float: left;
}

.account-del{
	background-color: #b8404a;
	width: 90px;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	padding: 4px 6px 4px 6px;
	margin-top: 4px;
	float: left;
	margin-right: 4px;
}

.account-free{
	background-color: #a6d252;
	width: 90px;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	padding: 4px 6px 4px 6px;
	margin-top: 4px;
	font-size: 11px;
	float: left;
}

.anket-status{
	background-color: #b8404a;
	width: 100px;
	border-radius: 6px;
}

.anket-status.royal{
	background-color: #136d5e;
}
.anket-status.premium{
	background-color: #e43d8f;
}
.anket-status.top{
	background-color: #6b141c;
}
#anketlist td:nth-child(3) {
    background: none;
    font-weight: bold;
    color: white;
    text-align: center;
}


.round-royal{
	background-color: #136d5e;
	height: 18px;
	width: 18px;
	border-radius: 11px;
	float: right;
}
.round-premium{
	background-color: #e43d8f;
	height: 18px;
	width: 18px;
	border-radius: 11px;
	float: right;
}
.round-top{
	background-color: #6b141c;
	height: 18px;
	width: 18px;
	border-radius: 11px;
	float: right;
}


