body { font-family: arial, verdana, sans-serif; }
h1 { color:#253746; font-size:20px; font-weight:bold; }
h2 { color:#5b7e96; font-size:16px; font-weight:bold; }
h3 { color:#5b7e96; font-size:14px; font-weight:bold; }
#tblHead { background-color:#DCE6F1; font-weight:bold; font-size:14px; }
table, td, th {border-style: none;}
td {padding-left:5px;padding-right:5px; }
canvas { background: #fff; }
a:link { color: #5b7e96; }
a:visited { color: #5b7e96; }

.button {
  background-color: #54585a;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.button-fire {
  background-color: #C1121C;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.button-ctrl {
  background-color: black;
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.button-emul {
  background-color: #5b7e96;
  border: none;
  color: white;
  padding: 4px;
  width: 60px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

.pad {
  background-color: #b2b4b2;
  width: 492px;
  padding: 5px 10px;
}

.romlist {
  width: 256px;
}
