
.checkout-box {
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 30px 0px rgba(0,0,0,.1);
    padding: 20px 20px 20px 20px;
    margin-bottom: 25px;
    width:750px;
}


.bl_button {
    padding: 7px 15px 7px 15px;
    border: 1px solid #283848;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    transition: ease .5s all;
    margin: 0px;
    text-shadow: none;
    cursor: pointer;
    display: inline-block;
    color: #283848;
    background: #fff;
    margin-bottom: 20px;
    height: 36px;
}
.ignore_striped_table {
    background-color: white !important;
    border: none !important;
}
.dark_striped_table {
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
}

.event-custom-field {
	padding-left: 8px;
}

.event-custom-field > .controls > fieldset > ul > li {
    max-height: 30px;
}

.event-custom-field > .controls > fieldset > ul > li > label > input[type=checkbox] {
    margin: 0px;
}

.event-custom-field > .controls > fieldset > ul > li > label > input[type=radio] {
    margin: 0px;
}