@font-face {
  font-family: ProximaNovaThin;
  src: url('../webfonts/ProximaNova-ThinWeb.eot?#iefix') format('embedded-opentype'), url("../webfonts/ProximaNova-ThinWeb.woff") format("woff");
}

@font-face {
  font-family: "ProximaNova";
  src: url('../webfonts/ProximaNova-RegWeb.eot?#iefix') format('embedded-opentype'), url("../webfonts/ProximaNova-RegWeb.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ProximaNova";
  src: url('../webfonts/ProximaNova-RegItWeb.eot?#iefix') format('embedded-opentype'), url("../webfonts/ProximaNova-RegItWeb.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "ProximaNova";
  src: url('../webfonts/ProximaNova-BoldWeb.eot?#iefix') format('embedded-opentype'), url("../webfonts/ProximaNova-BoldWeb.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

/* Colors
#EC008A - Pink
#E50681 - Pink (Text)
#EE3A43 - Red
#5D9732 - Green
#702C91 - Purple
#5955A5 - Blue/Purple
#F47937 - Orange
#A3238E - Pink/Purple
#FCB040 - Yellow
*/

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6,
p, pre, a, em, img, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table,
tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline
}
table {
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
}
caption, th, td {
  font-weight: normal;
}
table, td, th {
  vertical-align: middle;
}
a img {
  border: none;
}
/* End of reset CSS */


body {
  font-family: "ProximaNova", helvetica, arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #fff;
  font-size: 81.25%;
  color: #666;
  text-align: center;
}

a:link, a:visited {
  color: #E50681;
  text-decoration: none;
}

a:hover, a:active {
  color: #E50681;
  text-decoration: underline;
}

h1 {
  font-size: 2.3em;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 0 20px;
  font-family: "ProximaNovaThin", helvetica, arial, sans-serif;
  font-weight: normal;
  color: #702C91;
}

h2 {
  font-size: 1.85em;
  margin-bottom: 10px;
  font-family: "ProximaNovaThin", helvetica, arial, sans-serif;
  font-weight: normal;
  color: #702C91;
}

h3 {
  font-size: 1.38em;
  margin-bottom: 0.2em;
  font-weight: normal;
}

h4 {
  font-size: 1.15em;
  margin-bottom: 0.2em;
  font-weight: bold;
}

h5, h6 {
  font-weight: bold;
  margin-bottom: 0.2em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

input, select {
  vertical-align: middle;
}

hr {
  color: #CCC;
  background-color: #CCC;
  border: none;
  height: 1px;
  margin: 0;
  padding: 0;
}

p, ul, dl, ol {
  margin-bottom: 1.3em;
}

ul {
  padding-left: 1.1em;
}

ol {
  padding-left: 1.5em;
}

.clearfix:before,.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;}

hidden {
  display: none;
}


/* Columns */
/***************************/
.one-col {
  padding: 0 10px;
}

.three-col-single {
  float: left;
  width: 280px;
  padding: 0 10px;
}

.three-col-double {
  float: left;
  width: 580px;
  padding: 0 10px;
}

.four-col-single {
  float: left;
  width: 205px;
  padding: 0 10px;
}

.four-col-double {
  float: left;
  width: 430px;
  padding: 0 10px;
}

.five-col-single {
  float: left;
  width: 160px;
  padding: 0 10px;
}

.five-col-double {
  float: left;
  width: 340px;
  padding: 0 10px;
}

.five-col-quadruple {
  float: left;
  width: 700px;
  padding: 0 10px;
}

.six-col-single {
  float: left;
  width: 130px;
  padding: 0 10px;
}

.six-col-double {
  float: left;
  width: 280px;
  padding: 0 10px;
}

/* Buttons */
/***************************/
.primary-button {
  background: linear-gradient(to bottom, #f17db1 0%,#ec008a 34%,#ec008a 60%,#b00066 100%);
  border: none;
  border-radius: 5px;
  color: #fff !important;
  display: inline-block;
  padding: 5px 20px;
  text-decoration: none !important;
}

.primary-button:hover {
  background: linear-gradient(to bottom, #ec008a 0%,#b00066 34%,#b00066 60%,#a50061 100%);
}

.secondary-button {
  background: linear-gradient(to bottom, #a980bd 0%,#702c91 34%,#702c91 60%,#431a57 100%);
  border: none;
  border-radius: 5px;
  color: #fff !important;
  display: inline-block;
  padding: 5px 20px;
  text-decoration: none !important;
}

.secondary-button:hover {
  background: linear-gradient(to bottom, #702c91 0%,#431a57 34%,#431a57 60%,#16091d 100%);
}

.tertiary-button {
  background: linear-gradient(to bottom, #f4f4f4 0%,#eee 34%,#eee 60%,#ccc 100%);
  border: none;
  border-radius: 5px;
  color: #555 !important;
  display: inline-block;
  padding: 5px 20px;
  text-decoration: none !important;
}

.tertiary-button:hover {
  background: linear-gradient(to bottom, #ccc 0%,#999 34%,#999 60%,#666 100%);
  color: #fff;
}

/* Header and Footer */
/***************************/
#header-container {
  margin: 0 auto;
  background-color: #EC008A;
  color: #FFF;
}

#header {
  width: 880px;
  height: 80px;
  margin: 0 auto;
}

.logo {
  float: left;
  padding-top: 12px;
  text-align: left;
}

.site-name {
  float: right;
  padding-top: 38px;
  font-size: 1.85em;
  text-align: right;
}

.company-name {
  font-family: "ProximaNovaThin", helvetica, arial, sans-serif;
  text-transform: uppercase;
}

.separator {
  margin: 0 5px;
}

#welcome-navigation {
  float: right;
  text-align: right;
}

#welcome-navigation a:link, #welcome-navigation a:visited, #welcome-navigation a:hover, #welcome-navigation a:active {
  color: #666;
}

#welcome {
  padding-top: 10px;
  font-size: 12px;
  padding-right: 10px;
}

#navigation {
  font-size: 1.3em;
  line-height: 3;
}

#navigation a {
  margin-left: 1em;
}

#color-bar {
  height: 7px;
  background-color: #a2238e;
}

#copyright {
  color: #777;
  line-height: 3;
}

