
table.sonraki {
  background-color:#fff;
  color: #333;
  font-family: sans-serif;
  font-size: .9em;
  font-weight: 300;
  text-align: left;
  line-height: 30px;
  border-spacing: 0;
  border: 1px solid #2c156d;
  width: 100%;
  margin-top: 20px;
}

table {
  background-color:#fff;
  color: #333;
  font-family: sans-serif;
  font-size: .9em;
  font-weight: 300;
  text-align: left;
  line-height: 30px;
  border-spacing: 0;
  border: 1px solid #ff6600;
  width: 100%;
}

thead tr:first-child {
  background: #ff6600;
  color: #fff;
  border: none;
}

thead tr.sonraki:first-child {
  background: #2c156d;
  color: #fff;
  border: none;
}

th {font-weight: bold;}
th:first-child {padding: 0 15px 0 20px; width:5%; font-weight:bold; font-size:13pt;}
td:first-child {padding: 0 15px 0 20px; width:5%; font-weight:bold; text-decoration:underline;}

thead tr:last-child th {border-bottom: 2px solid #ddd;}

tbody tr:hover {background-color: #f0fbff;}
tbody tr:last-child td {border: none;}
tbody td {border-bottom: 1px solid #ddd;}

td:last-child {
  text-align: left;
  padding-right: 10px;
}

.button {
  color: #428bca;
  text-align: center;
  text-decoration: none;
  padding-left: 15px;
}

.button:hover {
  text-decoration: underline;
  cursor: pointer;
}