/************************
MIXIN DECLARATION
************************/
.resultTable {
  background-color: #fff;
  font-size: 14px; }
  .resultTable table {
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px; }
    .resultTable table tbody tr th, .resultTable table tbody tr td {
      padding: 12px 20px;
      border-right: 1px dotted #ccc; }
    .resultTable table tbody tr th {
      text-transform: uppercase; }
    .resultTable table tbody tr th.tableHeadline {
      font-size: 18px;
      padding: 40px 10px 8px;
      text-align: center;
      background-color: #fff;
      border-bottom: 1px dotted #ccc; }
    .resultTable table tbody tr:nth-child(even) {
      background-color: #f9f9f9; }
    .resultTable table tbody.ActionButtons td {
      border-top: 1px solid #ccc;
      text-align: right;
      padding: 20px 5px 5px; }
