body {
  padding-top: 3.5rem;
}

.starter-template {
  /*padding: 3rem 1.5rem; */
  text-align: center;
}

.center-text {
  text-align: center;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.center_div {
  margin: 0 auto;
}

.width_50 {
  width: 50%;
}

.width_30 {
  width: 30%;
}

.width_90 {
  width: 90%;
}

#intentslist {
  list-style-type: none;
}

.height-limiter {
  height: 250px;
  overflow-y: scroll;
}

.my_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 80%;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* .modal-dialog, .modal-content {
   80% of window height 
  height: 80%;
}

.modal-body {
   100% = dialog height, 120px = header + footer 
  max-height: calc(100% - 120px);
  overflow-y: scroll;
} */