/*# styling for tablepress plugin */
.tablepress {
  border-collapse:collapse;
  border-spacing:0;
  width:100%;
  margin-bottom:1em;
  border:none;
  font-size: 1.4em !important;
}

.tablepress td,.tablepress th {
  padding:8px;
  border:none;
  background:none;
  text-align:left;
}

.tablepress tbody td {
  vertical-align:top;
}

.tablepress tbody tr td, .tablepress tfoot tr th {
  border-top:1px solid #dddddd;
}

.tablepress tbody tr:first-child td{
  border-top:0;
}

.tablepress thead tr th {
  border-bottom:1px solid #dddddd;
}

.tablepress thead th, .tablepress tfoot th {
  background-color:#598DD9;
  font-weight:bold;
  vertical-align:middle;
  color:#FFF;
  font-size: 1.2em !important;
}

.tablepress tbody tr.odd td {
  background-color:#f9f9f9;
}

.tablepress tbody tr.even td {
  background-color:#ffffff;
}

.tablepress .row-hover tr:hover td {
  background-color:#f3f3f3;
}

.tablepress img {
  margin:0;
  padding:0;
  border:none;
  max-width:none;
}
