﻿/* Copyright 2018-2019 Epic Systems Corporation */
.Popup.small p {
  text-align: left;
}

.CareEverywherePopup.Popup.small {
  width: 37%;
}

.statusBadge {
  border-style: solid;
  border-width: 1px;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.statusBadge.CareEverywhere [class*=col-] {
  align-self: center;
}
.statusBadge.positive.CareEverywhere h2 {
  padding-top: 0;
}

.sharingfaq dd {
  margin-bottom: 1.5rem;
}

.small-info-text {
  color: #565656;
  font-size: 0.8rem;
  line-height: 1rem;
  display: inline-block;
}

#moreWaysToShare .icon {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2.5rem 0 0;
  float: left;
  background-size: contain;
}
#moreWaysToShare span {
  display: inline-block;
  margin: 0 0 0 3.2rem;
}

@media only screen and (max-width: 768px) {
  #CareEverywhereButtonDiv {
    text-align: center;
  }
}
.CareEverywhereContactBadge {
  max-width: 600px;
  align-items: center;
  display: flex;
}
.CareEverywhereContactBadge .ContactUsText {
  margin-left: 1rem;
}

.communityFAQAnswer ul {
  padding-left: 20px;
  list-style-type: disc;
}
