.sv_div p {
  margin-bottom: 1em;
}

.sv_div .gamename {
  font-weight: bold;
  font-style: italic;
}

.sv_div .alpha_bg {
  background: url(/website_dev/images/green-fade-bg.png);
  padding: .4em;
}

.sv_div .justify {
  text-align: justify; 
}

.sv_div h2 {
  font-size: 1.25em;
  margin-bottom: 0.3em;
}

.sv_div p.feat-title {
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0.4em;
}

.sv_div p.feat-body {
  margin-left: 2em;
  margin-bottom: 1.6em;
}

.sv_div ol {
  margin-left: 4em;
}

.sv_div div.see-also-teaser {
  font-size: 1.6em;
  text-align: left;
  margin-left: 1.2em;
  margin-right: 1.2em;
  
  padding: 0.6em;
  background-color: #f3fbbf;
  
  border: 1px solid #cccccc;
}

.sv_div div.see-also-teaser ul {
  margin: 0.2em 0em 1.2em 1.2em;
  font-size: 0.8em;
  list-style-type: none;
}

.sv_div div.see-also-teaser .inactive {
  color: #8b8b8b;
}