.contact-footer {
  padding: 30px 0;
  background: url(../images/background.png) repeat scroll 0 0 #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.contact-heading {
  padding: 0 0 30px 10px;
  font-size: 4em;
  font-family: "ProximaNovaThin", helvetica, arial, sans-serif;
  color: #702c91;
}

.fixed-width {
  width: 900px;
  margin: 0 auto;
}

.copyright {
  clear: both;
  padding: 20px 10px 0;
  font-size: 0.85em;
}

.nav {
  width: 100%;
  background-color: #dcdcdc;
}

.nav-zone {
  width: 900px;
  margin: 0 auto;
}

.chat-online {
  display: block;
  width: 134px;
  height: 22px;
  background-image: url(https://www.notionsmarketing.com/images.aspx?ID=3023);
}

.chat-offline {
  display: block;
  width: 134px;
  height: 22px;
  background-image: url(https://www.notionsmarketing.com/images.aspx?ID=3025);
}

/* General Styles */
/***************************/
#content {
  width: 920px;
  min-height: 300px;
  margin: 0 auto 20px;
  line-height: 1.25;
  background-color: #FFF;
  text-align: left;
}

#padded-content {
  padding: 0 20px;
}

#column-content {
  padding: 10px;
}

#column-content:before, #column-content:after {
  content: " ";
  display: table;
}

#column-content:after {
  clear: both;
}

#column-content {
  *zoom: 1;}

#content-right {
  float: left;
  width: 720px;
}

.sidebar {
  line-height: 2em;
}

.alternate-sidebar {
  padding-top: 10px;
  background-color: #EDEDED;
}

.text-input {
  border: 1px solid #CCC;
}

.button {
  padding: 2px 5px;
  background-color: #EC008A;
  color: #FFF;
  border: 1px solid #E35F92;
  vertical-align: middle;
}

.alternate-button {
  padding: 2px 5px;
  background-color: #5955A5;
  color: #FFF;
  border: 1px solid #C1BBE1;
  vertical-align: middle;
}

