form {
    margin: 0px;
    padding: 0px;
}

form fieldset {
    margin-bottom: 1em;
    padding: 0.5em;
}

.collapse-processed {
    font-weight: bolder;
}

.morepad {
    padding-left: 20px;
    padding-right: 30px;
    line-height: 24px;
    font-size: 16px;
}

form h3 {
    text-align: left;
    color: #4cad0e;
    font-size: 26px !important;
    font-weight: bolder;
    margin: 1em 0 0.5em;
}

#content-form {
    max-width: 710px;
    display: table-cell;
    width: 100%;
    padding-top: 20px;
    margin: 0px auto 20px auto;
    background: #EBEBEB;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.form-item {
    margin-bottom: 0px;
    margin-top: 1em
}

.form-item label.option {
    display: inline;
    font-weight: normal
}

.form-item label {
    display: block;
}

.form-checkboxes,
.form-radios {
    margin: 1em 0px
}

.form-checkboxes .form-item,
.form-radios .form-item {
    margin-bottom: 0.4em;
    margin-top: 0.4em
}

.marker,
.form-required {
    color: rgb(255, 0, 0)
}

.ssbutton {
    margin: 0 auto;
    margin-top: 10px;
    display: block;
    position: static;
    text-decoration: underline;
    padding: 12px 10px;
    background-color: #4cad0e;
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
    font-size: 24px !important;
    border: none;
    box-shadow: inset 0px 1px 0px 0px #AEC3E5;
    font: 700 20px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Geneva", "Verdana", sans-serif;
    text-shadow: 0px -1px 1px #64799E;
    box-shadow: 0 0 0 0 #4cad0e45;
    animation: pulse 1.5s infinite;
    -webkit-animation: pulse 1.5s infinite;
}

.ssbutton:hover {
    background-color: #378d00;
    box-shadow: inset 0px 1px 0px 0px #A5B9D9;
    cursor: pointer;
}

#codinp {
    margin-right: 5px !important;
}

.address-pane-table table td {
    padding: 4px 2px 2px 2px;
    vertical-align: inherit;
}

.field-label {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

input[type=text],
select,
textarea {
    box-sizing: border-box;
    width: 300px !important;
}

input[type=text],
select {
    padding: 1px 0;
}

.address-pane-table .form-item {
    display: inline;
}

.form-item {
    margin-bottom: 0px;
    margin-top: 1em;
}

.marker,
.form-required {
    color: rgb(255, 0, 0);
}

@media (max-width: 768px) {
    .ssbutton {
        background-color: #24b200;
    }

    .ssbutton:hover {
        background-color: #1f9800;
    }

    .morepad {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 12px;
    }

    #content-form {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 400px) {
    body h3 {
        font-size: 21px !important;
    }
}