@charset "utf-8";
/* Your styles here */

.table-actions tr th:last-child,
.table-actions tr td:last-child {
  width: 1px;
  white-space: nowrap;
}

.formfield-clear {
  clear: left;
}
.formfield-columns2 {
  float: left;
  width: 50%;
}
@media (max-width: 520px) {
.formfield-columns2 {
  clear: left;
  float: none;
  width: auto;
}
}
.formfield-columns4f {
  float: left;
  width: 24%;  
}
.formfield-columns4 {
  float: left;
  width: 24%;
  margin-left: 1.33%;
}
@media (max-width: 520px) {
.formfield-columns4,
.formfield-columns4f {
  clear: left;
  float: none;
  width: auto;
}
}

a.delete {
  color: red;
}