/**
 * CSS for multiple sponsor page
 */
.modal-content-width {
  width: 768px;
}
@media (max-width: 767px) {
  .modal-content-width {
    width: 100%;
    max-width: 100%;
  }
}

.title {
  margin-bottom: 35px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.redirect-links .subtitle {
  margin-bottom: 20px;
  color: #777;
}
.redirect-links > ul li {
  font-size: 16px;
}
.redirect-links > ul .sponsor-info {
  margin-top: 5px;
}
.redirect-links > ul .sponsor-name {
  font-weight: bold;
}
.redirect-links > ul .sponsor-type {
  margin-left: 30px;
  font-weight: bold;
  font-size: 14px;
}
.redirect-links > ul .sponsor-desc {
  margin-left: 30px;
  font-size: 12px;
}
.redirect-links .guide {
  margin-top: 50px;
  color: #777;
}
