/* wpbasis dashboard styles
----------------------------------------------- */
.icon img {
	margin: 0 auto;
	display: block;
	margin-bottom: 12px;
}

/* new */
.about-wrap .wpbasis-badge {
	position: absolute;
	top: 0;
	right: 0;
}
.wpbasis-badge {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	margin: 5px 0 0;
	display: inline-block;
	width: 100px;
	text-rendering: optimizeLegibility;
	padding: 10px;
}
.wpbasis-badge img {
	margin-bottom: 5px;
}

/* wpbasis tabs styles
----------------------------------------------- */
ul.wpbasis-tabs {
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 0;
	font-size: 23px;
	font-weight: 400;
	line-height: 29px;
	padding-left:6px;
	margin-bottom: 0;
}
ul.wpbasis-tabs li {
	display: inline-block;
	margin: 0 3px -1px 0;
}
ul.wpbasis-tabs li a {
	padding: 4px 15px 6px;
	font-size: 18px;
	vertical-align: top;
	border-width: 1px;
	color: #555;
	border-color: #ccc;
	text-decoration: none;
	display: block;
	border-style: solid;
	background: #e4e4e4;
	font-weight: bold;

}
ul.wpbasis-tabs li a.active {
	color: #000;
	border-bottom-color: #F1F1F1;
	background-color: #F1F1F1;
}

.update-content {
	float: left;
	width: 65%;
	margin-right: 2%;
}
.update-quote {
	float: right;
	width: 25%;
	margin-top: 2%;
}
.about-wrap .update-quote h3 {
	padding: 8px 12px;
	margin: 5px 0px;
}

/* general styles
----------------------------------------------- */
.clearfix {
	clear: both;
}
.wpbasis-message,
.wpbasis-error,
.wpbasis-warning {
	display: block;
	line-height: 19px;
	padding: 1px 15px;
	font-size: 14px;
	text-align: left;
	margin: 0px 20px 0 2px;
	background-color: #fff;
	border-left: 4px solid #ffba00;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
.wpbasis-error {
	border-color: #dd3d36;
}
.wpbasis-message {
	border-color: #7ad03a;
}