/* CSS Document */
/* Body Styles */
.body-container {
    width: 899px;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    text-align: left;
    background-color: #FFF;
    margin: 0 auto;
    padding: 0px;
}
/* Body: content */
.body-container .content {
    width: 505px;
    color: #000;
    background-color: #FFF;
    margin: 0 auto;
    padding: 25px 20px 16px 19px;
}
/* Body: right sidebar */
.body-container .right-sidebar {
    width: 196px;
    border-left: 1px solid #A9BEC7;
}