.clear {
  clear: both;
  height: 1em;
}

.clear-short {
  clear: both;
  height: 0;
  line-height: 0;
}

.divider {
  clear: both;
  height: 1px;
  padding: 10px;
}

.column-divider {
  clear: both;
  height: 1px;
  padding: 10px;
}

.margin-left {
  margin-left: 15px;
}

.margin-top {
  margin-top: 1.3em;
}

.margin-bottom {
  margin-bottom: 1.3em;
}

.side-margins {
  margin-left: 10px;
  margin-right: 10px;
}

.side-padding {
  padding: 0 10px;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.reversed-heading {
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #EC008A;
  color: #FFF;
}

.h2-offset {
  margin-top: 2.7em;
}

.order-number {
  color: #585383;
  font-weight: bold;
}

.part-number, .product-number {
  font-weight: bold;
  text-align: left;
}

.sold-out {
  color: #EE3A43;
  font-size: 0.9em;
}

.out-of-stock {
  color: #EE3A43;
  font-size: 0.8em;
  line-height: 1.3em;
  margin: 0;
}

.pre-order {
  color: #5955A5;
  font-size: 0.8em;
  line-height: 1.3em;
  margin: 0;
}

.orm-d, .ormd {
  color: #5D9732;
  font-size: 0.9em;
  margin: 0;
}

.us-only {
  color: #702C91;
  font-size: 0.8em;
  line-height: 1.3em;
  margin: 0;
}

.future {
  color: #EE3A43;
}

.to_process {
  color: #F47937;
}

.in_process {
  color: #B67F2D;
}

.completed {
  color: #5955A5;
}

.shipped {
  color: #5D9732;
}

.eta {
  color: #702C91;
}

.progress {
  position: relative;
  width: 34px;
  margin: 5px auto;
  padding: 1px;
}

.bar {
  background-color: #B4F5B4;
  width: 0%;
  height: 20px;
}

.percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}

