.ip-cookies-admin {
  tbody {
    th,
    td {
      vertical-align: top;
    }

    th {
      label {
        display: inline-block;
        margin-bottom: 10px;
      }
      span {
        font-size: 0.8em;
        display: block;
        color: #666;
        font-weight: 400;
      }
    }
  }

  .long-input {
    min-width: 600px;
  }

  .color-field {
    input {
      max-width: 100px;
    }
  }

  textarea {
    resize: none;
    height: 60px;
  }
}
