.container {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 2rem;
  background-color: white;
}
.card {
  position: relative;
  margin: 1rem;
  padding: 1rem;
  min-height: calc(50px + 2rem);
  cursor: pointer;
}
.card.selected {
  background-color: #333;
  color: #fff;
}
.card:not(.selected):hover {
  background-color: red;
}
.card::after {
  content: "";
  clear: both;
  display: block;
}
.card h3,
.card p {
  padding-left: 60px;
  margin-bottom: 0;
}
.card img {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.card button {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: none;
}
.card.selected button {
  display: inline-block;
}
.page {
  padding: 1rem;
}
.loading_page {
  text-align: center;
}
.loading_container {
  border: 1px solid #ccc;
  padding: 1rem;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.loading_container .fa {
  position: absolute;
  top: 50%;
  vertical-align: middle;
  left: 1rem;
  line-height: 2rem;
  margin-top: -1rem;
}
.loading_container p {
  padding-left: 2rem;
  margin-bottom: 0;
}
.explanation_section {
  padding: 1rem;
}
p {
  opacity: 1;
  color: black;
  font-size: 1.3rem;
  font-weight: 500;
}
.top_panel {
  padding: 1rem;
}
em {
  font-weight: 700;
}
.results th,
.results td {
  vertical-align: middle;
}
.result {
}
.result:last-child {
  border-bottom: none;
}
.result img {
  width: 100%;
}
.result .insights {
}
.insight,
.basic {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.insight:after {
  content: "";
  border-bottom: 1px #ccc solid;
  display: block;
  width: 90%;
  margin-top: 0.5rem;
}
.insight h3 {
  margin-bottom: 0;
}
.insight h1 {
  padding-top: 0;
  margin-bottom: 0;
}
.insight small {
  margin-bottom: 2rem;
}
.basic h6 {
  margin-bottom: 0;
}
.basic h5 {
  padding-top: 0;
  margin-bottom: 0;
}
.basic small {
  margin-bottom: 1rem;
}
.main-logo {
  display: inline-block;
  width: 20%;
  min-width: 200px;
  margin-top: 1rem;
  margin-bottom: 0;
}
#simplePrompt .modal-dialog * {
  word-break: break-word;
}
.btn.fb-logo,
.btn.btn-primary {
  background: white;
  border: 1px solid black;
  color: black;
}
.btn.fb-logo:focus,
.btn.btn-primary:focus,
.btn.fb-logo:hover,
.btn.btn-primary:hover,
.btn.fb-logo:active,
.btn.btn-primary:active {
  color: black;
}
.btn.fb-logo img {
  width: 2rem;
  margin-right: 0.5rem;
  position: relative;
  top: -0.1rem;
}
.btn.fb-logo img.sub {
  display: none;
}
.btn.fb-logo:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled):active {
  background-color: black;
  color: white;
  border-color: black;
}
.btn.fb-logo:not(:disabled):not(.disabled):active img.main {
  display: none;
}
.btn.fb-logo:not(:disabled):not(.disabled):active img.sub {
  display: inline-block;
}
p.one-line.dcollapse {
  white-space: nowrap;
  display: block;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
p.one-line.dcollapse:before {
  display: block;
  content: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  right: 15px;
  cursor: pointer;
  position: absolute;
}
.results table {
  table-layout: fixed;
}
.results table th,
td {
  width: auto;
  text-overflow: inherit;
}
.results table th:first-child {
  width: auto !important;
}
.results table th:last-child {
  width: auto !important;
}
@media (max-width: 767px) {
  .container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .result img {
  }
  .result .insights {
  }
  .insight,
  .basic {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 415px) {
  .results table {
    font-size: 0.9rem;
  }
}
@media (min-width: 576px) {
  #simpleRedirectPrompt .modal-dialog {
    max-width: 768px;
  }
}
