 .section-title{
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 5px;
    font-size: 17px;
    margin: 0 -10px;
    padding: 8px;
    background-color: #5e6871;
    color: #ffffff;
}

.mo-main{
    background-color: #ffffff;
    padding: 0 10px;
    max-width: 1000px;
    flex-grow: 1;
}
.mo-container {
    margin-top: 12px;
    display: flex;
}

/*sidebar*/
.mo-sidebar{
    margin-left: 40px;
    background-color: #fff;
    display: table;
    padding: 10px 15px;
    max-width: 315px;
    min-width: 315px;
    position:  relative;
}
.mo-op-plugin-icon {
    display:  table;
    float:  left;
}

.mo-op-plugin-icon span.dashicons {
    font-size: 36px;
    display:  table;
    color: #5e6871;
}

span.mo-op-plugin-about {
    display:  block;
    margin-top: 4px;
}

.mo-op-plugin-details a {
    padding-right: 5px;
}

li.mo-op-plugin {
    padding: 14px 0;
    display:  flex;
    align-items: center;
}

.mo-op-plugin-details {
    margin-left: 10px;
}
.mo-op-plugin-head{
    font-size: 17px;
    display: block;
}
.mo-sidebar-head{
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom:  7px;
    text-transform:  uppercase;
    font-weight:  600;
    text-align:  left;
}
ul.mo-op-list li:first-child{
    padding-top: 0;
}

a.mo-sidebar-toggle {
    cursor: pointer;
    text-decoration: underline;
    position:  absolute;
    right: 10px;
    top: 10px;
}
.mo-sidebar-show .mo-other-plugins{
    display: none;
}
.mo-sidebar-show a.mo-sidebar-toggle {
    padding:  10px;
    position:  relative;
    top: 0;
    right:  0;
}

.mo-sidebar.mo-sidebar-show {
    min-width: 50px;
    margin-left: 10px;
}

.mo-sidebar-head:not(:first-child) {
    margin-top: 30px;
}

/* End sidebar */

.oelm-faqs{
    font-size: 15px;
}

.mo-main h2{
    display: none;
}

.prem-images{
    cursor: not-allowed;
    opacity: 0.8;
}
.prem-images img{
    width: 100%;
    height: 100%;
    max-width: 800px;
}
.mo-wsc-prem .mo-hero-btns{
    display: table;
    margin: 10px auto;
}
.mo-wsc-prem .mo-hero-btns a{
    margin: 0 10px;
}

/* Free vs Premium */
.mo-fvsp{
    margin: 30px 0;
}

.mo-fvsp-head{
    display: table;
    margin: 0 auto;
    font-size: 30px;
}
table.mo-fvsp-table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #eee;
    margin-top: 25px;
}
table.mo-fvsp-table td {
    padding: 10px 20px;
    border: 0;
    margin: 0;
}
table.mo-fvsp-table th{
    padding: 10px 20px;
    color: #333;
    font-weight: 600;
    font-size: 16px;
}
table.mo-fvsp-table th span{
    font-size: 12px;
}
table.mo-fvsp-table tbody tr:nth-child(odd){
    background-color: #f0f0f0;
}
.xfp-yes{
    color: #3c763d;
    text-align: center;
}
.xfp-no{
    text-align: center;
    color: #a94442;
}
.xfp-alert{
    color: #0000ff;
}
/**** -- */
.prem-images h3{
    margin: 5px;
}
.prem-images span{
    font-size: 16px;
    margin: 5px 0 10px 5px;
    display: block;
}


ul.mo-aff-select-fields-type li {
    cursor: not-allowed!important;
}

span.mo-aff-prem-note {
    font-size: 20px;
    color: #5b9dd9;
    font-weight: 600;
    border-bottom: 1px solid #5b9dd9;
    display: table;
    padding-bottom: 2px;
}

ul.oelm-opt-links a {
    margin-right: 8px;
}

.oelm-trial-notice {
    margin: 10px 5px;
}