
.alert {
    opacity: 1;
}

.content-block {
    width: 100%;
    min-height: 300px;
    padding: 40px;
    border: 1px solid #e5e5e7;
    font-family: 'Roboto', sans-serif;
    color: #6c6d74 !important;
}

@media (max-width:960px) {
    .content-block {
        padding: 15px !important;
    }
}

h1, h2 {
    padding-bottom: calc(5px + .1em) !important;
    border-bottom: calc(.5px + .03em) solid #e5e5e7 !important;
    color: #3dc372 !important;
}

h3 {
    font-size: 22px;
    font-weight: bold;
    color: #3dc372 !important;
    margin-top: 0px !important;
}

.pickadate {
    background-color: #fff !important;
}

.form-div {
    padding-bottom: 5px !important;
    margin-bottom: 15px !important;
    border-bottom: calc(.5px + .03em) solid #e5e5e7 !important;
}

.party-info-div {
    padding-top: 12px !important;
    margin-top: 5px !important;
    border-top: calc(.5px + .03em) solid #e5e5e7 !important;
}

.req {
    color: #d71c1d;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.alert ul {
    list-style-type: none;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.copyright-div a {
    color: #717171;
    font-size: 12px;
}