/*================================================================
	Tables
================================================================*/

.main table {
  background: #fff;
  width: 100%;
  margin: 18px 0;
  padding: 0;
  border-collapse: collapse;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.main th {
  border-bottom: 1px solid #000;
  color: #000;
  font: bold 14px Helvetica, Arial, sans-serif;
}

.main th, .main td {
  font-size: 13px;
  padding: 4px 12px !important;
  text-align: left;
}

.main th.center, .main td.center {
  text-align: center;
}

.main th.right, .main td.right {
  text-align: right !important;
}

.main tbody tr {
  border-top: 1px solid #ccc;
}

.main tr.odd {
  background: #eee;
}

.main tr.even.selected {
  background: #f5f7cd;
}

.main tr.odd.selected {
  background: #e3e893;
}
