.portlet {
	background: #FFF;
	margin-bottom: 10px;
	padding: 0;
}

.portlet-topper {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	position: relative;
	background: #fff;
	position: relative;
}

.portlet-topper .portlet-title {
	padding: 0;
	border-bottom: 1px solid #e3e3e3;
}

.portlet-title {
	padding: 0 10px;
	display: block;
}

.portlet-topper .portlet-title .portlet-title-text {
	display: inline;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 4px 10px 3px 10px;
	background-color: #00838f;
	color: white;
}

.bordered .portlet-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e3e3e3;
	padding: 25px;
}

.bordered .portlet-topper .portlet-title,
.highlighted .portlet-topper .portlet-title {
	border: 0;
}

.highlighted .portlet-content {
	border: 0;
	background-color: #f8f8f8;
	padding: 25px;
}