     
     .section-content.program h2 {
      font-variant: normal;
      font-weight: 100;
      font-size: 32px;
     }

     .section-content.program p {
       font-size: 18px;
       margin-bottom: 48px;
     }

     .section-content.program p b {
       font-size: 22px;
       font-weight: 300;
       text-transform: uppercase;
     }    

     .section-content.program p ul {
       margin-top: 0px;
     }

     .section-content.program li {
       font-size: 18px;
       margin-bottom: 18px;
     }

     .section-content.program b {
        margin-right: 6px;
     }

     .section-content.program i {
        border-bottom: 1px dotted #c0c0c0;
     }


     table.program {
      font-variant: normal;
      font-weight: 100;
      font-size: 14px;
      text-align: left;
      border-spacing: 0px 24px;
      margin-bottom: 32px;
      vertical-align: top;
     }

     table.program th {
       font-variant: normal;
       font-weight: 100;
       font-size: 12px;
       font-size: 14px;
       text-transform: uppercase;
     }

     table.program td {
       font-variant: normal;
       font-weight: 100;
       font-size: 18px;
       font-size: 22px;
       padding-right: 32px;
       vertical-align: top;
     }

     table.program td:first-child {
       font-family: "Azeret Mono";
       font-size: 14px;
       font-size: 16px;
       font-weight: 300;
       white-space: pre-wrap;
     }

     table.program small {
       display: block;
       margin-top: 10px;
       margin-left: 144px;
       font-size: 12px;
       font-size: 14px;
       font-style: italic;
     }

     table.program td b {
        font-size: 16px;
        margin-right: 8px;
     }

     table.program td em {
        display: inline-block;
        width: 12px;
        border-left: 4px solid #c0c0c0;
     } 

     table.program td em.program-location {
        display: inline-block;
        width: auto;
        font-size: 16px;
        border-left: 0px solid black;
        margin-right: 6px;
        width: 132px;
     }  