/*Tables*/
table {
  border-collapse: collapse;
  width: 100%;
  color: #000000;
  margin: 25px 0 40px;
}
table th {
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #fff;
  color: #ffffff;
  font-weight: 400;
}
table th a,
table th a:hover {
  color: #fff;
}
table th,
table td {
  padding: 10px 20px;
  text-align: left;
}
table, table th, table td {
  border: 1px solid gray;
}
table tr.even,
table tr.odd {
  border-bottom: 1px solid #fff;
  background:#e4e4e4;
  font-size: 14px;
}

.columns4 {
-webkit-column-width: 180px;
-moz-column-width: 180px;
column-width: 180px;
}

.columns3 {
-webkit-column-width: 240px;
-moz-column-width: 240px;
column-width: 240px;
}

.columns2 {
-webkit-column-width: 360px;
-moz-column-width: 360px;
column-width: 360px;
}

table.small {
	font-size: .8em;
}