/*css styles*/
.mx-block_wrap {
	position: relative;
    margin-top: 20px;
    padding: .7em 2em 1em;
    min-width: 255px;
    max-width: 520px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
}
.mx-block_wrap textarea {
	width: 100%;
	height: 100px;
}
.mx-submit_button_wrap {
	text-align: right;
}
.mx-restore_data {
    float: left;
    width: 464px;
}
.mx-restore_data label {
    float: left;
}
.wp-core-ui .mx-restore_data input {
    float: left;
    margin-top: 2px;
    margin-left: 8px;
    height: 16px;
}
.mx-hint_text {
    background: #f3f3f3;
    padding: 6px;
}
.mx-block_wrap .thickbox img {
    width: 200px;
}

/**/
#mxcpfc_update_payment_options {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
#mxcpfc_update_payment_options .mx-block_wrap {
    width: 32%;
    box-sizing: border-box;
    margin: 0.5%;
}
.mx-save-payment-data {
    background: #0085ba;
    border-color: #006a95 #00648c #00648c;
    box-shadow: inset 0 -1px 0 #00648c;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #005d82, 1px 0 1px #005d82, 0 1px 1px #005d82, -1px 0 1px #005d82;
    padding: 8px;
    border: none;
    border-radius: 4px;
    margin: 10px auto;
    display: block;
    cursor: pointer;
}
.mx-save-payment-data:hover {
    background: #007eb1;
    border-color: #00435d;
    color: #fff;
}
.mxcpfc_save_notice {
    background: #bdf9cd;
}

/**/
.mx-clear-fix {
    clear: both;
    width: 100%;
    float: none;
}

/**/
.mx-shortcodes {
    width: 98%;
    box-sizing: border-box;
    margin: 0.5%;
    padding: .7em 2em 1em;
    min-width: 255px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
}