/* Enter Your Custom CSS Here */

/* Disable the horrible shadow image */
.action-shadow {
  display:none;
}

/* fix for header being to large on box-layout mode*/
#header {
  max-width: 1170px;
}