html,body {
   margin: 0;
   padding: 0;
}
.hellobox-inline-wrapper{
  float:left;
  /*background: #f5f5f5;*/
  background: transparent;
  color:#333;
  padding-top:20px;
  width:100%;
  box-sizing: border-box;
  margin:0;
  text-align:left;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif !important;
}
.hellobox-inline-wrapper p, .hellobox-inline-wrapper h4{
  margin:4px;
  float:left;
  width:100%;
}
.hellobox-inline-wrapper img {
  height: 70px;
  width: 70px;
  border-radius:50%;
  float:left;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
  border: 10px solid #999;
}
.img_wrapper{
  display:block;
  position: relative;
  width:90px;
  height:90px;
  float:left;
  margin-right:-10px;
  margin-bottom:7px;
  cursor:pointer;
}
.hellobox-inline-wrapper .img_wrapper::after {
  content: " ";
  position: absolute;
  top: calc(100% - 3px);
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #999 transparent transparent  transparent;
}
.hellobox-inline-wrapper .inline_contact_button {
  display:none;
  color: #4AC959;
  background: #cdfcd1;
  cursor:pointer;
  font-size: 28px;
  height:56px;
  width:56px;
  line-height:56px;
  text-align:center;
  border-radius:50%;
  float:left;
  margin-left:-5px;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.05);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position:relative;
}
.hellobox-inline-wrapper .inline_contact_button:hover {
  margin-top:-5px;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
}
.inline_contact_button .tooltiptext {
  width: 80px;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  z-index: 1;
  left:-17px;
  top:110%;
  display:inline;
  font-size:12px;
  opacity: 0;
  transition: opacity .6s;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif !important;
  font-weight:normal;
}
.inline_contact_button:hover .tooltiptext {
  opacity: 1;
}
.inline_contact_button .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* Show arrow at the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0,0,0,0.7) transparent;
}
 .business_hours_launcher{
   text-decoration:none;
   color: inherit;
   margin-left:5px;
   float:left;
   width:100%;
 }
 .business_hours_launcher:hover{
   text-decoration: underline;
 }
 .business_hours_launcher .fa-circle{
   position:absolute;
   z-index:2;
   top:-2px;
   left: -2px;
   font-size: 9px;
   display:none;
 }
 .business_hours_launcher  .fa-caret-up{
   font-size: inherit;
   margin-left:7px;
 }
 .business_hours_launcher  .fa-clock{
   position:relative;
   margin-right:5px;
   z-index:10;
 }
 .open {
     color: #8AC007 !important;
 }
 .closed {
   color:red !important;
 }