/* Tables */
/***************************/
th {
  padding: 5px 1px;
  background-color: #F3F3F3;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

td {
  padding: 5px 1px;
}

.even {
  background-color: #F3F3F3;
}

.totals, .current {
  text-align: right;
  border-top: 1px solid #CCC;
}

.totals {
  background-color: #702C91;
  color: #fff;
}

.sortable > a {
  color: #E50681;
  cursor: pointer;
}

/* Home */
/***************************/
.home-content {
  margin: 60px 0;
}

.home-welcome {
  font-size: 5em;
  margin-bottom: 20px;
  font-family: "ProximaNovaThin", helvetica, arial, sans-serif;
}

.home-login {
  float: right;
  width: 260px;
  padding: 20px;
  background-color: #eee;
  border-radius: 8px;
}

.login-input {
  margin: 5px 0 15px;
}

.login-input input {
  width: 250px;
  padding: 8px 4px;
  border: 1px solid #ccc;
}

.log-in-button {
  width: 260px;
  font-size: 14px;
}

.log-in-button {
  display: inline-block;
  box-sizing: border-box;
  padding: 8px 30px;
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none !important;
  border: none;
  background: -ms-linear-gradient(top, #f17db1 0%,#ec008a 34%,#ec008a 60%,#b00066 100%);
  background: linear-gradient(to bottom, #f17db1 0%,#ec008a 34%,#ec008a 60%,#b00066 100%);
}

.log-in-button:hover {
  background: -ms-linear-gradient(top, #f17db1 0%,#ec008a 34%,#ec008a 60%,#b00066 100%);
  background: linear-gradient(to bottom, #f17db1 0%, #d6007c 34%, #d6007c 60%, #a70060 100%);
}

.button-arrow {
  margin-left: 10px;
  vertical-align: middle;
}

.home-icon {
  width: 105px;
  height: 105px;
  margin: 0 auto 15px;
  background-image: url(../images/home-icons.png);
}

.find {
  background-position: 0 0;
}

.view {
  background-position: -105px 0;
}

.export {
  background-position: -210px 0;
}

.home-icon-label {
  font-size: 2em;
  margin-bottom: 10px;
  font-family: "ProximaNovaThin", helvetica, arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.quick-access {
  margin: 30px 0 40px;
}

.quick-access h2 {
  margin: 10px;
  border-bottom: 1px solid #ccc;
}

.four-col-double-landing-style-left h2, .four-col-double-landing-style-right h2 {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}

.h3-landing-style {
  font-size: 1.15em;
  font-weight: bold;
  color: #702C91;
}

.login-status {
  border-radius: 8px;
  display: none;
  margin-bottom: 15px;
  padding: 15px;
}
.login-inactivity {
  background-color: #f47937;
  color: #fff;
}
.login-error {
  background-color: #ee3a43;
  color: #fff;
}
.login-failed {
  background-color: #ee3a43;
  color: #fff;
}
.log-out {
  background-color: #f4f4f4;
  color: #333;
}

/* Landing Page */
/***************************/
.quick {
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  margin: 20px 0 25px;
  padding: 10px 0;
}
.quick-link {
  flex: 0;
  padding: 0 15px;
  white-space: nowrap;
}

.chart-section {
  align-items: center;
  border: 1px solid #ccc;
  display: flex;
  margin: 20px 0;
}

.chart-summary {
  display: flex;
  flex-flow: column wrap;
  padding: 20px 10px;
  text-align: center;
  width: 25%;
}
.summary-title,
.summary-main,
.summary-lastyear,
.summary-difference {
  line-height: 1.5;
  width: 100%;
}
.summary-title {
  font-size: 1.5em;
}
.summary-main {
  color: #ec008a;
  font-size: 3em;
}
.summary-lastyear span {
  color: #702c91;
  font-size: 1.25em;
}
.difference {
  color: #ec008a;
  font-size: 1.25em;
}
.percent-positive {
  color: #5d9732;
  font-size: 1em;
  margin-left: 7px;
}
.percent-positive span:after {
  content: "\2191";
}
.percent-negative {
  color: #ee3a43;
  font-size: 1em;
  margin-left: 7px;
}
.percent-negative span:after {
  content: "\2193";
}

.chart {
  border-left: 1px solid #ccc;
  display: flex;
  height: 150px; /* 200px */
  padding: 40px 20px;
  width: 80%;
}
.bars {
  box-sizing: border-box;
  position: relative;
  width: 8.3%;
}
.last-year,
.this-year {
  bottom: 0;
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
.last-year {
  background-color: #dfdfdf;
  border-top: 2px solid #aaa;
  transition: all 0.4s ease-out;
  width: 100%;
}
.last-year .bar-label {
  background-color: #f4f4f4;
  border: 1px solid #aaa;
  display: none;
  left: -15%;
  padding: 4px 0;
  width: 130%;
  z-index: 9;
}
.last-year:hover .bar-label {
  display: block;
}
.this-year {
  background-color: #ec008a;
  border-top: 2px solid #ec008a;
  opacity: 0.8;
  transition: all 0.8s ease-out;
  width: 70%;
}
.month-name {
  bottom: -25px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}
.bar-label {
  color: #333;
  font-size: 0.9em;
  font-weight: bold;
  left: -50%;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  top: -20px;
  white-space: nowrap;
  width: 200%;
}

/* Backorders */
/***************************/
#orders {
  text-align: center;
  border-bottom: 1px solid #CCC;
  margin-bottom: 0.5em;
}

#orders td {
  padding: 5px;
}

.page_links, .pagelinks {
  margin-left: 5em;
}

/* Accounts */
/***************************/
#accounts, #accounts_CM, #accounts_DM {
  margin-bottom: 0.5em;
  text-align: center;
}

.past_due {
  color: #EE3A43;
  text-align: right;
  border-top: 1px solid #CCC;
}

.account-note {
  text-align: left;
}

.account-history {
  margin-bottom: 40px;
}

.account-history th {
  width: 25%;
}

.account-type {
  max-width: 50px;
}

.not-found {
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  color: #702c91;
  padding: 10px;
  text-align: center;
}

/* Order Lookup */
/***************************/
#current_orders, #completed_orders {
  margin-bottom: 1.3em;
  border-bottom: 1px solid #CCC;
  text-align: center;
}

#dropship_orders {
  width: 655px;
  margin-bottom: 1.3em;
  border-bottom: 1px solid #CCC;
  text-align: center;
}

.order-nav {
  padding: 0 10px 1.3em;
}

#PanelReturnSubmit {
  width: 220px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 200px;
  z-index: 100;
  background-color: #702C91;
  color: #FFF;
  border-radius: 8px 0 0 8px;
}

#PanelReturnSubmit h2 {
  margin-bottom: 10px;
  color: #FFF;
}

