@import 'compass';

.compat-attachment-fields .mgjp_mv_attachment_fields {
  border-bottom: 1px solid #fbfbfb;
  @include box-shadow(inset 0 -1px 0 0 #ddd);
  label.button {
    width: 100%;
    white-space: normal;
  }
}

@media only screen and (min-width: 901px) {
  .compat-attachment-fields .mgjp_mv_attachment_fields {
    th {
      padding-top: 0;
      width: 35%;
      text-align: right;
      vertical-align: top;
      font-weight: normal;
    }
    p {
      padding-left: 15px;
    }
  }
}

@media only screen and (max-width: 900px) {
  .compat-attachment-fields .mgjp_mv_attachment_fields {
    th, td, select {
      @include box-sizing(border-box);
      display: block;
      width: 100%;
    }
  }
}