body {
  border: none;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  background-color: var(--background-color);
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
}

h5 {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

iframe {
  margin-bottom: 1em;
}

.bordered {
  background-color: #eee;
  border: 1px solid gray;
  padding: 1em;
}

.brackets {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.brackets div {
  margin: 5px 2px;
}

.brackets a {
  font-size: small;
  color: navy;
  font-weight: bold;
  text-decoration: none;
}

.brackets a:hover {
  color: #0156a4;
  text-decoration: underline;
}

.aap-calendar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2px;
  text-align: center;
  background-color: gray;
  border: 2px solid gray;
}

.aap-calendar .day-frame {
  background-color: white;
  padding: 4px;
}

.aap-calendar .date {
  font-size: 1.5em;
}

.aap-calendar .date strong {
  font-size: 1.2em;
  color: red;
}

.aap-calendar .extra-message strong {
  display: block;
}

.partial-text {
  max-height: 30em;
  overflow: hidden;
  position: relative;
  padding: 0 1em;
}

.partial-text .lower-cover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10em;
  color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.expand-link {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.5em 0;
  margin: 0 1em 2em 1em;
  color: black;
  border: 1px solid silver;
  border-radius: 8px;
}

.expand-link:hover {
  background-color: #eee;
  text-decoration: underline;
}

.single-linebreak p {
  padding: 0;
  margin: 0;
}

.notification {
  padding: 1em;
  border: 1px solid gray;
  margin: 1em;
}

.red {
  color: red;
}

.yellow {
  color: yellow;
}

.white {
  color: white;
}

.blue {
  color: blue;
}

.number {
  text-align: right;
  font-weight: bold;
}

.coupon-message {
  text-align: center;
  font-weight: bold;
  padding: 1em;
  background: antiquewhite;
  border: 2px dashed peru;
  margin-bottom: 1em;
}

.coupon-message p:first-child {
  color: saddlebrown;
}

.credit-cards {
  display: grid;
  grid-template-columns: 2fr 4fr 4fr;
  align-items: stretch;
}

.credit-cards .expired {
  color: gray;
  text-decoration: line-through;
}

.credit-cards>div {
  padding: 4px;
}

.checkout {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  width: 100%;
}

.checkout>div {
  padding: 6px 4px;
}

.checkout .total {
  font-size: 1.2em;
  font-weight: bold;
  border-top: 1px dotted gray;
}

.checkout .three-col {
  grid-column-start: 1;
  grid-column-end: 4;
}

.shopping-cart {
  grid-gap: 1px;
  display: grid;
  grid-template-columns: 1fr 1fr 6em 6em;
  border-top: 10px solid silver;
  border-bottom: 10px solid silver;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 0em;
  background: #eee;
  margin: 0 0.25em;
}

.shopping-cart>* {
  padding: 3px;
  background-color: white;
}

.shopping-cart a {
  background-color: #34B6A8;
  color: white;
  text-align: center;
  padding: 0.3em 0;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

.shopping-cart a.danger {
  background-color: red;
}

.shopping-cart a.GreenButton {
  background-color: #00913c;
}

.shopping-cart a.BlueButton {
  background-color: #0156a4;
}

.shopping-cart a:hover {
  background-color: black;
  text-decoration: underline;
}

.shopping-cart .three-col {
  grid-column-start: 1;
  grid-column-end: 4;
}

.shopping-cart .two-col {
  grid-column-start: 1;
  grid-column-end: 3;
}

.shopping-cart .section-title {
  grid-column-start: 1;
  grid-column-end: 5;
}

.shopping-cart .cart-total {
  font-size: 1.2em;
  font-weight: bolder;
  text-transform: uppercase;
}

.mpd-list {
  background-color: #eee;
  border: 1px gray solid;
  padding: 0.5rem;
  margin: 1em 0;
}

.mpd-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1em;
}

.mpd-list li {
  padding: 0rem;
  margin: 0;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 1.5em;
}

.mpd-list .discount {
  color: red;
  font-weight: bold;
  font-size: 1.1em;
}

.sales-row a, .buy-picks-link {
  background-color: red;
  color: yellow;
  text-align: center;
  padding: 0.3em 0;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  font-size: 1.5em;
  text-shadow: 1px 1px 0 black;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 2px 14px gray;
  box-shadow: 2px 2px 14px gray;
}

.aap-capper-page {
  padding: 0.5em;
  border: 1px solid gainsboro;
}

.sales-item:last-child {
  border-bottom: none;
}

.sales-item {
  border-bottom: 1px solid silver;
  margin-bottom: 1em;
}

.sales-row {
  display: grid;
  margin-bottom: 0.5em;
  grid-template-columns: 7fr 3fr 2fr;
}

.sales-row a {
  display: block;
}

.sales-row .package-title {
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  font-size: 1.75rem;
}

.money {
  text-align: right;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  font-size: 1.75rem;
}

.rebate-row {
  text-align: right;
  margin-top: 1em;
  display: grid;
  font-family: 'Oswald', sans-serif;
  font-size: 1.75em;
  grid-template-columns: 4fr 1fr;
  color: red;
  border: 2px dashed crimson;
}

.rebate-row .money {
  padding-right: 0.25em;
}

.content h2 {
  background-color: steelblue;
  color: white;
  padding: 0.5em 1em;
  margin: 1em 0 0 0;
}

.content h3 {
  color: navy;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.selection-header {
  display: -webkit-box;
  display: flex;
  align-items: center;
  padding: 0.3em 0;
  font-size: 1.5em;
  color: #1a1a1a;
  font-weight: bold;
  border-top: 1px dotted silver;
}

.selection-header img {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
}

.selection-header div {
  padding-left: 5px;
  text-transform: uppercase;
}

.capper-header-links {
  background-color: black;
  margin-bottom: 1em;
  display: flex;
  justify-content: space-around;
  padding-right: 0.5em;
  margin-top: -0.45em;
}

.capper-header-links a {
  color: yellow;
  text-decoration: none;
  font-weight: bold;
  padding: 0.75em 0.25em;
  font-size: 1.2em;
  text-align: center;
}

.capper-header-links a:hover {
  text-decoration: underline;
}

.buy-picks-link {
  margin: 0.5em 0;
  padding-left: 1em;
  padding-right: 1em;
  display: inline-block;
}

.pick-title {
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.6em 0;
  color: darkblue;
}

a.new-capper-link {
  display: inline-block;
  background-color: red;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-box-shadow: gray 2px 2px 14px 0px;
  box-shadow: gray 2px 2px 14px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: yellow;
  cursor: pointer;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 41.7109px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  text-align: center;
  -webkit-text-decoration-color: yellow;
  text-decoration-color: yellow;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-shadow: black 1px 1px 0px;
  text-transform: uppercase;
}

.capper-links {
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.capper-links a {
  flex-basis: 32%;
  text-decoration: none;
  color: black;
  display: block;
  padding: 0.3em 0.6em;
  background-color: #eee;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 0.9em;
  transition: -webkit-transform ease-in 100ms;
  transition: transform ease-in 100ms;
  transition: transform ease-in 100ms, -webkit-transform ease-in 100ms;
}

.capper-links a img {
  height: 2em;
  width: 2em;
  border-radius: 50%;
  margin-right: 0.25em;
}

.capper-links a:hover {
  text-decoration: underline;
  color: navy;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-box-shadow: 0 0 8px silver;
  box-shadow: 0 0 8px silver;
}

.pick-body {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAKCAYAAAB8OZQwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41Ljg3O4BdAAAALElEQVQYV2NgEK5PYcAAwvX/MSUggmgSCEEkCVRBqAQRglCX4LEIza1YHA8AH38o8VI1PHAAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  padding-left: 10px;
  background-position-y: 3px;
}

.centered {
  text-align: center;
}

.right-aligned {
  text-align: right;
}

.frame {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-template-rows: auto;
  max-width: 100%;
}

.normal .frame {
  grid-template-columns: 1fr 585px 350px 1fr;
  grid-template-areas: '. header header  .''. menu   menu    .''. main   sidebar .''. footer footer  .';
}

html {
  height: 100%;
}

body {
  min-height: 100%;
}

.wide .frame {
  grid-template-columns: 1fr 935px 1fr;
  grid-template-areas: '. header .''. menu .''. main .''. footer .';
  grid-template-rows: auto auto 1fr auto;
  /*.content {
		grid-column-start: 1;
		grid-column-end: 4;
	}*/
}

.wide .frame aside {
  display: none;
}

.wide .frame .hor-sidebar, .wide .frame .hor-brackets {
  display: none;
}

header {
  grid-area: header;
}

.content {
  grid-area: main;
  font-size: 1em;
  padding: 4px;
}

.outer-content {
  padding-bottom: 4px;
  background-color: white;
  padding-top: 1em;
}

.inner-content {
  background-color: white;
  margin: 0 auto;
  max-width: 508px;
  padding: 4px;
}

.wide-image .inner-content {
  padding: 4px;
  margin: 0;
  max-width: none;
}

.wide-image .inner-content>div {
  margin: 0 auto;
  max-width: 508px;
}

.wide-image .inner-content>div.capper-logo {
  max-width: none;
  background-color: #070707;
  text-align: center;
}

.buttons {
  padding: 1em 0;
}

.buttons a,
buttons button,
button, a.button, input[type='submit'] {
  cursor: pointer;
  border-radius: 5px;
  padding: 0.45em 1em;
  margin: 0 0.1em;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #778899;
  border: none;
  text-shadow: 1px 1px 2px black;
  text-decoration: none;
  color: white;
  -webkit-transition: background-color ease-out 200ms;
  transition: background-color ease-out 200ms;
}

.buttons a:active,
buttons button:active,
button:active, a.button:active, input[type='submit']:active {
  color: yellow;
}

.buttons a[type='submit'],
buttons button[type='submit'],
button[type='submit'], a.button[type='submit'], input[type='submit'][type='submit'] {
  background-color: red;
}

.buttons a.main,
buttons button.main,
button.main, a.button.main, input[type='submit'].main {
  background-color: red;
}

.buttons a.accent,
buttons button.accent,
button.accent, a.button.accent, input[type='submit'].accent {
  background-color: peru;
}

.buttons a.danger,
buttons button.danger,
button.danger, a.button.danger, input[type='submit'].danger {
  background-color: red;
}

.buttons a.success,
buttons button.success,
button.success, a.button.success, input[type='submit'].success {
  background-color: forestgreen;
}

.buttons a:hover,
buttons button:hover,
button:hover, a.button:hover, input[type='submit']:hover {
  background-color: navy;
}

a.button {
  display: inline-block;
}

.important-message {
  max-width: 500px;
  margin: 1em auto 2em auto;
  font-weight: bold;
}

dl {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 3fr;
  line-height: 2em;
}

dt {
  font-weight: bold;
}

.link-list a {
  display: block;
  border: 1px solid gray;
  padding: 1em;
  color: darkslategray;
  text-decoration: none;
}

.link-list a:hover {
  background-color: #eee;
}

.light-bg {
  padding: 1em 1em 2em 1em;
  background-color: #eee;
  border: 1px solid gray;
  margin-bottom: 1em;
}

.menu {
  background-color: black;
  background-size: auto 100%;
  grid-area: menu;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.menu ul {
  list-style: none;
}

.menu-bar {
  height: 2em;
  align-items: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 1.25em;
  margin: 0;
  padding: 0 1em;
}

.menu-bar .dropdown {
  position: relative;
  display: inline-block;
}

.menu-bar .dropdown img {
  height: 2em;
  width: 2em;
  border-radius: 20%;
  margin-right: 0.25em;
}

.menu-bar .dropdown ul {
  display: none;
  list-style: none;
  position: absolute;
  background-color: #29314e;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
}

.menu-bar .dropdown ul a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  text-align: center;
  text-align: left;
  align-items: center;
  padding: 0.75em 0.5em;
}

.menu-bar .dropdown ul a:hover {
  background-color: #161e39;
  color: gold;
}

.menu-bar .dropdown:hover ul {
  display: block;
  width: 16em;
  z-index: 1300;
}

.menu-bar .dropdown:hover ul.two-col-capper {
  display: flex;
  flex-wrap: wrap;
  width: 27em;
}

.menu-bar .dropdown:hover ul.two-col-capper li {
  flex-basis: 50%;
}

.menu-bar>*:nth-child(even)>a {
  color: white;
}

.menu-bar li {
  margin: 0;
  padding: 0;
  display: block;
}

.menu-bar a {
  color: yellow;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 1em;
}

.menu-bar a:hover {
  text-decoration: underline;
}

.xmenu {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-around;
  background-color: black;
  height: 2em;
  align-items: center;
  background-size: auto 100%;
}

.xmenu>*:nth-child(even) {
  color: white;
}

.xmenu a {
  color: yellow;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 1em;
}

.xmenu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.xmenu ul {
  padding: 0;
  margin: 0;
  position: relative;
}

.xmenu ul.single-dropdown ul {
  display: block;
  width: 15em;
}

.xmenu ul:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity linear 200ms, visibility linear 200ms;
  transition: opacity linear 200ms, visibility linear 200ms;
}

.xmenu ul ul {
  display: flex;
  visibility: hidden;
  flex-wrap: wrap;
  position: absolute;
  padding-top: 0.5em;
  top: 1.2em;
  left: -1em;
  opacity: 0;
  transition: opacity linear 200ms, visibility linear 200ms;
  z-index: 1000;
  overflow: hidden;
}

.xmenu ul ul li {
  flex-basis: 50%;
}

.xmenu ul ul a {
  text-align: left;
  padding: 1em !important;
  background-color: #29314e;
  color: white;
}

.xmenu ul ul a:hover {
  background-color: #161e39;
  color: gold;
}

.responsive-logo {
  text-align: center;
}

.responsive-logo img {
  max-width: 100%;
}

.fixed-text {
  max-width: 500px;
  margin: 1em auto 2em auto;
  background-color: white;
}

.fixed-text p {
  margin: 0;
  padding: 0;
}

aside {
  grid-area: sidebar;
  background-color: black;
  padding: 3px;
}

footer {
  color: white;
  font-size: 1em;
  text-align: center;
  padding: 1em;
  grid-area: footer;
  font-weight: bold;
  line-height: 1.5em;
  background-color: #1b232a;
}

footer a {
  color: yellow;
  white-space: nowrap;
}

/* header */
.header {
  display: grid;
  padding: 0 6px 0 0;
  margin: 0;
  grid-template-columns: 1fr 135px 200px;
  max-height: 99px !important;
  align-items: center;
  grid-column-gap: 3px;
  overflow: hidden;
}

header img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  /* optional but helps remove inline gaps */
}


footer .faq-lnk {
  display: none;
}

.header-cust-info {
  margin: 1em;
  background-color: white;
}

.header-cust-info .user-name {
  padding: 0.2em 0.5em;
  font-size: 1.2em;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  background-color: red;
  color: white;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-cust-info .user-name:hover {
  color: yellow;
}

.header-cust-info .user-links {
  white-space: nowrap;
}

.header-cust-info .user-links a {
  text-decoration: none;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  padding: 5px 3px;
  color: black;
  text-align: center;
  display: inline-block;
}

.header-cust-info .user-links a:hover {
  color: red;
  text-decoration: underline;
}

@media only screen and (min-width: 936px) {
  .two-min-wide-ad {
    display: none;
  }
}

@media only screen and (min-width: 936px) {
  .hor-sidebar, .hor-brackets {
    display: none;
  }
}

@media only screen and (max-width: 935px) {
  .wide .team .names {
    width: 8em;
    text-overflow: ellipsis;
  }

  .header {
    grid-template-columns: 2fr 0fr 1fr
  }

  .aap-calendar {
    grid-template-columns: repeat(3, 1fr);
  }

  footer .faq-lnk {
    display: none;
  }

  .normal .frame, .wide .frame {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .hor-sidebar {
    background-color: black;
    grid-area: sidebar;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 4px;
    align-items: center;
    padding: 4px;
  }

  .hor-sidebar .three-col {
    grid-column: 1/4;
  }

  .hor-sidebar img {
    max-width: 100%;
  }

  .header {
    grid-template-columns: 4fr 1fr 2fr;
  }

  .menu a:first-child {
    padding: 0em 0em;
  }

  .sidebar {
    display: none;
  }

  .outer-content {
    background-color: transparent;
    padding: 0;
  }

  footer {
    font-size: 0.8em;
    font-weight: normal;
  }
}

.aap-wide-ad {
  background-color: #FFFF00;
  border-radius: 0.3em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 4px 4px 0 0;
}

.aap-wide-ad .aap-wide-header {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}

.aap-wide-ad .aap-wide-thumbs {
  display: grid;
  grid-gap: 3px;
  grid-template-columns: repeat(5, 1fr);
  padding-bottom: 4px;
}

.aap-wide-ad .aap-wide-thumbs img {
  border-radius: 4px;
}

.aap-wide-ad .aap-wide-ad-text {
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
}

.aap-wide-ad a {
  color: black;
  text-decoration: none;
}

.aap-wide-ad a:hover {
  color: red;
}

.aap-mb-spbox {
  text-align: center;
  font-weight: bold;
}

.aap-mb-spbox p {
  font-size: 1.2em;
  padding: 10px 0;
}

p.mb-spbox-title {
  font-size: 1.5em;
}

.all-access-pass {
  background-color: white;
  background-image: url("/images/aap-bg-pattern.png");
  padding: 0;
  margin: 0;
}

.all-access-pass .aap-ad-footer {
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.3em 0.5em;
  font-size: 1.1em;
}

.all-access-pass .aap-thumbs {
  display: grid;
  grid-gap: 5px;
  margin: 0 1em;
  grid-template-columns: repeat(5, 1fr);
}

.all-access-pass .aap-thumbs img {
  border-radius: 4px;
}

.all-access-pass .aap-ad {
  background-color: #FFFF00;
  text-align: center;
  padding-top: 0.5em;
}

.all-access-pass .inner-aap {
  padding: 10px 20px;
}

.all-access-pass .aap-disclaimer {
  text-align: center;
  font-size: 0.88em;
  color: yellow;
  padding: 0;
  font-weight: bold;
  margin-top: 1.2em;
}

.all-access-pass .aap-head-txt {
  font-family: 'Oswald', sans-serif;
  color: yellow;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}

.all-access-pass .aap-txt {
  color: white;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.1em;
}

.all-access-pass .aap-triangle {
  background-image: url("/images/aap-triangle.png");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: top;
}

.all-access-pass .aap-ad-spbox {
  background-color: rgba(255, 0, 0, 0.7);
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
}

.all-access-pass .aap-ad-spbox p {
  margin: 7px;
  color: white;
  font-size: 1.3em;
}

.all-access-pass p.spbox-title {
  font-size: 1.6em;
  color: yellow;
}

.help-ad {
  margin-top: 0.4em;
}

.customer-info {
  padding-bottom: 1em;
}

.customer-info h1 {
  font-size: 1.4em;
}

.customer-info h3 {
  color: navy;
}

.customer-info .action-links {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.customer-info .action-links a {
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  color: black;
  padding: 0.5em 1em;
  border-radius: 5px;
  background-color: #AD0000;
  color: white;
  margin: 0 4px;
  text-align: center;
}

.customer-info .action-links a:hover {
  color: yellow;
}

.open-items {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
  background-color: white;
  border-radius: 4px;
}

.open-items td, .open-items th {
  padding: 0.5em;
}

.open-items th {
  text-align: left;
  background-color: #f1f1f1;
}

.open-items tr:nth-child(even) {
  background-color: #F0F8FF;
}

.cs-status {
  text-align: center;
  font-weight: bold;
  margin: 1em;
  padding: 1em;
}

.red {
  color: red;
}

.bolded {
  font-weight: bold;
}

.larger {
  font-size: 1.4em;
  line-height: 2em;
}

.warning-message {
  font-weight: bold;
}

.small-cart {
  margin: 1em;
  text-align: center;
}

.small-cart a {
  display: inline-block;
  color: white;
  text-decoration: none;
  text-align: center;
  background-color: darkgreen;
  font-weight: bold;
  border-bottom: 1px solid;
  border-bottom-color: greenyellow;
  padding: 0.5em 1em;
  font-size: 1.1em;
  border-radius: 4px;
}

.small-cart a:hover {
  background-color: green;
}

.sales-line {
  display: flex;
  line-height: 2em;
  margin-bottom: 0.4em;
}

.sales-line div:first-child {
  color: white;
  font-family: 'Oswald', sans-serif;
  font-size: 1.3em;
  color: white;
  text-shadow: 1px 1px 0 black;
  font-weight: bold;
}

.sales-line .first-col {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}

.sales-line .last-col {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.sales-line a {
  display: block;
  text-align: center;
  padding: 0 1em;
  background-color: yellow;
  border-radius: 4px;
  font-size: 1.2em;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

.sales-line .rebate {
  background-color: white;
  color: black;
  font-weight: bold;
  padding: 0.2em;
  margin: 0.25em;
}

.embed-responsive {
  text-align: center;
}

/******************************/
/******************************/
/******************************/
/******************************/
@media only screen and (max-width: 600px) {
  body {
    background-color: black;
    background-image: none !important;
  }

  .header {
    grid-template-columns: 2fr 0fr 1fr;
    height: 60px;
  }

  .aap-calendar {
    grid-template-columns: repeat(2, 1fr);
  }

  .menu-bar {
    padding: 1em 0;
  }

  .menu-bar>* {
    border-left: 1px solid black;
    margin: 4px;
    font-size: 0.8rem;
  }

  .menu-bar>*:first-child {
    border-left: none;
    padding: 0 0.4em;
  }

  .header-cust-info .user-name {
    padding: 0 0.2em;
  }

  .header-cust-info .user-links {
    text-transform: uppercase;
  }

  .sales-row .package-title {
    font-size: 1.5em;
  }

  .money {
    font-size: 1.5em;
  }

  .sales-table {
    border: 1px solid red;
    width: 100%;
    border-collapse: collapse;
  }

  .sales-table td {
    border: 1px solid green;
  }

  .sales-row {
    -ms-grid-columns: 2fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr;
  }

  .rebate-row {
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
  }

  .capper-links a {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }

  .buttons {
    padding: 1em;
  }

  .buttons a,
  button, a.button, input[type='submit'] {
    font-size: 1rem;
    border-radius: 3px;
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
    text-align: center;
  }

  form button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  footer .faq-lnk {
    display: inline;
  }

  .hide-small {
    display: none !important;
  }

  .embed-responsive {
    height: 220px;
    max-width: 100%;
  }

  .embed-responsive iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }

  .menu-bar .dropdown {
    position: unset;
  }

  .menu-bar .dropdown:hover ul {
    position: absolute;
    width: 100%;
    margin-top: 0.5em;
    padding: 0;
    border-radius: 0;
    left: 0;
  }

  .aap-wide-ad-text {
    font-size: small;
    line-height: 1em;
  }
}

@media only screen and (min-width: 300px) {
  .aap-wide-ad-sptxt {
    font-size: x-small;
  }

  .aap-wide-ad-sptxt2 {
    font-size: x-small;
    padding: 0;
    margin: 0;
  }
}

@media only screen and (min-width: 599px) {
  .aap-wide-ad-sptxt {
    font-size: small;
  }

  .aap-wide-ad-sptxt2 {
    font-size: small;
    padding: 0;
    margin: 0;
  }
}

@media only screen and (max-width: 361px) {
  .menu-bar .dropdown:hover ul.two-col-capper {
    width: 320px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 499px) and (min-width: 5px) {
  .aap-wide-ad-text {
    font-size: 0.7em;
    line-height: 1em;
  }

  .aap-wide-ad .aap-wide-thumbs {
    grid-gap: 2px;
    padding-bottom: 1px;
  }
}

@media only screen and (min-width: 600px) {
  .aap-wide-ad-text {
    font-size: large;
    line-height: 1em;
  }
}

input,
button {
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.horizontal label {
  width: auto;
}

form {
  padding: 1em;
  margin: 1em;
  line-height: 1.2em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: white;
}

form label {
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  color: #5d5d5d;
  padding: 4px;
  display: block;
}

form>div {
  padding: 0.5em 0;
}

form input[type='text'],
form input[type='password'],
form input[type='email'],
form input[type='tel'],
form textarea,
form select {
  width: 100%;
  border: 1px solid silver;
  border-radius: 3px;
  padding: 0.75em;
  font-size: 0.9rem;
}

form input[type='text']:focus,
form input[type='password']:focus,
form input[type='email']:focus,
form input[type='tel']:focus,
form textarea:focus,
form select:focus {
  background: transparent;
}

form textarea {
  height: 8em;
}

form .invalid label {
  color: red;
}

form .invalid input[type='text'] {
  border-color: rgba(255, 0, 0, 0.555);
}

.field-validation-error {
  display: block;
  color: red;
  font-size: 0.9em;
  font-weight: bold;
}

label.larger {
  font-size: 1.1em;
}

.BillingNote {
  font-weight: bold;
}

/*clases a cambiar*/
.BillingNoteTitle {
  color: red;
  text-transform: uppercase;
}