#content-main {
    box-sizing: border-box;
}

#content-related {
    box-sizing: border-box;
}

#contentbox {
    width: 450px;
    height: 50px;
    border: solid 2px #006699;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#footer {
    background: none repeat scroll 0 0 #417690;
    color: #FFFFCC;
    width: 100%;
    font-size: 10px;
    text-align: center;
    padding: 1em 0 1em 0;
}

#footer p {
    line-height: 100%;
    margin: 0.2em 0 0.2em;
}

.button {
    margin-left: 5px;
    line-height: 25px;
}

#content-related .ui-datepicker {
    width: 16em;
}

.maxwidth {
    width: 100%;
}

.remove-padding-datatable {
    padding: 0 !important;
}