html {
  position: relative;
  width: 100%;
  min-height: 100%;
}

body {
  padding-top: 50px; /* Move down content because we have a fixed navbar that is 50px tall */
  width: 100%;
  height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  background-color: #f5f5f5;
  padding-top: 20px;
  font-size: 90%;
}

.logo {
  width: 95px;
  height: 95px;
  margin: auto;
  margin-bottom: 20px;
}

.alt-logo {
  width: 95px;
  height: 38px;
  margin: auto;
  margin-bottom: 20px;
}

.col-md-8 {
    text-align: justify;
}

.list-participants {
  text-align: center;
  list-style-type: none;
}

.row-participants {
  padding-top: 40px;
}

.detail {
  padding: 15px;
  font-size: 90%;
}


