﻿.flat-table {
  display: block;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 115%;
  overflow: auto;
  width: auto;
  background-color: #e4ecef;
}
.flat-table th {
  background-color: #4186c7;
  color: white;
  font-weight: normal;
  padding: 10px 30px;
  text-align: center;
}
.flat-table td {
  /*background-color: #eeeeee;*/
  color: #6f6f6f;
  padding: 10px 30px;
  text-align:left;
  vertical-align:top;
}

.flat-table tr:nth-child(even) {background: #eeeeee}
.flat-table tr:nth-child(odd) {background: #f5f5f0}
