 /* ========================================================================
       LOCAL FONT FACE DECLARATIONS (TTF FALLBACK)
       ======================================================================== */
    @font-face {
      font-family: "Raleway";
      font-style: normal;
      font-weight: 400;
      src: local("Raleway Regular"), local("Raleway-Regular"),
           url("/assets/fonts/raleway/Raleway-VariableFont_wght.ttf") format("truetype");
      font-display: swap;
    }
    @font-face {
    font-family: "Raleway";
    src: local("Raleway Variable"), local("Raleway-Variable"),
         url("/assets/fonts/raleway/Raleway-VariableFont_wght.ttf") 
         format("truetype-variations");
    font-weight: 100 900; /* Weight range supported by the variable font */
    font-style: normal;
    font-display: swap;
  }

.rightcsv {
	margin-bottom: 20px;
	text-align: right;
}

.rightcsv .tooltiptext {
	visibility: hidden;
	width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 5px;
    position: absolute;
    z-index: 1;
	right: 160px;
    opacity: 0;
    transition: opacity 0.75s;
	font-family: "Raleway", sans-serif;
	font-size: .8em;
}

.rightcsv:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

table
br {
	mso-data-placement: same-cell;
}
tr {
	vertical-align: top;
}
td {
	text-align: center;
}
/*.tooltip {
	display: none;
      position: absolute;
      background-color: #333;
      color: #fff;
      padding: 6px 10px;
      border-radius: 4px;
      font-size: 14px;
      z-index: 1000;
      pointer-events: none;
	font-family: "Raleway", sans-serif;
}*/
.gtmhid {
	display: none;
	visibility: hidden;
}
