/* /Donate Plugin Styles
* {
    box-sizing: border-box;
} */

/* Create two equal columns that float next to each other */
.column {
    float: left;
    width: 45%;
    padding: 10px;
    height: 300px;
    /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the columns stack on top of each other on small screens */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

#tabs.dntplgn_form_wrapper {
    border-radius: 0;
    padding: 0;
}

#tabs.dntplgn_form_wrapper>ul {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#tabs.dntplgn_form_wrapper>ul li {
    border: 0 none;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}

#tabs.dntplgn_form_wrapper>ul li a {
    margin: 0;
    outline: medium none;
    /*width: 85%;*/
    width: 100%;
}

.dntplgn_donate_monthly .dntplgn_monthly_other_sum.checked {
    display: block !important;
}

.dntplgn_donate_monthly .dntplgn_monthly_other_sum {
    margin-top: 10px;
}

.widget-area #tabs-2 input#dntplgn_once_amount {
    margin-bottom: 15%;
}

.widget-area #tabs.dntplgn_form_wrapper>ul li {
    white-space: normal;
}

.widget-area #tabs.dntplgn_form_wrapper>ul li a {
    font-size: 14px;
    min-height: 60px;
    padding: 0;
}

span.dntplgn_error_message {
    color: red;
}

.clear {
    clear: both;
}

.dntplgn_monthly_donation_select_label,
.dntplgn_once_enter_donation_label {
    margin: 10px 0;
    font-size: 20px;
}

.dntplgn_donate_monthly .dntplgn_submit_button {
    margin: 15px 0 10px 0;
}

a.button,
input[type=submit],
button,
.minti_button {
    background: #facb2a;
    border-color: #f90;
    color: black;
}