h2 {
    border-bottom: solid 2px;
    border-color: inherit;
    color: inherit;
    clear: both;
    display: table;
    font-size: 40px;
    font-weight: 700;
    float: left;
    line-height: 60px;
    padding-bottom: 5px;
    margin-top: 0 !important;
    margin-bottom: 25px;
}


#list_of_participants{
    display: table;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0;
    list-style: none !important;
  }

  #list_of_participants li{
    display: block;
    margin-bottom: 10px;
  }

  #list_of_participants li span{
    font-weight: 700;
    font-style: italic;
  }