.submit {
  display:block;
  margin:2rem auto 5rem;
  padding:5px 15px;
  border-radius:8px;
  background-color:#0265af;
  color:#fff}
.submit:active,
.del:active,
button:active {
  transform:translateY(1px)}

.text-center {
  text-align:center !important}
.text-right {
  text-align:right !important}
.admin table select {
  width:auto !important}