.ui-collapsible-header {
font-weight:bold !important;
font-size:18px !important;
border-radius:0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: 1px solid #e4e4e4;
background: #eef5f8;
font-weight: normal;
color: #2f5174;
}
.ui-state-default.wp-spoiler-title:hover, .ui-widget-content .ui-state-default.wp-spoiler-title:hover, .ui-widget-header .ui-state-default.wp-spoiler-title:hover {
background: #dbe3e9;
cursor:pointer;
}
.ui-widget-content {
color: #333;
border:1px solid #e4e4e4;
border-top:0;
}
.ui-widget-content a {
color: #115293;
}