.help .help-menu {
  width: 180px; }
  .help .help-menu ul {
    margin: 0;
    padding: 0; }
    .help .help-menu ul li {
      list-style-type: none;
      padding: 5px 0; }
      .help .help-menu ul li:first-of-type {
        padding: 12px 0 5px 0; }
.help .help-content {
  width: 800px; }

iframe {
  border: none; }

h2#video-title {
  font-size: 12px;
  margin: 10px 0 0 0; }

#video-list .videos {
  border-bottom: 1px solid #B9B9B9;
  font-weight: bold;
  padding-bottom: 3px;
  width: 100%; }
#video-list ul {
  margin: 0 0 15px 0;
  padding: 0; }
  #video-list ul li {
    border-bottom: 1px solid #D9D9D9;
    height: 20px;
    line-height: 20px;
    list-style-type: none;
    padding: 5px 0 5px 25px; }
  #video-list ul li.play {
    background: url("/howtovideos/play_icon_gray.gif") 0px 5px no-repeat; }
  #video-list ul li.playing {
    background: url("/howtovideos/play_icon_blue.gif") 0px 5px no-repeat; }

.transcript {
  text-align: right; }

table.faq {
  margin-top: 10px; }
  table.faq tr:nth-child(odd) {
    background-color: inherit; }
  table.faq tr th {
    background-color: inherit;
    color: inherit;
    font: inherit;
    padding: 0; }
  table.faq tr td {
    background-color: inherit;
    color: inherit;
    font: inherit;
    padding: 0 3px; }
  table.faq tr td.bold {
    font-weight: bold; }
