.tooltip-style {
  min-width: 120px;
  background-color:rgba(31,41,71,.75);
  font-size:14px;
  font-weight:400;
  color:#fff;
  border-radius: 4px;
  border: 1px solid #1F2947;
  box-shadow: 0 1px 5px 0;
  padding:10px;
  text-align: left;
}
.tooltip-style table {
  width: 100%;
}
.tooltip-style thead {
  border-bottom: 1.5px solid #8C8C8C;
}
.tooltip-style tbody tr:first-child td {
  padding-top: 8px;
}
.tooltip-style tr td:last-child, .tooltip-style tr th:last-child {
  text-align: right;
}
.tooltip-style td, .tooltip-style th {
  line-height: 25px;
  font-weight: 400;
}
.tooltip-style th {
  line-height: 30px;
}