/* Companion Custom CSS over-rides for [ Casino Freispiel ]: suvidefault - 2.3 */
table{
  margin: .5em 0 1em;
  border-bottom: 3px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

table td, table th{
  text-align: left;
  padding: .1em .4em;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

table th{
  background: #ebebeb;
  border-bottom: 2px solid #d9d9d9;
}

table tr.odd{
  background: #ebebeb;
}

table tr:hover{
  background: #008F47;
  color: #fff;
}
table tr:hover a {
  text-decoration: underline;
  color: #fff;
 
}
