#thank_you_list {
  float: left;
  clear: both;
  margin: 15px 0 60px 0;
  border: solid 2px #61afff;
  width: 100%;
}

#thank_you_list h3 {
  margin-top: 10px;
  margin-left: 18px;
  background-image: url(/wp-content/themes/bb_recruit/images/thankstitle.png);
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  color: #FFF;
  font-size: 0px;
  padding: 18px;
}

#thank_you_list ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#thank_you_list ul li {
  /*width: 228px;*/
  width: 23%;
}
#thank_you_list ul li p {
   margin-bottom: 5px !important;
   width: 100%;
   overflow-wrap: break-word;
}
.thanks-bximg {
  /*height: 176px;*/
  height: 108px;
  text-align: center;
}

.thanks-img {
  max-width: 100%;
  max-height: 100%;
}

.thanks-display-none {
  display: none;
}

.good-balloon {
  padding: 4px 9px;
  background-image: url(/wp-content/themes/bb_recruit/images/goodBalloon.png);
  background-repeat: no-repeat;
  vertical-align: super;
  background-size: 100% 100%;
}
