body {
  background-color: White;
  text-align: center;
}

body, table {
  font-family: Arial, sans-serif;
  font-size: 90%;
}

.copyright {
  font-size: 70%;
}

table.optiontable {
  border-collapse: collapse;
  border: solid 1px #2D599C;
}

table.optiontable th {
  background-color: #B3C9EA;
}

table.optiontable td, table.optiontable th {
  margin: 0px;
  padding: 5px 20px 5px 10px;
}

.cellVersion, .cellNothing, .cellDownload, .cellInstall {
  text-align: center;
}

.cellVersion {
  font-weight: bold;
}

tr.row1 td {
  background-color: #E9EFF7;
}

tr.botheaderrow th {
  border-bottom: solid 1px #2D599C;
}

tr.topfooterrow th {
  border-top: solid 1px #2D599C;
}

tr.rowsep td {
  border-top: dashed 1px #2D599C;
}

div.appName {
  color: #40679F;
  font-weight: bold;
  margin-bottom: 0.5em;
}

tr.topfooterrow input {
  background-color: #D0E0F8;
  font-size: 90%;
  font-weight: bold;
  border: solid 1px black;
  padding: 1px 15px 1px 15px;
}
