/**
 * jQuery Schedule v2.2.0
 * https://github.com/Yehzuna/jquery-schedule
 * Thomas BORUSZEWSKI <yehzuna@outlook.com>
 */
body,
html {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: system, -apple-system, Roboto, Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
}

.jqs-demo {
  min-width: 600px;
  width: 100%;
  height: 500px;
  background: #fff;
  border: 1px solid #ddd;
}

pre {
  width: 100%;
  background: #eee;
  border: 1px solid #ddd;
}
pre.large {
  height: 500px;
}

textarea {
  width: 100%;
  height: 80px;
}
