.fbmclc-setuptab{
  background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 0 0 3px 3px;
    padding: 10px;
	overflow: hidden;
}

/*Admin STyle*/
/** Convert element to border-box **/
.fbmclc-wrap {
  font-family: Lato, sans-serif;
}
.fbmclc-wrap *,
.fbmclc-wrap *:after,
.fbmclc-wrap *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/** Clearfix**/
.fbmclc-clear:before,
.clearfix:before,
.fbmclc-clear:after,
.clearfix:after,
.fbmclc-btn-group:before,
.fbmclc-btn-group:after,
.fbmclc-form .fbmclc-field-x:before,
.fbmclc-form .fbmclc-field-x:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.fbmclc-clear:after,
.clearfix:after,
.fbmclc-btn-group:after,
.fbmclc-form .fbmclc-field-x:after {
  clear: both;
}
/** Hidden element **/
.fbmclc-hide {
  display: none;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
/**
 * Blocks
 */
.fbmclc-wrap {
  margin-top: 20px;
}
.fbmclc-wrap .fbmclc-header {
  background-color: #292929;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 24px 20px 20px;
}
.fbmclc-wrap .fbmclc-header h4 {
  margin: 0;
  padding: 0;
  line-height: 29px;
}
.fbmclc-wrap .fbmclc-header h4 i {
  color: #4267B2;
  font-size: 48px;
}
.fbmclc-wrap .fbmclc-header h4 i.dashicons-before:before {
  font-size: 48px;
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.fbmclc-wrap .fbmclc-header h4 > span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  padding:0 10px;
  /*background:#FFF;*/
  color:#FFF;
  font-size:28px;
}
.fbmclc-wrap .fbmclc-header h4 strong {
  color: #36ad55;
  display: block;
  font-size: 28px;
  font-weight: bold;
  font-family: Lato, sans-serif;
}
.fbmclc-wrap .fbmclc-header h4 strong > span {
  color: #ffffff;
}
.fbmclc-wrap .fbmclc-header h4 em {
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}
.fbmclc-wrap .fbmclc-main {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 30px 20px;
}