#PanelReturnSubmit.fixed {
  position: fixed;
  top: 20px;
}

#PanelReturnSubmit_float {
  padding: 20px;
  color: #FFF;
  background-color: #702c91;
  float: right;
  width: 400px;
  margin: 20px 20px 0 0;
}

#PanelReturnSubmit_float h2 {
  color: #FFF;
}

#PanelReturnSubmit_float.fixed {
  position: fixed;
  top: 32px;
  margin: 0 0 0 460px;
}

#PanelReturnButton {
  float: right;
  margin: 20px;
}

/* Order History */
/***************************/
#order-top {
  padding: 20px 10px 0;
}

#order-top p {
  margin: 0;
}

#order-information {
  padding: 0 20px 20px;
}

.back {
  margin-left: 2em;
  font-weight: bold;
}

#order-info {
  margin: 0;
}

#order-info dt {
  float: left;
  font-weight: bold;
  width: 80px;
}

#order_details, #tracking, #not_shipped {
  border-bottom: 1px solid #CCC;
  text-align: center;
}

#order_details {
  margin: 5px 0;
}

#tracking, #not_shipped {
  margin-bottom: 1.3em;
}

.top {
  margin: 1em 0;
  font-size: 1.1em;
}

#drop_order_details {
  text-align: center;
}

#drop_order_details td {
  padding: 5px;
}

#special_order {
  text-align: center;
  border-bottom: 1px solid #CCC;
  margin-bottom: 0.5em;
}

#special_order td {
  padding: 5px;
}

/* Returns */
/***************************/
.output {
  width: 100%;
}

.output th {
  font-weight: bold;
}

.return-qty-column {
  text-align: center;
}

.return-quantity {
  width: 30px;
}

.return-reason, .return-explanation {
  width: 210px;
  text-align: center;
}

.return-reason select, .sub-reason select {
  width: 200px;
}

.return-explanation input {
  width: 200px;
}

.return-contact input[type="text"] {
  display: block;
  width: 418px;
  margin-bottom: 1em;
}

.return-contact input {
  vertical-align: baseline;
}

.selection.disabled {
  background-color: #f3f3f3;
}

/* Pricing */
/***************************/
#price-form {
  margin-bottom: 1.3em;
}

.price_table {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #CCC;
}

.sku-upc {
  margin: 0 0.5em;
  padding: 4px;
  border: 1px solid #CCC;
  vertical-align: middle;
}

.price-product-image {
  margin-top: 15px;
  text-align: center;
}

.cost-error {
  background-color: #fdebec;
  border: 1px solid #ee3a43;
  color: #333;
  padding: 10px;
}

.not-recently-ordered {
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  color: #333;
  padding: 10px;
}

/* Downloads */
/***************************/
#downloads {
  text-align: center;
}

#downloads td {
  padding: 4px 20px;
}

#sku_downloads {
  text-align: center;
}

/* Account Preference */
/***************************/
.preference {
  margin-bottom: 1.3em;
}

.preference td {
  padding: 5px 0;
  vertical-align: top;
}

.preference input {
  margin: 0 5px 0 0;
}

.preference-label {
  font-weight: bold;
  margin-right: 5px;
}

.viewdoc {
  color: #E50681;
}

.viewdoc:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* POS Pages */
/***************************/
.tips ul {
  padding-left: 30px;
}

.tips li {
  padding: 5px 20px;
}

.posinput {
  width: 80px;
}

.pos-order {
  background-color: #eee;
  margin-bottom: 15px;
  padding: 15px;
  width: 100%;
}

