/* Custom Post Type Styling */
.custom-table table {
  border-width: 0;
  width: 100%; }

.custom-table thead {
  background: none;
  color: #000; }

.custom-table th {
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #000;
  border: none;
  vertical-align: top; }

.custom-table tr {
  border-bottom: 1px dotted #D7D7D7;
  color: #444444; }

.custom-table td {
  border-width: 0;
  width: 15%; }

.custom-table td.small {
  width: 3.33%; }

.custom-table tr.track-duration-tr,
.custom-table .track-list .track-duration {
  border: none; }

.custom-table .track-list .track-duration .track-play-button {
  float: none;
  margin: 0 auto; }

.custom-table .pagination {
  margin-top: 15px; }
