.node-break {
  background: #fff;
}

.field-body {
  width: 100%;
}
.field-field-breaks {
  margin: 1rem 0 0 0;
  width: 100%;
}
.field-field-breaks table {
  border-radius: 24px;
}
.field-field-breaks thead {

}
.field-field-breaks thead tr {
}
.field-field-breaks thead th {
  background: #fff;
  border: 1px solid #03953C;
  border-collapse: collapse;
  border-radius: 0;
  color: #2d2d32;
  font-size: 1rem;
  line-height: 1.625rem;
  padding: 1rem;
  text-align: left;
}
.field-field-breaks thead th:first-child {
  border-radius: 24px 0 0 0;
}
.field-field-breaks thead th:last-child {
  border-radius: 0 24px 0 0;
}
.field-field-breaks tbody {}
.field-field-breaks tbody tr {}
.field-field-breaks tbody td {
  background: #fff;
  border: 1px solid #03953C;
  text-align: left;
}
.field-field-breaks tbody tr:last-child td:first-child {
  border-radius: 0 0 0 24px;
}
.field-field-breaks tbody tr:last-child td:last-child {
  border-radius: 0 0 24px 0;
}
.field-field-breaks tbody td img {
  float: left;
  margin: 0 .5rem .5rem 0;
}

@media only screen and (min-width: 600px) {
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (min-width: 1280px) {
}
