button .remove-label {
    display: none;
}

button.is-saved .save-label {
    display: none;
}

button.is-saved .remove-label {
    display: inline;
}

button.is-saved {
    background-color: #00709E !important;
}

.my-ramm-form-panel {
    border: 2px solid #dc2b90;
}

.my-ramm-form-panel .my-ramm-form-panel-section {
    padding: 18px;
    border-bottom: 1px solid #dc2b90;
}

.my-ramm-form-panel .my-ramm-form-panel-section:last-of-type {
    border-bottom: none;
}

.my-ramm-form-panel .field {
    padding-bottom: 12px;
    padding-right: 20%;
}

.my-ramm-form-panel .my-ramm-form-panel-section .field:last-of-type {
    padding-bottom: 0px;
}

.my-ramm-form-panel .my-ramm-form-panel-section button {
    max-width: 20%;
    float: right;
    margin-top: -30px;
}

.my-ramm-form-panel label {
    font-weight: 700;
    color: #666;
    margin-bottom: 4px;
    float: left;
    width: 100%;
}

.my-ramm-form-panel label.indented {
    padding-left: 18px;
}

.my-ramm-form-panel .field.checkbox-field .input-holder {
    float: left;
    width: 40px;
    overflow: hidden;
}

.my-ramm-form-panel .field.checkbox-field label {
    float: none;
    width: auto;
    position: relative;
    overflow: hidden;
    display: block;
}

/* saved pages */
ul.saved-pages-list {
    overflow: hidden;
    width: 100%;
    list-style: none;
    margin: 0;
}

ul.saved-pages-list .sp-column-container {
    clear: both;
}

ul.saved-pages-list li {
    overflow: hidden;
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 1px solid #EEE;
    margin-bottom: 12px;
}

ul.saved-pages-list li a.cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}

ul.saved-pages-list li h6 {
    border-top: 8px solid #545759;
}

ul.saved-pages-list li .button-row button {
    float: left;
    background-color: #b6ada5;
}

ul.saved-pages-list li .button-row a.button {
    width: auto;
    background-color: #dc2b90;
    color: #fff;
    padding: 0 1rem;
    border: 0;
    float: right;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem;
    position: relative;
    text-align: right;
    text-decoration: none;
}

ul.saved-pages-list li.empty-list-notice {
    display: none;
}

ul.saved-pages-list li.empty-list-notice.is-shown {
    display: list-item;
}

/* registration shortcode */
.shortcode.member-registration .block-title {
    margin: 0;
    padding: 18px;
    cursor: pointer;
}

.shortcode.member-registration .my-ramm-form-panel-section .block-title {
    margin: -18px 0 -18px -18px;
    width: calc(100% + 36px);
}

.shortcode.member-registration .block-title:after {
    font-family: 'FontAwesome';
    font-size: inherit;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
    position: absolute;
    top: 20px;
    right: 14px;
    color: #dc2b90;
}

.shortcode.member-registration .block-title.is-selected {
    background-color: rgb(220, 43, 144);
    color: #FFF;
    margin-bottom: 0;
    margin-bottom: 18px;
}

.shortcode.member-registration .block-title.is-selected:after {
    color: #FFF;
    content: "\f0da";
}

.shortcode.member-registration .block-content {
    display: none;
}

.shortcode.member-registration .is-selected {
    display: block;
}

.my-ramm-form-panel .my-ramm-form-panel-section button.cleared {
    margin-top: 0;
    max-width: none;
}

.shortcode.member-registration .term-list {
    margin-left: -12px;
}

.shortcode.member-registration .term-list li:before {
    content: '';
}

.shortcode.member-registration .term-list li button {
    width: 100%;
    margin: 0;
    max-width: none;
    height: auto;
    min-height: 30px;
}

/* member header */
.member-header {
    background-image: url('/wp-content/plugins/my-ramm/assets/img/banner.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 16px;
    min-height: 200px;
}

.member-header .identity h4 {
    font-size: 50px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 0;
}

.member-header .identity p {
    font-weight: 700;
    color: #FFF;
    font-family: 'Ruda', sans-serif;
}