body > * {
    font-family: "Lato", sans-serif !important;
    color: #193e60;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #327bbf;
}

text {
    font-family: "Lato", sans-serif !important;
    color: #193e60;
}

.contract-type {
    font-size: 1.2em;
    margin-bottom: 0px;
    color:powderblue;
    margin-top: 0px;
    font-weight: bolder;
}

.contract-type:not(:first-child){
    margin-bottom: 10px;
}

.contract-year {
    font-size: 1em;
    margin-bottom: 0px;
    /* font-weight: bold; */
    font-weight: bolder;
}

.price-value {
    font-size: 1.3em;
    margin-top: 0px;
    font-family: sans-serif;
    margin-bottom: 1rem;
}

.price-value-today {
    font-size: 2.3em;
    margin-top: 0px;
    font-family: sans-serif;
    margin-bottom: 1rem;
    font-weight: bold;
}

.chart {
    flex: 1;
}

.fa-question-circle:before {
    content: "\f059"; 
}

.flex-container {
    display: flex;
    line-height: 1.4;
    color: white;
    font-family: sans-serif;
}

.flex-child {
    flex: 1;
}  

.flex-child:first-child {
    background-color:#327BBF;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 10px;
    margin-right: 10px;
    margin-bottom: auto;
    flex: 0 1 auto;
    white-space: nowrap;
    margin-top: 25px;
}

.tooltip-data {
    margin-top: 0px;
    font-family: sans-serif;
    margin-bottom: 1rem;
    /* font-style: italic; */
    text-decoration: underline;
    color:powderblue;
    text-align: left;
}

.tooltip-inner {
    max-width: 230px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: left;
    background-color: rgb(0, 0, 0);
    border-radius: 0.25rem;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 100;
    line-height: 1; /* Saadbag */
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1.3rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
