#support {
    position: relative;
  }
  .supportdropdown {
    width: 500px;
    background: rgb(59, 59, 59);
    position: absolute;
    border-radius: 4px;
    z-index: 2;
    top: 94%;
    right: -76%;
    border: 1px solid rgb(117, 115, 115);
    padding: 10%;
  }
  #item-support .column {
    column-count: 2;
    column-gap: 15px;
    column-rule: 1px solid rgb(117, 115, 115);
    margin-top: 6px;
  }
  div.arrow-up-outer {
    position: absolute;
    width: 0px;
    height: 0px;
    border-color: rgb(117, 115, 115) transparent;
    border-style: solid;
    border-width: 0px 12px 12px;
    top: -12px;
    right: 72px;
  }
  div.arrow-up-inner {
  position: absolute;
    width: 0px;
    height: 0px;
    border-color: rgb(59, 59, 59) transparent;
    border-style: solid;
    border-width: 0px 11px 11px;
    top: -10px;
    right: 73px;
  }
  .partnerlinks {
    list-style: none;
    text-align: left;
    font-size: 15px;
    padding: 10px;
    margin-bottom: 0px;
  }
  .partnerlinks a:hover {
    color:#02b9c7;
  }
  .onlinestatus {
    font-size: 12px;
    text-transform: uppercase;
    color: red;
  }
  .onlinestatus.online {
    color: rgb(51, 255, 51);
  }
  .supportdropdown a.chat-trigger:hover {text-decoration:none;}
  .chattitle {text-transform: uppercase;font-weight: bold;}
  .chat-status .chat-trigger:hover {opacity:0.7;}
  .chat-status .chat-trigger {transition: all 0.15s ease-in;display:block;}

.opening-hours {
  padding: 10px;
  float: left;
}