#rolodex {
    color: rgb(51, 51, 51);
    margin: 0 10px 0 10px;
}

.rolodex-index {
    display: flex;
    justify-content: center;
    align-items: center;
    color: lightgray;
}

.rolodex-index a {
    color: aqua; /*#3c8dbc;*/
    text-decoration: none;
    cursor: pointer;
}

.rolodex-index h2 {
    margin: 0 0 0 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 16pt;
}

.rolodex-index p {
    font-size: 14px;
}

.rolodex-index b {
    font-size: 14px;
}

.rolodex-list table {
    font-size: 14px;
}

.to-top {
    position: fixed;
    bottom: 5px;
    right: 0px;
    width: 150px;
    background-color: #eceff1;
    border-radius: 4px;
    font-size: 21pt;
    color: #337ab7;
    padding: 5px;
    z-index: 2;
    text-decoration: none;
}

.to-top:hover, .to-top:active, .to-top:focus {
    color: #72afd2;
}

.has-data {
    font-weight: normal;
}

.no-data {
    text-decoration: underline dashed;
    cursor: not-allowed;
}

.tooltip-trigger {
    display: inline-block;
    position: relative;
    text-decoration: underline dashed;
    text-align: left;
}

.tooltip-trigger .right {
    min-width: 400px;
    top: 50%;
    left: 100%;
    margin-left: 10px;
    transform: translate(0, -50%);
    padding: 5px 10px;
    color: #000000;
    background-color: #FFFFFF;
    font-weight: normal;
    font-size: 13px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    border: 1px solid #000000;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    display: none;
}

.tooltip-trigger:hover .right {
    display: block;
}

.tooltip-trigger .right i {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -12px;
    width: 12px;
    height: 24px;
    overflow: hidden;
}

.tooltip-trigger .right i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translate(50%, -50%) rotate(-45deg);
    background-color: #FFFFFF;
    border: 1px solid #000000;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

th {
    font-weight: bold;
    background-color: white;
    border-bottom: 1px solid black;
    padding: 0.5em 0 0.5em 0;
}

.cc th:nth-of-type(1) {
    width: 50%;
}

.cc th:nth-of-type(2) {
    width: 40%;
}

.cc th:nth-of-type(3) {
    width: 10%;
}

.hs th:nth-of-type(1), .hs th:nth-of-type(2) {
    width: 35%;
}

.hs th:nth-of-type(3) {
    width: 20%;
}

.hs th:nth-of-type(4) {
    width: 10%;
}

h2 {
    margin-top: 0.75em;
}
