﻿body {
}

h2 {
    color: #000;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
}
h3 {
    color: #000;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
}

.caption {
    text-align: center;
    background-color: transparent;
}

.rates {
    background-color: transparent;
}
/*
table {
    table-layout: fixed;
    width: auto;
}

th:nth-child(1) {
    width: 150px;
}

th:nth-child(2) {
    width: 70px;
}

th:nth-child(3) {
    width: 75px;
}

td:nth-child(1) {
    width: 150px;
}

td:nth-child(2) {
    width: 70px;
    text-align: right
}

td:nth-child(3) {
    width: 75px;
    text-align: right
}
*/
.extra-hops {
    color: darkblue;
    background-color: transparent;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
}