@charset "utf-8";
/* CSS Document */
picture p {
  font-size: 18px;
  align-content: center;
  /* float: left; */
  max-width: 620px;
  display: block;
  margin-bottom: 0px;
  margin-top: 15px;
  line-height: 1.6;
  margin-left: 5px;
  margin-right: 5px;
}
.sampDiv {
  display: flex;
  /* flex: auto; */
  align-items: center;
  flex-direction: column;
  font-size: 18px;
}
.sampDiv p {
  display: inline-block;
  width: 220px;
  font-size: 18px;
  line-height: 17px;
  margin-bottom: 7px;
  margin-left: 0px;
}
.outerBox {
  display: block;
  border: 1px solid grey;
  width: 225px;
  background-color: #FFFFFF;
  padding: 5px;
  /*    width: 100%;*/
  border-radius: 8px;
  border: 1px solid #D6DAE4;
  overflow: hidden;
  margin-right: 13px;
  margin-top: 13px;
}
h4 {
  color: #000000;
  font-size: 18px;
  line-height: 31px;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 600;
  margin-bottom: 15px;
  /*            font-weight:bold;*/
  /*            font-size:16px;*/
  font-family: "Open+Sans", sans-serif;
  width: 100%;
  text-align: center;
  display: block;
  /*    margin-left: 41px;*/
}
.stars {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  width: 117px;
  margin: 0 auto;
}
.reviewText p {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  width: 220px;
  color: darkgray;
  margin: 0 auto;
  font-family: "Open+Sans", sans-serif;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 15px;
}
.avatarImage {
  position: relative;
  margin-left: calc(50% - 37.5px);
  border: 5px solid #fff;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  /*
    background-position: 50%;
    background-size: cover;
    background-image: url(https://platform-lookaside.fbsbx.com/platform/profilepic/?psid=2673491452667816&height=128&width=128&ext=1629402488&hash=AeTBFekU4q_5ltzXfbg);
*/
}
.avatarImage img, .stars img, .socialSource img {
  margin: 0px !important;
  margin-bottom: 0px !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0px !important;
}
.avatarImage img:hover, .stars img:hover, .socialSource img:hover {
  border: none !important;
  padding: 0px !important;
  cursor: pointer !important;
}
/*
.inner-wrap h2 {
  color: #703b18;
  font-size: 25px;
  line-height: 39px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 200;
  text-decoration: none;
  margin-left: 17px;
}
*/
.stars {
  width: 157px;
  color: #3b5998;
  font-size: 22px;
  overflow: hidden;
  justify-content: space-around
}
.stars img {
  display: inline-block !important;
  margin: 0 3px !important;
  padding: 0 !important
}
#reviewsFrame {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.socialSource img {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}
.socialSource {
  font-size: 18px;
  font-weight: normal;
  /*            text-align:center;*/
  /*            width:220px;*/
  color: darkgray;
  margin: 0 auto;
  font-family: "Open+Sans", sans-serif;
  line-height: 1.5;
  margin-top: 25px;
  width: 140px;
}