.betty_table table, .betty_table th, .betty_table td {
  border: 1px solid black;
  border-collapse: collapse;
}
.betty_table th {
  text-align: center;
}
.betty_table th, .betty_table td {
  padding: 5px;
}
.table thead th {
  background-color: #A9A9A9;
  color: white !important;
  border-right: 2px solid #fff !important;
}
/* Hide sub-menu by default */
.mod-menu .metismenu.mod-menu .mm-collapse {
  display: none;
}
/* Show sub-menu on hover */
.mod-menu .metismenu-item:hover .mm-collapse {
  display: block;
}
  .logout-button {
  float:right;
}
.btn.jmodedit {
  right: -50px;
}