.container {
  max-width: 100%;
  margin: 0 auto;
  width: 90%;
}

table .button, table button, table input[type="submit"], table input[type="reset"], table input[type="button"] {
  line-height: 25px;
  height: 25px;
}

.button.button-warning, button.button-warning, input[type="submit"].button-warning, input[type="reset"].button-warning, input[type="button"].button-warning {
  color: #fff;
  background-color: #F95454;
}

.button.button-warning:hover, button.button-warning:hover, input[type="submit"].button-warning:hover, input[type="reset"].button-warning:hover, input[type="button"].button-warning:hover, .button.button-warning:focus, button.button-warning:focus, input[type="submit"].button-warning:focus, input[type="reset"].button-warning:focus, input[type="button"].button-warning:focus {
  color: #fff;
  background-color: #FA2626;
}

table form {
  margin-bottom: 1rem;
}

table form:last-child {
  margin-bottom: 0;
}

table .button {
  width: 100%;
  padding: 0 5px;
}

table {
  border-spacing: 1px;
}
th:first-child,
td:first-child,
th:last-child,
td:last-child {
  /*padding: 12px 15px;*/
  padding: 10px;
}
th,
td {
  border: none;
  padding: 10px;
}
thead tr th {
  text-align: center;
}
table .button {
  background: #fff;
}
