
.win {
  background-color: #ccffcc;
}

.loss {
  background-color: #eeccbb;
}

.draw {
  background-color: #ffffcc;
}

.washout {
  background-color: #ccccff;
}

.lightwin {
  background-color: #eeffee;
}

.lightloss {
  background-color: #ffeedd;
}

.lightdraw {
  background-color: #ffffee;
}

.lightwashout {
  background-color: #eeeeff;
}

.lefthalf,.righthalf {
  border-collapse: collapse;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #7f7f7f;
}

.lefthalf {
  border-left-width: 1px;
  border-right-width: 0px;
}

.righthalf {
  border-left-width: 0px;
  border-right-width: 1px;
}

.resultlink {
  color: #000000;
  text-decoration: none;
}

.resultlink:hover {
  color: #0000ff;
  text-decoration: underline;
}

.greybox {
	border-collapse: collapse;
  border-width: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: #7f7f7f;
}
