.mts-trading-sundays {
  cursor: help;
  /*position: relative;
  text-align: center;*/
  width: 100%;
}

.mts-tooltip-box {
  position: absolute;
  z-index: 9999;
  white-space: pre-line;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,.15);
  background: #111;
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
  max-width: 260px;
  transform: translateY(6px);
}
