/* Hides Terms on Account Overview Page */
body > div.page-content > section > div.row.tab-content > div:nth-child(3) > div > table > tbody > tr:nth-child(3) {
    display: none;
}
/* Hides Terms on Invoice History Page */
#order-top > div.col-md-3.col-md-offset-3 > div:nth-child(6) {
    display: none;
}
/* Hides Terms on Order History Page */
#order-top > div.col-md-3.col-md-offset-3.customer-orders-details > div.text-justify.customer-orders-terms {
    display: none;
}

/* change hover color on main nav-horizontal menu */
div.mainnavhor > div > ul > li > a:hover { color:#00426c !important; }

/* main-nav styling */
.classlinks a.btn-outlined-invert {
    font-size: 1.1em;
  font-weight: 600;
    line-height: 2em;
    padding-left: 10px;
    padding-right: 10px;
}

/* change icon for contract items from list icon to a bolded C */
.fa-list:before { content: "C"; font-weight:bold; }