  table.padded {
    background-color: white;
    width: 100%;
/*    max-width: 1050px;*/
    margin-left: auto;
    margin-right: auto;
    border: 2px solid grey;
    }
  table.padded td { 
    padding: 0.3em;
    text-align: center;
    vertical-align: top;
    }
  #runDetails {
    vertical-align: middle;
    }
  #runDetails h1 {
    font-family: Times New Roman;
    color: darkviolet;
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 0em;
    margin-bottom: 0em;
    }
  #runDetails h2 {
    font-family: Arial;
    color: darkviolet;
    font-size: 1.0em;
    font-weight: normal;
    margin-top: 0em;
    margin-bottom: 0em;	
    }
  p {
    font-weight: normal;
    margin-top: 0em;
    }
  ol {
    margin-left: -1.2em;
    }
  ul {
    margin-left: -1.6em;
    }
  .caption {
    font-family: Arial;
    font-size: 0.8em;
    color: black;
    font-weight: normal;
    }
  .caption img {
    max-height: 267px;
    max-width: 267px;
    }
  .idxBanner {
    width: 100%;
    overflow: auto;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0.5em;
    }
  .idxArchiveHome {
    float: left;
    }
  .idxRunSelect {
    background-color: darkseagreen;
    font-size: 1.0em;
    color: white;
    border-spacing: 1px;
    }
  .idxRunSelect td {
    background-color: #004080;
    padding: 0 0.3em 4px 0.3em;
    text-align: center;
    }
  .idxNav td {
    padding-bottom: 1px;
    }
  .idxRS--19xx td {
    padding-bottom: 3px;
  }
  .idxLink {
    text-decoration: none;
    color: white;
    }
  .idxLink:hover {
    cursor: pointer;
    color: cyan;
    }
  .idxBtnFirst:before {
    content: url('/images/btn_firstPage.gif');
    }
  .idxBtnFirst:hover:before {
    content: url('/images/btnSelect_firstPage.gif');
    }
  .idxBtnLast:before {
    content: url('/images/btn_lastPage.gif');
    }
  .idxBtnLast:hover:before {
    content: url('/images/btnSelect_lastPage.gif');
    }
  .wurdzFrame  {
    height: 730px;
    width: 100%;
    border: none;
    }
  .idxbgBody {
    margin: 2em auto 0 auto;
    max-width: fit-content;
    }
  .idxbgImgHolder {
    float: none;
    text-align: center;
    }
  .idxbgImgHolder--dual {
    float: left;
    padding: 1em;
    }
  .idxbgImg {
    max-width: 95%;
    border: solid black 1px;
    }
  .idxbgImgHolder--dual .idxbgImg {
    max-height: 600px;
    max-width: 45%;
    }
  .caption1 {
    font-family: Verdana;
    color: orangered;
    font-size: 0.7em;
    font-weight: bold;
    }
  @media only screen and (max-width: 801px) {
    #runDetails h1 {
      font-size: 0.9em;
      }
    #runDetails h2 {
      font-size: 0.8em;
      }
    .idxLink {
      font-size: 1.0em;
      }
    table.padded td:not(.caption) img {
      max-width: 100%;
      }
    .caption img {
      max-height: 167px;
      max-width: 167px;
      }
    .caption1 img {
      max-height: 167px;
      }
    }