html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.mensagem {

  text-align: center;
  display: block;
  padding: 27px 0 10px 0;
  font-size: 14px;

}
.table-rep-plugin .btn-toolbar,
.table-wrapper .btn-toolbar{
  display: none !important;
}

.td,
.table tbody tr td {
    vertical-align: middle !important;
}