#content-container {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow:hidden;
    overflow-y: scroll;
}

#content-container>div {
    position: relative;
    top: inherit;
}

.displayArea {
    width: 100%;
    height: 560px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
}

.block1 {
    left: 22.01%;
    right: 22.22%;
    top: 6.35%;
    bottom: 69.92%;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #b5b5b5;
    background: rgba(255, 255, 255, 1);
}

.block2 {
    left: 22.01%;
    right: 22.22%;
    top: 36.43%;
    bottom: 39.84%;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #b5b5b5;
    background: rgba(255, 255, 255, 1);
}

.selectize-input {
    border: 1px solid #b5b5b5 !important;
}

.topLabel {
    padding-top: 16px !important;
}

.fieldLabel {
    width: 92px;
    color: rgba(0, 0, 0, 1);
    font-family: Arial !important;
    font-size: 12px !important;
    opacity: 1;
    text-align: left;
    padding-left: 16px !important;
    padding-bottom: 1px !important;
}

.fieldContent {
    width: 353px;
    height: 42px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    top: 213px;
    left: 120px;
    padding-top: 1px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.inputField {
    width: 96%;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    top: 345px;
    left: 520px;
    border: 1px solid #b5b5b5 !important;
    overflow: hidden;
}

.professionalInformation {
    left: 33.61%;
    bottom: 93.85%;
    font-family: Arial;
    font-size: 18px;
    text-align: left;
    color: #EE7D11;
}

.personInformation {
    left: 23.61%;
    right: 63.12%;
    top: 43.98%;
    bottom: 63.77%;
    overflow: hidden;
    font-family: Arial;
    font-size: 18px;
    text-align: left;
    color: #EE7D11;
}

.enabled {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #000000;
    margin-right: 10px;
}