html { min-height: 100%; }
body {
  background: #ffffff url("/static/img/bg.png") repeat-x bottom left !important;
  padding-top: 40px;
  padding-bottom: 160px;
}

#logo-trialy { width: 200px; }

.passes-bubble {
  display: block;
  height: 125px;
  width: 125px;
  background-color: #9DCC8F;
  border-radius: 50%;
  color: #fff;
  padding-top: 35px;
  margin-bottom: 20px;
  text-align: center;
  -ms-transform: rotate(15deg); /* IE 9 */
  -webkit-transform: rotate(15deg); /* Safari 3-8 */
  transform: rotate(15deg);
}

.passes-bubble strong {
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
}

.study-info dl > dd {
  margin-bottom: 0;
}

.enrollment { cursor: pointer; line-height: 1.9em; }
.enrollment:hover td { background-color: #f6f6f6; }
.enrollment .arrow { transition: transform 0.3s ease-out; transform: rotate(180deg); }
.enrollment.collapsed .arrow { transform: rotate(0deg); }

#previewEnrollmentModal li { margin-bottom: 6px; font-size: 0.9 em; }