.courseListItem {
    display: block;
    border: solid;
    border-width: 1px;
    border-color: rgb(224,224,224,1);
    margin-bottom: 10px;
  }

  .courseListItem .courseHeader {
    display: block;
    background: #EDEDED;
    color: #407596;
    padding: 0px
  }

  .courseListItem .courseHeaderButton {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    display: block;
    background: #EDEDED;
    color: #407596;
    padding: 15px
  }

  .courseListItem .courseHeaderButton .courseCategory {
    float: left;
  }

  .courseListItem .courseContent {
    padding: 0 18px;
    background-color: white;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .courseListItem .courseContent hr {
    width: 100%;
    color: #CCC;
    border: 1px solid #C1C2C3;
  }

  .courseListItem .courseCreditNote {
    float: left;
    font-size: 0.9em;
    background: #FFFFFF;
    padding: 5px 10px 5px 10px;
    margin-left:30px;
    color: #4A4D50;
    margin-right: 80px;
  }

  .notMemberDiv {
    margin: auto;
    width: 80%;
    text-align: center;
  }

  .notMemberDiv hr {
    width: 80%;
    color: #CCC;
    border: 1px solid #C1C2C3;
  }

  .readyToStart hr {
    width: 80%;
    color: #CCC;
    border: 1px solid #C1C2C3;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .notMemberParagraphDiv {
    margin: auto;
    width: 55%;
    text-align: center;
  }

  .animateIcon {
    float: right;
    display: block;
    font-size: 32px;
    line-height: 0px;
    margin-top: 10px;
  }

  .downloadIcon {
    height: 28px;
  }

  .gradFAQ {
    width: 73%;
    margin: auto;
  }

  .gradFAQ ul {
    padding-left: 1px;
  }