body {
  padding-top: 120px;
}
.footer {
  padding-top: 20px;
  font-size: 11px;
}
.table thead > tr > td.vert-align,
.table tbody > tr > td.vert-align,
.table tfoot > tr > td.vert-align {
  vertical-align: middle;
}
.full-width {
  width: 100%;
}
.pointable {
  cursor: pointer;
}
.pointable:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.form-group {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn:focus,
a:focus {
  outline: none !important;
}
