.cmb-row.column-2 {
    width: 50%;
    display: inline-block;
}
.cmb-row.column-4 {
    width: 25%;
    display: inline-block;
}
.cmb-row.column-3 {
    width: 33.333333%;
    display: inline-block;
}
.cmb-row.column-3 > div {
    width: 100% !important;
}
.post-type-ex_team .cmb-row > div{
	padding: 0 15px;
    box-sizing: border-box;
}

.cmb-type-group .cmb-row.column-2 .cmb-th, .cmb2-postbox .cmb-row.column-2 .cmb-th{ width:32%}
.cmb-type-group .cmb-row.column-2 .cmb-th+.cmb-td, .cmb2-postbox .cmb-row.column-2 .cmb-th+.cmb-td{ width: 66%}
.cmb-row.column-2 .regular-text,
.cmb-row.column-4 .regular-text{ width:auto}
.post-type-team_scbd .cmb2-wrap select{ min-width:160px;}
#adminmenu #menu-posts-ex_team ul>li>a:empty{ display:none;}
.extp-layout-carousel .hide-incarousel,
.extp-layout-table .hide-intable,
.extp-layout-list .hide-inlist,
.extp-layout-grid .hide-ingrid{ opacity:.3; pointer-events: none;}

/*Help page*/
.extp-upgrade a {
    text-decoration: none;
    background-color: #54a6af;
    color: #ffffff;
    font-size: 21px;
    padding: 5px;
}
/*FAQ*/

.extp-help-container{ width: 70%}
.extp-help-container .extp-toggle:last-child {
    border-bottom: 1px solid #dddddd;
}
.extp-help-container .extp-toggle .extp-toggle-title {
    position: relative;
    display: block;
    border-top: 1px solid #dddddd;
}
.extp-help-container .extp-toggle .extp-toggle-title h3 {
    font-size: 20px;
    margin: 0px;
    line-height: 1;
    cursor: pointer;
    font-weight: 200;
}
.extp-help-container .extp-toggle .extp-toggle-title .extp-title-name {
    display: block;
    padding: 13px 25px 14px;
}
.extp-help-container span {
    letter-spacing: 0px;
}
.extp-help-container .extp-toggle .extp-toggle-inner {
    padding: 7px 25px 10px 25px;
    display: none;
    margin: -7px 0 6px;
}
.extp-help-container p {
    line-height: 1.5;
    font-size: 14px;
    padding: 2px 0;
    margin: 0;
}

/*Comparison free and pro*/
.extp-help-header {
   background-color: #327a81;
   color: white;
   font-size: 1.5em;
   padding: 1rem;
   text-align: center;
   text-transform: uppercase;
}

.extp-help-user {
   border: 1px solid #327a81;
   border-radius: 10px;
   box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
   max-width: calc(100% - 2em);
   margin: 1em auto;
   overflow: hidden;
   width: 800px;
   font-size: 15px;
}
.extp-help-user tr td:not(:first-child){text-align: center;}
.extp-help-user tr td:first-child, .extp-help-user tr th:first-child { 
      width: 50%;
      font-weight: bold;
   }
.extp-help-user tr td:not(:first-child), .extp-help-user tr th:not(:first-child) { 
      width: 25%;
   }

.extp-help-user   table td,.extp-help-user table th {
    color: #2b686e;
    padding: 10px;
}
.extp-help-user table th {
    background-color: #daeff1;
}
.extp-help-user table tr:nth-child(2n+1) {
    background-color: #dbdae4;
}
.extp-help-user table {
   width: 100%;
   
   
}