    .node-media-image .media > .wrapper {
      position: relative; }
      .node-media-image .media > .wrapper > .copyright {
        color: white;
        font-size: 10px;
        height: auto;
        position: absolute;
        padding: 8px;
        bottom: 0;
        right: 0; }
        .node-media-image .media > .wrapper > .copyright > .label-inline {
          color: white; }

    .node-media-table .media table {
      width: 100%; }
      .node-media-table .media table th,
      .node-media-table .media table td {
        text-align: left;
        border-bottom: 1px solid black;
        font-weight: normal;
        padding: 4px 8px 4px 0px;
        vertical-align: top; }
      .node-media-table .media table th {
        border-bottom-width: 2px;
        font-weight: bold; }

