/* For Tab */
.tabs-menu {height: 30px; /*float: left;*/ clear: both;padding-left: 18px; padding-top: 4px;}
.tabs-menu li { height: 30px; line-height: 30px; float: left;margin-right: 4px; background-color: #ddd;border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-left: 1px solid #ccc;}
.tabs-menu li.current { position: relative; background-color: #F1F1F1; /*border-bottom: 1px solid #fff;*/ z-index: 5; font-weight: bolder;}
.tabs-menu li a {padding: 6px 24px; color: #111; text-decoration: none;font-weight: bolder; }
.tabs-menu .current a {color: #111; font-weight: bolder;}
.tab { border: 1px solid #ccc; background-color: #F1F1F1; /*float: left;*/ margin-bottom: 20px; width: auto;}
.tab-content {   width: auto;  padding: 20px; display: none;}
#tab-1 { display: block; }
.clearfix:after{content: " "; clear: both; display: block; height: 0}
#tabs-container > .tabs-menu{margin: 0!important;}
#tabs-container > .tabs-menu li a:focus{box-shadow: none; }

/* Theme tab */
.wp-doc-themes ul li { float: left; margin-right: 10px; border: 4px solid #F1F1F1; }
.wp-doc-themes ul li.selected{ border: 4px solid #bebebe; }
.wp-doc-themes ul li input{ display: none; }
.wp-doc-themes ul li span{ background: #000; color: #fff; display: block; padding: 5px 10px; margin-top: -4px; font-weight: bold; }