#legacy-header {
    background: url('/legacy/header/img/paper-pattern.png') repeat-x;
    padding: 50px 0 120px;
    text-align: center;
    box-sizing: border-box;
}
#legacy-header img {
    display: block;
    margin: 0 auto 30px;
}
#legacy-header .half {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    color: #dd1100;
    font-size: 15px;
    line-height: 19px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 15px 0 0;
}
#legacy-header .button {
    background: #dd1100;
    border: 1px solid #b00400;
    border-radius: 3px;
    padding: 8px 14px;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    font-size: 15px;
    font-family: Arial;
    white-space: nowrap;
}
#legacy-header .button:hover {
    background: #fe0000;
}
#modern-header {
    padding: 50px 0 0;
    margin: 0 0 55px;
    background: #414141;
    text-align: center;
}
#modern-header h1 {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
    font-weight: 300;
    font-size: 28px;
    color: #fff !important;
    margin: 0 0 40px;
}
#modern-header .red {
    background: #dd1100;
    padding: 29px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #fff !important;
    white-space: nowrap;
}
#modern-header .button {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 8px 14px;
    margin: 0 0 0 20px;
    color: #fff !important;
    white-space: nowrap;
}
#modern-header .button:hover {
    background: #fff;
    color: #dd1100 !important;
}
#modern-header .pipe {
    margin: 0 20px;
    display: inline-block;
}

#legacy-header .period, #modern-header .period {
    width: 6px;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}

/* overrides */
.ProductLogo, .mathematicaDocumentationGraphic, .productNameGraphic, #docheader, .PreviousNextParagraph + table td[align="left"] img {
    display: none !important;
}
.ProductLogo + .table1, .ProductLogo + .ObjectName {
    margin: 20px 0 0 0;
}
.ObjectName {
    display: block;
}
.legacy-product-wrapper {
    width: 660px;
    margin: 0 auto;
    padding: 10px 0 100px;
}
.legacy-product-wrapper td[bgcolor="#6666CC"] {
    font-size: 0;
    line-height: 2px;
}
.legacy-product-wrapper td[bgcolor="#6666CC"] .PageTitle {
    font-size: 12px;
    line-height: 20px;
}