/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
h3.toogle {
  color: #D93510;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid rgba(65, 65, 81, 0.5);
  padding: 5px 0px;
  cursor: pointer;
}
@media (max-width: 30rem) {
  h3.toogle {
    font-size: 16px;
  }
}

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