/* Style for Tables in Post */

.tabel
{
  padding: 2;
  margin: 0;
  width: 470px;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #000;
  background: #bcd0e4;
}

.tabel caption
{
  caption-side: bottom;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
  padding: 0.5em 0;
}

.tabel th, .tabel td
{
  border: 1px dotted #666;
  padding: 0.5em;
  text-align: left;
  color: #000;
}

.tabel th[scope=col]
{
  color: #000;
  background-color: #8fadcc;
  text-transform: uppercase;
  font-size: 0.9em;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

.tabel th+th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  border-right: 1px dotted #666;
}

.tabel th[scope=row]
{
  background-color: #b8cfe5;
  border-right: 2px solid #333;
}

.tabel tr.alt th, .tabel tr.alt td
{
  color: #2a4763;
}

.tabel tr:hover th[scope=row], .tabel tr:hover td
{
  background-color: #245582;
  color: #fff;
}
