.hidden {
    display: none;
}

.car-error {
    display:none;
    color: red;
}

.invalid .car-error {
    display: block;
}

.donation-form .errors:before {
    display:table;
    content: " ";
    clear:both;
}
    .donation-form .errors {
        color: red;
		font-size:1.4em;
		padding: 0 30px;
    }

li.li-products {
    content: " ";
    display: table;
    clear: both;
}

textarea.txt-message {
    width: 100%;
    height: 200px;
}

input.box_radio {
    display: none;
}

    input.box_radio + label {
        padding: 20px 10px;
        width: 18%;
        min-width: 180px;
        text-align: center;
        outline: none;
        position: relative;
        background-color: #c8e1df;
        color: #fff;
        border: 3px solid #c8e1df;
        cursor: pointer;
        text-align: center;
        margin: 10px;
        display: inline-block;
    }

        input.box_radio + label:hover {
            background-color: #a1c035;
            border: 3px solid #a1c035;
            border-right-color: #88a;
            border-bottom-color: #66a;
        }

    input.box_radio:checked + label {
        background-color: #a1c035;
        border: 3px solid #3c6b2b;
    }

.ElectorateName {
    font-size: 0.8em;
    white-space: pre;
}

    .ElectorateName:before {
        content: '\A';
    }

.MPname {
    font-weight: 700;
}