/**
 * @file
 * Use this CSS file to override components CSS rules
 */
/* Fix contextual links size */
.contextual-region .contextual .contextual-links a {
  font-size: small;
  padding: 0.4em 0.6em;
}
/*  */
.sf-menu.sf-accordion .menuparent:not(.sf-expanded) > ul {
  background: transparent;
  border: 0 none;
  position: absolute;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 1px;
  transition: none;
}
