
#scripts tr.show-title td {
  font-weight: bold;
}
#scripts tr.show-message {
  font-weight: normal;
  color: #999;
}
#scripts tr.show-populated {
  display: none;
}
.script-show {
  background-color: #ff6;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 3px;
}
a.script-demo-backlink,
a.script-demo-backlink:link,
a.script-demo-backlink:visited {
  background-color: #B4D7F0;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  color: #000;
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-size: small;
  line-height: 20px;
  left: 20px; /*LTR*/
  padding: 5px 10px;
  position: fixed;
  z-index: 499;
}
a.script-demo-backlink:hover {
  text-decoration: underline;
}

a.todays-date {
  background: #ccc;
}

.item-list .view-presenter-link {
  margin: 0 0 0 10px;
  font-size: .8em;
}

#script_container .script-item {
  padding: 0 0 30px;
  border-bottom: 2px dotted #ccc;
  margin: 10px 0 20px;
}

.script-item h2 {
  font-size: 2.3em;
}

#script_container .script-item .script-body p,
#script_container .script-item .audio_item,
#script_container .script-item .script-body
{
  font-family: "Times New-Roman", serif;
  font-size: 16pt;
  line-height: 2em;
}


