﻿.dummy {
  color: #000; }

.history .history-container {
  max-height: 300px;
  overflow: auto; }
  .history .history-container .table {
    width: 99%; }
    .history .history-container .table thead tr th {
      text-transform: uppercase; }
    .history .history-container .table tbody {
      background: #fff; }
      .history .history-container .table tbody tr {
        border: 2px solid #fff; }
        .history .history-container .table tbody tr td, .history .history-container .table tbody tr th {
          border: none; }
  .history .history-container .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #e1e1e1; }
  .history .history-container .table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #f1f1f1; }

.history .close-button {
  margin-top: 16px;
  margin-bottom: 16px; }

