﻿.SamplingDetailPage #app .letter-list a,
.SamplingListPage #app .letter-list a,
.TherapyRecommendationPage #app .letter-list a,
.TherapyRecommendationListPage #app .letter-list a {
  margin-right: 5px;
  margin-bottom: 5px;
  display: block;
  float: left;
}
.SamplingDetailPage #app .content-listing,
.SamplingListPage #app .content-listing,
.TherapyRecommendationPage #app .content-listing,
.TherapyRecommendationListPage #app .content-listing {
  padding-top: 32px;
}
.SamplingDetailPage #app .form-check-input,
.SamplingListPage #app .form-check-input,
.TherapyRecommendationPage #app .form-check-input,
.TherapyRecommendationListPage #app .form-check-input {
  margin-left: 0;
}
.SamplingDetailPage #app h2,
.SamplingListPage #app h2,
.TherapyRecommendationPage #app h2,
.TherapyRecommendationListPage #app h2 {
  margin-top: 0.8rem;
  margin-bottom: 0;
  display: block;
  clear: both;
}
.SamplingDetailPage #app div a,
.SamplingListPage #app div a,
.TherapyRecommendationPage #app div a,
.TherapyRecommendationListPage #app div a {
  display: block;
}
.SamplingDetailPage #app a span small.text-muted,
.SamplingListPage #app a span small.text-muted,
.TherapyRecommendationPage #app a span small.text-muted,
.TherapyRecommendationListPage #app a span small.text-muted {
  text-decoration: none !important;
}
.SamplingDetailPage #app a:hover span small.text-muted,
.SamplingListPage #app a:hover span small.text-muted,
.TherapyRecommendationPage #app a:hover span small.text-muted,
.TherapyRecommendationListPage #app a:hover span small.text-muted {
  text-decoration: none !important;
}
.SamplingDetailPage #app div div,
.SamplingListPage #app div div,
.TherapyRecommendationPage #app div div,
.TherapyRecommendationListPage #app div div {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5rem;
}
.SamplingDetailPage #app .text-filter,
.SamplingListPage #app .text-filter,
.TherapyRecommendationPage #app .text-filter,
.TherapyRecommendationListPage #app .text-filter {
  margin-bottom: 24px;
}