.container {
  margin:         auto;
  padding-top:    12px;
  padding-bottom: 12px;
  padding-left:   12px;
  padding-right:  12px;
  border-radius:  12px;
  background-color: #e0dcdc;
  margin-bottom: 34px;
  max-width: 90%;
  margin-top: 32px;
}
th {
  vertical-align: middle;
}
.bbutton {
  margin-bottom: 4px;
  margin-top: 4px;
}
.greet {
  display: block;
  margin-right: 24px;
  height: 100%;
  line-height: 40px;
}
.navbar {
  background-color: #e0dcdc !important;
}
.extra-buttons {
  margin-bottom: 12px;
}
#AddLink {
  margin-bottom: 4px;
}
.mb3-swal {
  text-align: left;
}

.header-text {
  margin-bottom:34px;
}
.subheader-text {
  margin-bottom:12px;
}

.text-center {
  text-align: center;
}
.btn-bottom {
  margin-top: 12px;
}
.border-left {
  border-left: 1px solid #dee2e6;
}
.table-button {
  border-left: 1px solid #dee2e6;
  width: 120px;
}
.table-button.b-3 {
  width: 180px;
}
.table-button.b-1 {
  width: 60px;
}
.btn-table-adder {
  margin-bottom: 34px;
}
.btn-table-remover {
  background-color: #dc3546;
  color: white;
  border: 0;
}
.btn-table-remover:hover {
  background-color: #bb2d3b;
  color: white;
  border: 0;
}
.mod-mat {
  text-align: left;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
}
#T_MAT {
  margin-top: 24px;
  padding: 12px;
}
a {
  color: black;
  text-decoration: none;
}
.navbar {
  padding: 0;
}
#navbarSupportedContent > ul > li.nav-item {
  padding: 8px;
}

li.nav-item.selected {
  background-color: #cac6c6;
}

.table-grip {
  width: 100px;
  text-align: center;
}
.while-drag td {
  background-color: #eee;
}
.long-text {
  max-width: 1000px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
