html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	color: #212121;
	font-family: arial;
	font-size:12px;
	padding:0px;
	margin:0px;
}
img {
	border: 0;
}
.clear {
	clear:both;
	height:0;
	line-height:0;
}
.widget {
	border:1px solid #666;
	border:none;
	background:#c6d8d3;
	overflow:hidden;
}
	.widget a.title:link, .widget a.title:visited  {
		display:block;
		height:33px;
		text-decoration:none;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#547fa7+0,46719b+100 */
		background: #666; 
	}
	.widget .title .icon {
		display:block;
		float:left;
		width:25px;
		height:25px;
		background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26"><path fill="white" d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/></svg>') no-repeat;
		background-size: 20px 20px;
		margin:6px 10px 0 8px;
	}
		.widget .title .text {
			float:left;
			height:25px;
			overflow:hidden;
			margin:5px 0 0 0;
			color:#FFF;
			font-size:18px;
			white-space:nowrap;
		}
		.widget .profile {
			width:100%;
			height:80px;
			border-collapse: collapse;
			border-bottom: 1px solid #666;
		}
			.widget .profile tr td {
				padding:0px;
				margin:0px;
				text-align:center;
			}
			.widget .profile td {
				border:none;
			}
			.widget .profile .avatar {
				width:1%;
				padding:10px !important;
				border-left:none !important;
				
				line-height:0px;
			}
				.widget .profile .avatar img {
					border-radius: 50%;
					width:60px;
				}
			.widget .profile .value {
				width:33%;
				height:44px;
				font-size:14px;
				font-weight:bold;
			}
			.widget .profile span {
				display:block;
				font-size:9px;
				font-weight:bold;
				color:#999999;
				margin:-2px 0 0 0;
			}
	.widget a.follow:link, .widget a.follow:visited {
		display:block;
		background:#ad4141;
		text-decoration:none;
		font-size:14px;
		color:#FFF;
		font-weight:bold;
		width:120px;
		margin:-10px auto 0 auto;
		padding:5px 5px 5px 10px;
		
		border-radius: 5px 5px 5px 5px;
		
	}
	.widget a.follow:hover {
		background:#cf3838;
	}
	.widget .data {
		text-align:left;
		margin:10px 0 0 10px;
		padding:0 0 5px 0;
	}
		.widget .data a.image:link, .widget .data a.image:visited{
			display:block;
			float:left;
			margin:0 5px 5px 0;
			overflow:hidden;
			padding: 2px;
			text-decoration:none;
		}
		.widget .data .image:hover {
			filter: alpha(opacity=80);
		 	opacity: 0.8;
		}
			.widget .data .image span {
				display:block;
				background-repeat:no-repeat;
				background-size:cover;
				background-position:center center;
			}
	.widget .empty {
		text-align:center;
		margin:10px 0 10px 0;
	}
.copyright {
	margin:3px 0 3px 0;
	font-size:10px;
	text-align:center;
}
	.copyright a:link, .copyright a:visited {
		text-decoration:none;
		color:#666;
	}
	.copyright a:hover {
		text-decoration:underline;
	}
.cacheError {
	font-size:10px;
	color:red;
	text-align:center;
}
@media (max-width: 240px) {
	.widget .profile {
		display:none;
	}
}
@media (max-width: 180px) {
	.widget .title .text {
		display:none;
	}
}