/* Hide recent support links */
.footerbox .column.first { display: none; }
.footerbox .column.last { width: 100%; }
/* Hide buttons to start new discussions and view list of categories */
.bigbutton-newissue, .bigbutton-discussions { display: none; }
.bigbuttons .last, .bigbutton-knowledgebase { float: none; }
/* Hide public discussion links */
#tender_nav.gnav .public_issues { display: none; }
.thread-action { display: none; }
div#new-discussion-form { display: none; }

/* Hide button that toggles a conversation to public view */
.gbutton.toggle-private-public { display: none; }
code {
    font-family: Helvetica, Arial, sans;
    font-size: inherit;
    background-color: #edd6bc;
    padding: 0 3px;
    border-radius: 3px;
    border: 1px solid #dec9b0;
}
pre code { background-color: inherit; border: none; }

/* Increase overall size and variance of headers */
.original-post h2, .article h2 { font-size: 1.6em; }
.original-post h3, .article h3 { font-size: 1.4em; }
.original-post h4, .article h4 { font-size: 1.1em; margin: 1.1em 0 -0.5em 0; }

/* Fix adjacency issues with headers and tables */
.article h2 + table, .article h3 + table {
    border-top: none;
}
.article table + h3 {
    margin-top: 1.5em;
}