body > div.customertools.flyout-items-loaded.new.open > div > div.switch-account-new.small.hidden > table > tbody > tr:nth-child(3) {
    display: none
}

/* Orders Page Top Notes */
body > div.page-content > section > div.row.tab-content:before {
   content: "Click on an order number to start a return.";
    font-size: 22px; /
  font-weight: bold;
    display: block;
}
body > div.page-content > section > div.row.tab-content:before {
    color: #f52002;
}
#returnForm > div > div > div.modal-body > p:before {
   content: "If you don’t see the item you’re looking for below, call us.";
    font-size: 22px; /
  font-weight: bold;
    display: block;
}
#returnForm > div > div > div.modal-body > p:before {
    color: #f52002;
}

/* Hides Terms, Route & Salesperson from Orders Page */
.ex-order section.myorderview #order-top .customer-orders-terms,
.ex-order section.myorderview #order-top .customer-orders-route,
.ex-order section.myorderview #order-top .customer-orders-salesperson {
display: none;
}

/* Adds Buyboard to cart and dashboard */
body.ex-l-2909 #cartheader_892 > div:after {
  content: "Buyboard";
  font-size: 25px;
  font-weight: bold;
  display: block;
  color: #f0075a;
  padding: 0 125px ;
}
body.ex-l-2918 #cartheader_892 > div:after {
  content: "Buyboard";
  font-size: 25px;
  font-weight: bold;
  display: block;
  color: #f0075a;
  padding: 0 125px ;
}
body.ex-l-2920 #cartheader_892 > div:after {
  content: "Buyboard";
  font-size: 25px;
  font-weight: bold;
  display: block;
  color: #f0075a;
  padding: 0 125px ;
}
body.ex-l-2909 div.page-content.myaccount.onecolumn > section.myaccount.container > div.row.myaccount-title.vertical-align > div:nth-child(1) > h2 > span:after {
        content: "Buyboard";
  font-size: 20px;
  font-weight: bold;
  display: block;
  color: #f0075a;
  padding: 0 115px ;
}
body.ex-l-2918 div.page-content.myaccount.onecolumn > section.myaccount.container > div.row.myaccount-title.vertical-align > div:nth-child(1) > h2 > span:after {
        content: "Buyboard";
  font-size: 20px;
  font-weight: bold;
  display: block;
  color: #f0075a;
  padding: 0 115px ;
}
body.ex-l-2920 div.page-content.myaccount.onecolumn > section.myaccount.container > div.row.myaccount-title.vertical-align > div:nth-child(1) > h2 > span:after {
        content: "Buyboard";
  font-size: 20px;
  font-weight: bold;
  display: block;
  color: #f0075a;
  padding: 0 115px ;
}

/* Hides Call for Price when logged out */
body.ex-loggedout div.price-call.live-pricing-fallback-option-callforprice {
	display: none;
}