/*****
*
* Name:     playDescription.css
* Author:   Robert Sherwood
* Email:    lndrws@yahoo.co.uk
* Created:  2010-07-10
*
*****/


/*****
* content
*****/

#content caption {
  font-weight: bold;
  margin: 0em auto .5em auto;
  padding: 0em 0em .5em 0em;
  border-bottom: 1px solid black;
}

#content table th {
  text-align: center;
}

#content table th.scene {
  font-weight: bold;
  font-style: italic;
  padding-top: .3em;
}

#content table td {
  vertical-align: top;
  text-align: left;
  margin: 0em;
  padding: 0em .5em .1em .5em;
}

#content td.character {
  width: 10em;
  text-align: right;
}
