/***************** Speech Bublle ******************/
.entry-content .voice.l .voicecomment { background: #fff;}

/***************** Ultimate Shortcode ******************/
.entry-content .su-tabs { background: none;}
.entry-content .su-tabs-nav{display:table;table-layout:fixed;border-spacing:2px 0;}
.entry-content .su-tabs-nav span {
display:table-cell;
    vertical-align: middle;
font-size:inherit;
background:#ddd;
border: 1px solid rgba(0,0,0,0.25);
border-bottom:none;
opacity: 0.75;
position:relative;
top:10px;
}
.entry-content .su-tabs-nav span:not([class*="su-tabs-current"]):after {
 content:'\f0a5';
 font-family: FontAwesome;
 font-size: inherit;
 font-weight:normal;
padding-left:0.5em;
}
.entry-content .su-tabs-nav span.su-tabs-current {
font-weight:bold;
background: #fffcdf;
opacity: 1;
top:1px;
z-index:2;
}
.entry-content .su-tabs .su-tabs-pane {
position:relative;
font-size:inherit;
border: 1px solid rgba(0,0,0,0.25);
background: #fffff7;
box-shadow: 3px 3px 0px 0 rgba(0,0,0,0.10);
}


/* ################ Wordpress Add Custom CSS 色設定 ############### */
form#worpress_custom_css_form tr,
form#worpress_custom_css_form td{
display:block;
}
form#worpress_custom_css_form textarea{
height:500px;
font-size:13px;
font-family: Verdana;
color:#791811;
background:#bcd6ad;
}