/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/
.ms-container {
	width: 900px;
}

.custom-header {
	text-align: center;
	padding: 3px;
	background: #000;
	color: #fff;
}

.ms-container .ms-list{
  height: 250px;

}

.more {
color: white;
background-color: rgba(224, 74, 73, 0) !important;
}