div.forReading {
  border-right : dashed 2px #ccc;
  width: 700px;
  margin-left: 5px;
}
h1 a.light_bg {
  color: #333;
}


table{
  border-spacing: 0px;
  margin: 10px;
}

table tbody tr:last-child td{
  border-bottom: none;
}
table tbody tr td {
  border-bottom: dotted 1px #333;
  height: 1.2em;
  padding-left: 10px;
  padding-right: 10px;
}

table thead {
  border-bottom: solid 2px #666;
}

table thead tr td {
  border-right: none;
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
  font-weight: bold;
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
table thead tr td:first-child { border-left: none;}

ul.variantList {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.variantList li {
	list-style-type: none;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

/* Classes */

.beta {
  color: #ce6e21;
}

.formError {
  color: #ce6e21;
}

.fieldWithErrors input {
  border: 2px solid #ce6e21;
}

.firstCol {
  min-width: 150px;
  height: 150px;
  /* background: orange; */
}

.variant00 {
  background: #ccf;
}

.variant01 {
  background: #ccc;
}

.variant10,.variant11 {
  background: #fff;
}

.vendor0 {
  background: #99f;
}

.vendor1 {
  background: #999;
}

.vendor0,.vendor1 {
  padding: 3px;
  font-weight: 600;
  color: #000;
}

/* IDs */

#header h2{
    color: #fffad5;
}

#mainNav em{
  font-weight: bold;
  color: #ededed;
  font-style: normal;
}

/*
#main {
  border:1px dashed #AAAAAA;
  margin-left:auto;
  margin-right:auto;
  width:750px;
}
*/
