/*
 * Note on *-darker colors.
 *
 * Darker colors are colors with the RGB of the original/base subtracted with 20 values
 * Example:
 *   Green        : 7ac11f --> 122 - 193 - 031
 *   Green Darker : 66AD0B --> 102 - 173 - 011
 * Note that if the color cannot be reduced or is smaller than 20, then there is no effect
 * to the RGB of that color.
 */
.sub-menu-title {
  font-size: 16px;
}

/*# sourceMappingURL=navigations.css.map */
