/* You can add global styles to this file, and also import other style files */
.capitalize {
   text-transform: capitalize;
}
.list_title {list-style: none; font-weight: bold; margin: 5px -5px;}
.group_descript {
  margin-top: 50px;
}
.container {
  //margin-top: 50px;
}
.component_list li{
  cursor: pointer;
    &:hover {
    background: -webkit-linear-gradient(#fff, #ddd);
    background: linear-gradient(#fff, #ddd);
    color: #111;
  }
}

/*# sourceMappingURL=styles.bundle.map*/