@import url('themes.css');

/* ====================================
** HELPERS
** ====================================
*/
.debug1 {
  border: 1px solid red;
}

.debug2 {
  border: 1px solid blue;
}

/* ====================================
** GENERAL
** ====================================
*/

.page ol {
  list-style-position: outside;
}

.page ul {
  list-style-type: disc;
}

.page ol li {
  margin-left: 0;
}

.page ol p {
  margin-left: 0;
}

.page h5 {
  margin-top: 30px;
}

.page-top {
  margin-top: 100px;
}

.page-title {
  text-align: center;
  margin-bottom: 30px;
}

.vertical-center {
  margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
