@charset "UTF-8";
/* CSS Document */
.archiveListing {
    width: 100%;
  }
  .archive-list-row {
    list-style: none;
    border-top: solid 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    margin-left: -40px;
  }
  .link-fix-ccm {
    background-color: white;
    padding: 15px;
  }
  .program-thumb {
    width: 100%;
    max-width: 133px;
    text-overflow: ellipses;
    overflow: hidden;
    height: 75px;
  }
  .program-title {
    Font-size: 18px;
    color: #ff000;
    font-weight: bold;
  }
  .program-sub-title {
    Font-size: 16px;
    color: #ff000;
    font-weight: bold;
  }
   a.program-title {
    Font-size: 18px;
    color: #ff000;
    font-weight: bold;
  }
  a.program-sub-title {
    Font-size: 16px;
    color: green;
    font-weight: bold;
  }
  .program-description {
    font-size: 12px;
    padding-bottom: 5px;
    color: #000000;
  }
  .program-link {
  }
  .agenda-link {
  }
  .pagination li {
    display: inline-block;
    padding:5px;
  }