table thead tr, table tfoot tr
{
	background: #a46497 none repeat scroll 0 0
}
table thead tr th, table tfoot tr th
{
	color: white;
    font-size: 14px;
    font-weight: bold;
}
table thead tr a, table tfoot tr th a
{
	color: #FFFF99;
}
table thead tr a:hover, table tfoot tr a:hover
{
	color: #D5D500;
}
.widefat ol, .widefat p, .widefat tfoot tr td, .widefat tfoot tr th, .widefat thead tr td, .widefat thead tr th, .widefat ul
{
	font-weight: bold;
	color:white;
}
.wp-core-ui .button-primary, .wp-core-ui .button-primary.focus, .wp-core-ui .button-primary:focus
{
	background: #a46497 none repeat scroll 0 0;
    border-color: #a46497;
    box-shadow: none;
	font-weight: bold;
	text-shadow:none;
}
.wp-core-ui .button-primary:hover
{
	background: #C9A3C1 none repeat scroll 0 0;
    border-color: #C9A3C1 ;
    box-shadow: none;
    font-weight: bold
}
.wp-list-table a {
    font-weight: bold;
    transition: none 0s ease 0s ;
}
.wcst_very_samll_margin_top
{
	margin-top: 10px !important;
}
.wcst_small_margin_top 
{
    margin-top: 20px !important;
}
.wcst_section_title
{
	/* margin-top: 50px;
	margin-bottom: 10px;
	font-size:20px;
	padding: 7px;
	text-transform:uppercase;
	color: white;
	background: #96588a; */
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 25px;
	padding: 7px;
	color: white;
	background: #efefef;
	color: #96588a;
	padding: 10px;
	border-radius: 3px;
}
.wcst_wrap {
	margin: 10px 20px 0 2px;
}