/* https://github.com/daattali/shinyjs/blob/gh-pages/css/index.css */

/* tutorial portion of the above URL */

#tutorial-section {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 15px;
  background: #fff;
  margin-top: 65px;
  border-radius: 4px;
}

#tutorial-section  iframe {
  width:  100% /* 640px; the initial value */
  height: 360px;
}

#tutorial-title {
  font-size: 30px;
  font-weight: bold;
}
#tutorial-section .nav-pills {
  margin: 15px 0 20px;
  font-size: 18px;
}
#tutorial-section .nav-pills>li {
  float: none;
  display: inline-block;
}
#tutorial-section .nav-pills a {
  color: #17baef;
  padding: 4px 12px;
}
#tutorial-section .nav-pills>li.active>a {
  background: #074f66;
  color: white;
}
