div.controls h3 {
    line-height: 40px;
}

div#content {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 20px rgba(1, 1, 1, 0.7);
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    min-height: 0px;
    overflow: auto;
    padding-bottom: 0px;
    padding-top: 0px !important;
    position: relative;
    margin-left: -2px;
}