body{
    font: 62.5% "Trebuchet MS", sans-serif;
    margin: 20px;
}

.gen{
    font-size:18px;
}

.genmed{
    font-size:16px;
}

.gensmall{
    font-size:14px;
}

/* BOX AND ROUNDED CORNERS */
.box, .mapBox {
    padding:10px;
    background-color: rgba(255, 255, 255, .8);
    -pie-background: white;
    behavior: url(PIE.php);
}

.box, .mapBox, .pictureBorder{
    box-shadow: 3px 2px 6px 3px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 3px 2px 6px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 3px 2px 6px 3px rgba(0, 0, 0, .4);
    behavior: url(PIE.php);
}

.curved {
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    behavior:url(border-radius.htc);
}

.topCurve {
    -webkit-border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
}

<!-- Checkbox Styles -->

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9!important;
}

/* Screen reader only */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.menu-curve {
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-topright:10px;
}

.menu-toggle {
    display: inline-block;
    padding: .75em 15px;
    line-height: 1em;
    font-size: 1em;
    color: #FFF;
    float: right;
}

.main-menu {
    position: absolute;
    display: none;
    top: 0;
    height: 100%;
    overflow-x: visible;
    transition: left 0.3s ease, box-shadow 0.3s ease;
    z-index: 999;
}

.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 2.5em 0 0;
    min-height: 35%;
    width: 200px;
    background: #FFF;
    color:#000;
    opacity: 0.9;
}

.main-menu-label-header{
    font-size: 20px;
    border-bottom: solid 1px #000;
    text-align:center;
    font-weight:bold;
    margin-bottom:10px;
    padding-top:0;
    margin-top:0;
}

.main-menu i {
    display: block;
    padding: .75em 15px;
    line-height: 1em;
    font-size: 1em;
    color: #FFF;
}

.main-menu .menu-close {
    position: absolute;
    right: 0;
    top: 0;
}

/* Toggle */
.main-menu:target,
.main-menu[aria-expanded="true"] {
    display: block;
    left: 0;
    outline: none;
}

.main-menu:target .menu-close,
.main-menu[aria-expanded="true"] .menu-close {
    z-index: 1001;
}

.main-menu:target ul,
.main-menu[aria-expanded="true"] ul {
    position: relative;
    z-index: 1000;
}

.main-menu:target + .backdrop,
.main-menu[aria-expanded="true"] + .backdrop{
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: #000;
    background: rgba(0,0,0,.85);
    cursor: default;
}

@supports (position: fixed) {
    .main-menu,
    .main-menu:target + .backdrop,
    .main-menu[aria-expanded="true"] + .backdrop{position: fixed;}
}

.main-menu-label {
    display: block;
    opacity: 1;
    padding-left: 10px;
}

.main-menu-label span {
    padding-right: 5px;
}

.main-menu-label label {
    border-bottom: solid 1px #FFF;
}

.main-menu-icon {
    display:none;
}

.footer-left, .footer-center, .footer-right {
    text-align: center;
}

/* Larger screen styling for horizontal menu */
@media (min-width: 768px) {
    .main-menu-label {
        display:none;
    }

    .menu-toggle,
    .main-menu .menu-close {
        display: none;
    }

    .main-menu {
        display: block;
        position: relative;
        float:right;
        z-index: 0;
    }

    .main-menu ul {
        display: flex;
        padding: 0;
        background: none;
    }

    .main-menu-icon {
        display: block;
        color: #FFF;
        cursor: pointer;
        font-size: 20px !important;
    }

    .main-menu i {
        padding: 0 0 0 20px;
        margin: 0px;
        display: inline-block;
        width: auto;
        height: auto;
        line-height: inherit;
        vertical-align: baseline;
        border: 0 !important;
    }

    .footer-left {
        text-align: left;
    }

    .footer-center {
        text-align: center;
    }

    .footer-right {
        text-align: right;
    }
}

/* Hover text over FA icons */
.fas[data-count]{
    position:relative;
}

.fas[data-count]:after{
    position: absolute;
    right: -0.75em;
    top: -.75em;
    content: attr(data-count);
    padding: .5em;
    border-radius: 10em;
    line-height: .9em;
    color: white;
    background: rgba(255,0,0,.75);
    text-align: center;
    min-width: 2em;
    font: bold .4em sans-serif;
}

.fa-button-wrapper {
    width: 30px;
    margin: 0px;
    padding: 0px;
}

.fa-orders-button-wrapper {
    width: 85px;
    margin-bottom: 3px;
    padding: 0px;
    text-align: left;
}

.fa-orders-button-wrapper span {
    padding: 5px;
}

.show-on-mobile {
    display: none;
}

@media screen and (max-width: 600px) {
    .hide-on-mobile {
        display: none;
    }
    .show-on-mobile {
        display: block;
    }
}

removeChromeForcedBS {
    border: solid 1px #E6E6E6 !important;
}