/*@media (min-width: 992px){
#header .header-nav-main nav > ul:not(:hover) > li > a.active {
    background-color: #f88158;
    color: black;
}
}

@media (min-width: 992px) {
#header .header-nav-main nav > ul > li > a {
    color: black;
}
}

@media (min-width: 992px) {
#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
    background: #f88158;
    color: black;
}
}


@media (min-width: 992px) {
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top-color: #f88158;
}
}*/


nav[data-toggle="toc"] .app-content {
  top: 100px;
}

/* small screens */
@media (max-width: 768px) {
  /* override stickyness so that the navigation does not follow scrolling */
  nav[data-toggle="toc"] {
    margin-bottom: 42px;
    position: static;
  }

  /* PICK ONE */
  /* don't expand nested items, which pushes down the rest of the page when navigating */
  nav[data-toggle="toc"] .nav .active .nav {
    display: none;
  }
  /* alternatively, if you *do* want the second-level navigation to be shown (as seen on this page on mobile), use this */
  
  nav[data-toggle='toc'] .nav .nav {
    display: block;
  }
  
}   

.align-items-flex-end {
    align-items: flex-end!important;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}
.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
    border-left: 1px solid lightgrey;
    padding: 8px 24px;
    font-size: 14px;
}
.price-table tr td:first-child {
    border-left: 0 none;
}
.price-table tr td:not(:first-child) {
    text-align: center;
}
.price-table .fa-check {
    color: #CF5300;
}

.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.price-table tr.price-table-head {
    background-color: #CF5300;
    color: #FFFFFF;
}
.price-table td.dashball-price {
    color: #f43f54;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat";
}
.price-table td.dashball-price a {
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
    display: inline-block;
}
.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}
.price-unit sup {
    font-size: .5em;
}
.dashball-remark sup {
    font-size: 1.5em;
    top: 0em;
}

.dashball-remark {
    font-style: italic; 
    font-size: 12px;
}

.dashball-howto-img {
    border: 3px solid #777;
    max-width: 100%
}

sup {
    font-size: 15px;
}

.iframe-container{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  
  /* Then style the iframe to fit in the container div with full height and width */
.dynamic-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  