@charset "utf-8";
/* CSS Document */
body.small{
  font-weight:normal;
}


/*temporarily hide social*/

#header-social ul{
    display:none;
}

/*temporarily hide paypal things*/
.paypal{
	display:none;
}


ul li.hovered a.has-sub > .sub-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #ededed transparent;
    display: inline-block;
    left: 50%;
    margin-left: -5px;
    margin-left: -16px;
    margin-left: -1rem;
    bottom: -12.8px;
    bottom: 0.4rem;
    position: absolute;
}
