/* Spider Elements common CSS */
.fade {
  transition: opacity 0.15s linear;
}
a{
  &:hover,&:focus{
    outline: none;
    text-decoration: none;
  }
}