.container 
{
    width:600px;
    padding: 0;
}

.container.container-large {
    margin-top: 100px;
    width: 1280px;
}

.center {
    text-align: center;
}

.h3, h3 {
    font-size: 20px;
}

.ff-form-main {
    max-width: 100% !important;
    margin-bottom: 100px;
}

.ff-group-row
{
    margin:15px auto;
    background-color:#eee;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.ff-col-1 {
    width: 30%;
    min-width: 30%;
}

.ff-col-2 {
    width: 70%;
    display: table-cell !important;
}
.ff-item-row {
    padding: 0 !important;
}
.ff-label-col,.ff-field-col {
    padding-top: 5px;
}

ol {
    color: #777;
}

.ff-section-header, h3 {
    font-weight:bold;
    font-size: 18px;
}

.ff-section-header:empty{
    display:none;
}
.ff-group-row:first-child .ff-section-header {
    font-size: 30px;
    font-weight:bold;
    line-height: 30px;
}

.ff-group-row:first-child {
    text-align: center;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
}

.ff-group-row:first-child .ff-col-1, .ff-group-row:last-child .ff-col-1 {
    width: 100% !important;
}

.ff-group-row:last-child label {
    max-width: 100% !important;
    width: 100% !important;
    color:#777;
    font-style: italic;
}

#ffSection4 .ff-item-row:nth-child(2) .ff-label-col {
    width: 100% !important;
}

#ffSection4 .ff-item-row:nth-child(3) .ff-col-1, #ffSection4 .ff-item-row:nth-child(4) .ff-col-1 {
    width: 100% !important;
    min-width: 100%;
    color: #777;
}

#ffSection4 .ff-item-row:nth-child(3) .ff-col-2, #ffSection4 .ff-item-row:nth-child(4) .ff-col-2 {
    width: 100% !important;
    min-width: 100%;
}

#dvFastForms .btnDiv {
    text-align: left !important;
}

form label.error {
    color: red;
    display: block;
}

input.error,select.error,textarea.error {
    color:#ed1c24;
    border:1px solid #ed1c24!important;
}

input[type=checkbox] {
    margin-right: 5px;
}

.footnoteDiv {
    display:none;
}

.ff-required-mark {
    display:none;
}

label {
    font-weight: normal;
    max-width: 92%;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999;
    background-color: rgba(0,0,0,0.8);
    font-family: Open Sans, Arial;
}

#overlay span {
    padding: 20px;
    border-radius: 5px;
    color: #fff;
    background-color: #000;
    position:relative;
    top:50%;
}