.mam-header-wrapper {
    padding: 20px;
    overflow: hidden;
}

.mam-title-left {
    width: 80%;
    float: left;
}

h1.mam-title-main {
    padding: 0;
    line-height: 1.3em;
    font-size: 28px;
    margin-top: 5px;
}

.mam-title-sub {
    color:#777;
    font-weight: normal;
    margin-left: 3px;
}

.mam-title-right {
    float: right;
}

.button.mam-btn {
    border: none;
    color: #fff;
    text-align: center;
    padding: 3px;
    max-width: 250px;
    height: auto;
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
    box-shadow: none;
}

.mam-btn.mam-save-button {
    border: 1px solid #ed485f;
    margin-bottom: 0;
    margin-top: 30px;
    padding: 8px 15px;
    color: #ed485f;
    border-radius: 0;
    transition: all 0.3s ease;
}

.mam-btn.mam-save-button:hover,
.mam-btn.mam-save-button:focus {
    background: #ed485f;    
    color: #fff;
    border: 1px solid #ed485f;
    transition: all 0.3s ease;
    box-shadow: none;
}

.mam-settings-tabs-list {
    margin: 0;
    border-bottom: 1px solid #ccc;
}

/*About Settings Tab*/
.mam-settings-tabs-list li {
    display: inline-block;
    margin-bottom: 4px;
    margin-left:0;
}

.mam-tab-list-item {
    background: #e5e5e5;
    padding: 9px 15px;
    line-height: 33px;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    border: 1px solid #ccc;
    border-bottom: none;
}

.mam-tab-list-item:focus {
    box-shadow: none;
}

li.ui-state-default:not(.ui-state-active):hover a {
    background: #fff;
    color: #444;
}

li.ui-state-active a {
    outline: none;
    color: black;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #f1f1f1;
}

.mam-row {
    width: 100%;
    overflow: hidden;
}

.mam-settings-tabs  {
    padding: 15px 25px;
}

#ospa-about {
    margin-top: 50px;
}

.mam-col-half {
    width: 40%;
    height: auto;
    float: left;
}

.mam-about-panel {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 50px;
}

.mam-icon-container {
    float: left;
    display: inline-block;
    width: 45px;
}

.mam-icon-container i {
    font-size: 25px;
}

.mam-text-container {
    display: inline-block;
    width: 80%;
}

.mam-text-container h4 {
    margin: 0;
    font-weight: normal;
    font-size: 15px;
}

.mam-text-container p {
    line-height: 22px;
    color: #444;
    font-size: 13px;
    margin: 1em 0;
}

/*ELements Settings Tab*/
.mam-elements-table {
    border-collapse: collapse;
    margin-top: 2.5em;
    margin-left: 5px;
    width: 100%;
    clear: both;
}

.mam-elements-table th {
    vertical-align: top;
    text-align: left;
    padding: 20px 10px 20px 0;
    width: 200px;
    line-height: 1.3;
    font-weight: 600;
}

.mam-elements-table tr:not(:last-child)>th {
    border-bottom: 1px solid #ddd;
}

.mam-elements-table td {
    margin-bottom: 9px;
    padding: 15px 10px;
    line-height: 1.3;
    vertical-align: middle;
}

.mam-elements-table .mam-element-desc {
    font-weight: 300;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #ddd;
}

.theme-info .comp-box {
    display: none;
}

.theme-info .review-content {
    margin: 50px 0;
}