body {
    background-color: #fff;
    color: #4D4F53;
    font-family: "Helvetica Neue Lt Std", "Helvetica Neue Light", "Helvetica Neue", Helvetica,Arial, "Lucida Grande", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative;
}

a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

a:active, a:hover {
    cursor: pointer;
    outline: 0;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}

h1, h2, h3, h4 {
    font-family: Proxima, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #333;
    padding: 0;
}

h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
}

h4 {
    font-family: "NeusaNextStdCondensedBold", sans-serif;
    font-size: 18px;
    width: 100%;
    margin: 32px 0 16px 0;
}

/* Bootstrap styling */
.container {
    display: table;
    margin: 0 auto;
    padding: 0 15px;
}

.container-fluid {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.row {
    float: left;
    position: relative;
    width: 100%;
}

.col-md-12 {
    float: left;
    margin: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .col-xs-12 {
        float: left;
        margin: 0;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .col-sm-6 {
        float: left;
        width: 50%;
    }

    .col-sm-3 {
        float: left;
        width: 25%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .col-md-6 {
        float: left;
        width: 50%;
        margin: 0;
    }

    .col-md-3 {
        float: left;
        width: 25%;
    }

    .col-md-2 {
        float: left;
        margin: 35px 0 50px 0;
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1230px;
    }
}

@media (max-width: 1200px) {
    .container {
        box-sizing: border-box;
        width: 100%;
    }
}

/* Header */
.header .corp-header {
    background-color: #ebebeb;
    line-height: 18px;
}

.header .corp-header .corp-menu .nav {
    float: right;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    width: auto;
}

.header .corp-header .corp-menu .nav li {
    display: inline;
    float: left;
    margin: 10px 6px 1px 3px;
}

.header .corp-header .corp-menu .nav li:before {
    color: #888;
    content: "|";
    float: left;
    line-height: 18px;
    padding-right: 8px;
}

.header .corp-header .corp-menu .nav li:first-child {
    margin-left: 0;
    margin-right: 0;
}

.header .corp-header .corp-menu .nav li:first-child:before {
    content: "";
    float: left;
    line-height: 18px;
}

.header .corp-header .corp-menu .nav li a {
    color: #000;
    font-family: Proxima, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    opacity: .7;
    padding: 0;
    text-transform: uppercase;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

.header .main-row {
    background-color: #FFF;
    height: 54px;
}

.header .main-row .brand {
    float: left;
}

.header .main-row .logo {
    margin: 6px 0;
}

/* Footer */
.footer {
    background: #000000;
    color: #ffffff;
    font-family: 'Proxima', 'Helvetica', Arial, sans-serif;
    overflow: hidden;
}

.footer h4 {
    color: #ffffff;
    font-family: Nuesa, 'Proxima', 'Helvetica', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer a, .footer a:visited {
    color: #ffffff;
    font-weight: 400;
    line-height: 26px;
}

.footer a:hover, .footer a:active {
    color: #ffffff;
}

.footer ul {
    list-style: none;
}

.footer .footer-links ul {
    margin: 0 0 20px 2px;
    padding: 0;
}

.footer .footer-links ul li {
    font-size: 16px;
}

.footer .footer-links a, .footer .footer-links a:visited {
    line-height: 24px;
}

.footer .top-row-container {
    margin-top: 35px;
}

.footer .top-row-container h4 {
    margin: 5px 0 0 0;
    width: auto;
}

.footer .top-row-container .contact-container, .footer .top-row-container .social-container {
    display: flex;
    justify-content: center;
    text-align: center;
}

.footer .top-row-container .spacer {
    margin: 0 25px 0 25px;
}

.footer .top-row-container .contact-container a {
    font-size: 16px;
}

.footer .top-row-container .social-link-header {
    margin-right: 10px;
}

.footer .top-row-container .social-links {
    display: flex;
    font-size: 0;
    margin-top: 2px;
    margin-bottom: 0;
    padding-left: 0;
    width: 300px;
}

.footer .top-row-container .social-links li {
    flex: 1 1;
}

.footer .top-row-container .social-links a {
    line-height: inherit;
}

.footer .social-links .svg-icon {
    fill: #fff;
    height: 20px;
}

.footer .copyright-container {
    font-family: Nuesa, 'Proxima', 'Helvetica', Arial, sans-serif;
    margin-top: 30px;
    text-align: center;
}

.footer .copyright-container p, .footer .copyright-container p a {
    color: #ffffff;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 1px;
    margin: 10px 0 20px 0;
}

.footer .footer-divider {
    border: 0;
    border-top: 1px solid;
    box-sizing: content-box;
    flex: 0 0 100%;
    margin-top: 28px;
    margin-bottom: 20px;
    min-height: 1px;
}

@media (max-width: 992px) {
    .footer .social-container {
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .footer .top-row-container .contact-container .contact-header,
    .footer .top-row-container .contact-container .spacer {
        display: none;
    }

    .footer .social-container {
        margin-top: 20px;
    }

    .footer .social-link-header {
        display: none;
    }

    .footer .policy-links {
        display: block;
        margin-top: 10px;
    }
}

/* Bug content */
.middlecontent {
    float: left;
    margin: 20px 0 30px 0;
    width: 100%;
}

ul.bread-crumbs {
    float: left;
    width: 100%;
    height: 20px;
    margin: 30px 0 0 0 !important;
    padding: 0;
}

.bread-crumbs li {
    display: inline;
    font-size: 85%;
}

.bread-crumbs li:before { content: "/ "; padding-right:4px;}
.bread-crumbs li:first-child:before { content: ""; }
.bread-crumbs li a:hover {
    cursor: pointer !important;
}

h5.bug-icon, h5.bugdatabase {
    background: transparent url(https://cdn.f5.com/websites/support/assets/images/icons/icon-bug-database.svg) no-repeat center left;
    background-size: 45px 45px !important;
    font-size: 18px;
    float: left;
    margin-top: 5px;
    padding: 15px 0 15px 55px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.small-title {
    margin: -10px 0 0 0;
    font-size: 13px;
    line-height: 20px;
    float: left;
}

.bug-content {
    float:left;
    width:100%;
    margin-bottom:15px;
}

.standard-text {
    font-family: Proxima, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding-right:4px;
}

.standard-field {
    line-height: 26px;
}

.product-info-link {
    font-size: 13px;
}

.bug-content p {
    white-space: pre-wrap;
}

/* Icons */
[class^=icon-] {
    speak: none;
    display: inline-block;
    font-family: f5;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-size: inherit;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Fonts */
@font-face{font-family:f5;font-weight:400;font-style:normal;src:url(https://cdn.f5.com/websites/support/assets/fonts/f5.woff2) format('woff2'),url(https://cdn.f5.com/websites/support/assets/fonts/f5.woff) format('woff'),url(https://cdn.f5.com/websites/support/assets/fonts/f5.ttf) format('truetype'),url(https://cdn.f5.com/websites/support/assets/fonts/f5.svg) format('svg')}
@font-face{font-family:Proxima;src:url(https://cdn.f5.com/websites/support/assets/fonts/ProximaBold.woff?f5v=1) format('woff'),url(https://cdn.f5.com/websites/support/assets/fonts/ProximaBold.woff2?f5v=1) format('woff2');font-weight:700;font-style:normal}
@font-face{font-family:Proxima;src:url(https://cdn.f5.com/websites/support/assets/fonts/ProximaMedium.woff?f5v=1) format('woff'),url(https://cdn.f5.com/websites/support/assets/fonts/ProximaMedium.woff2?f5v=1) format('woff2');font-weight:400;font-style:normal}
@font-face{font-family:Proxima;src:url(https://cdn.f5.com/websites/support/assets/fonts/ProximaThin.woff?f5v=1) format('woff'),url(https://cdn.f5.com/websites/support/assets/fonts/ProximaThin.woff2?f5v=1) format('woff2');font-weight:100;font-style:normal}

@font-face {
    font-family: "Nuesa";
    src: url(https://cdn.f5.com/websites/support/assets/fonts/NeusaBold.woff) format('woff'), url(https://cdn.f5.com/websites/support/assets/fonts/NeusaBold.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Nuesa";
    src: url(https://cdn.f5.com/websites/support/assets/fonts/NeusaMedium.woff) format('woff'), url(https://cdn.f5.com/websites/support/assets/fonts/NeusaMedium.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Nuesa";
    src: url(https://cdn.f5.com/websites/support/assets/fonts/NeusaRegular.woff) format('woff'), url(https://cdn.f5.com/websites/support/assets/fonts/NeusaRegular.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "NeusaNextStdCondensedBold";
    src: url(https://cdn.f5.com/websites/support/resources/fonts/NeusaNextStdCondensedBold.woff) format('woff'), url(https://cdn.f5.com/websites/support/resources/fonts/NeusaNextStdCondensedBold.woff2) format('woff2');
    font-weight: bold;
    font-style: normal;
}

.bug-title {
    margin-top: 28px;
    margin-bottom: 0;
    font-family: "NeusaNextStdCondensedBold", sans-serif;
    font-size: 24px;
}
.last-modified {
    text-align: right;
    margin-top: 0;
    margin-bottom: 32px;
}
p {
    margin: 16px 0;
}
.bug-tracker-label {
    font-weight: 600
}

.bug-id-label {
    font-weight: 400
}