/* Custom css */

.Suscribe-block .form-item--error-message {
  position: absolute;
  bottom: -45px;
  padding: 5px;
  line-height: 1;
  font-size: .9em;
  border: 1px solid red;
  background: red;
  border-radius: 3px;
  color: #fff;
}

.Suscribe-block .form-item--error-message em {
  font-weight: bold;
}

.Suscribe-block .Suscribe-input.error {
  border: 1px solid red;
}

/* Hide alone li */
.Suscribe-block li {
  display: none;
}

.Suscribe-block .field--type-simplenews-subscription {
  margin: 0;
  padding: 0;
}

.Suscribe-block input[type="email"] {
  padding: .75em;
  border: none;
}
.Suscribe-block.Suscribe-multiple {
  background: none !important;
  border: none;
}

.Subscriber-checkboxes .form-item > label {
  display: inline-block;
}

form[id^="simplenews-subscriptions-block"] #edit-subscriptions-wrapper {
  padding: 0;
  margin-bottom: 0;
}

/* Page node boletines */

.page-node-boletines .tablesaw-stack tbody tr {
  border-bottom: none;
}

.page-node-boletines .tablesaw th,
.tablesaw td {
  padding: inherit;
}

.page-node-boletines table.tablesaw {
  width: inherit;
  margin-bottom: 0 !important;
}

.page-node-boletines .pb_boletines .rtable {
  margin-bottom: 0 !important;
}
