﻿@media (max-width: 1500px) {
  .ui.celled.table.registration-export-table {
    font-size: 0.85em;
  }
}

.ui.registration-export-table {
  table-layout: auto !important;
}

div.scrolling.content.registration-export-content {
  background-color: aliceblue;
}

.table.registration-export-table {
  background-color: aliceblue;
}

.table.registration-export-table > thead > tr > th {
    background-color: #d7ecff;
}