.pos-order td {
  vertical-align: top;
}

.processcodetable td {
  padding: 2px 0;
}

.help-close {
  width: 3%;
  float: left;
}

.help-content {
  width: 97%;
  float: left;
}

.report-unknownlist {
  padding-bottom: 10px;
  padding-left: 30px
}

/* Process Return */
/***************************/
.status-img {
  float: left;
  padding: 10px 0;
}

.status-msg {
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 30px
}

/* Top Items */
/***************************/
.loading {
  border: 1px solid #ccc;
  margin: 60px 0 0;
  padding: 0 0 30px 0;
  text-align: center;
}
.loading h1 {
  background-color: #f4f4f4;
  margin: 0 0 30px 0;
  padding: 20px 0 20px;
}


.heading-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0;
}
.heading-section h1 {
  flex: 1;
  margin: 0 0 10px;
  padding: 0;
}
.how-use {
  flex: 1;
  text-align: right;
}
.how-use button,
.export-list button {
  background: linear-gradient(to bottom,  #f17db1 0%,#ec008a 34%,#ec008a 60%,#b00066 100%);
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-family: "ProximaNova", helvetica, arial, sans-serif;
  font-weight: bold;
  margin: 5px 0 0 0;
  padding: 8px 20px;
}
.how-to {
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  box-sizing: border-box;
  flex: 0 0 auto;
  margin: 0 0 20px;
  padding: 20px;
  width: 100%;
}
.how-to ul {
  margin: 0;
}

.top-info {
  display: flex;
  justify-content: space-between;
}
.top-buttons {
  /* display: flex; */
}
.top-buttons button {
  background: linear-gradient(to bottom,  #f1f1f1 0%,#ececec 34%,#ececec 60%,#bbb 100%);
  border: none;
  border-radius: 8px;
  color: #555;
  cursor: pointer;
  flex: 0 0 auto;
  font-family: "ProximaNova", helvetica, arial, sans-serif;
  font-weight: bold;
  margin: 0 3px 10px 3px;
  padding: 8px 10px;
}
.top-buttons button:last-of-type {
  margin: 0 0 10px 3px;
}
.top-buttons button.active {
  background: linear-gradient(to bottom,  #f17db1 0%,#ec008a 34%,#ec008a 60%,#b00066 100%);
  color: #fff;
}
.top-legend {
  padding: 10px 0 10px;
}
.top-items tr:nth-child(even) td {
  background-color: #f4f4f4;
}
.top-items td {
  border-bottom: 1px solid #ccc;
  line-height: 1.3;
}
.top-items th {
  background-color: #e4e4e4;
  font-weight: bold;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.top-sortable {
  color: #ec008a;
  cursor: pointer;
  top: 28px !important;
}
.top-numbers,
.top-description,
.top-brand {
  padding-right: 10px;
}
.top-rank {
  text-align: center;
  transition: all 0.5s ease-out;
  width: 70px;
}
.top-rank span {
  display: none;
}
.top-rank:hover span {
  display: block;
  font-weight: bold;
}
.top-brand,
.top-rank-separator {
  border-right: 5px solid #ccc;
}
.top-rank-1, .top-rank-others-1,
.top-rank-2, .top-rank-others-2,
.top-rank-3, .top-rank-others-3,
.top-rank-4, .top-rank-others-4,
.top-rank-5, .top-rank-others-5,
.top-rank-6, .top-rank-others-6,
.top-rank-7, .top-rank-others-7 {
  color: #fff;
}

.top-rank-100, .top-rank-others-100,
.top-rank-1000, .top-rank-others-1000 {
  font-size: 0em;
}
.top-rank-100:after, .top-rank-others-100:after,
.top-rank-1000:after, .top-rank-others-1000:after {
  color: #888;
  font-size: 0.9rem;
}
.top-rank-100:after, .top-rank-others-100:after {
  content: "\2193";
  font-size: 1.3rem;
}
.top-rank-1000:after, .top-rank-others-1000:after {
  content: "\2715";
}
.export-list {
  margin: 10px 0;
}
.brands {
  margin: 30px 0;
}