.modal-lg {
    max-width: 80%;
}

.form-control-label.required:after {
    content: "*";
}

.col-form-legend.required:after {
    content: "*";
}

#chart_table .table {
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#chart_table_previous .table {
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#chart_table_related .table {
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.pivot th {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

a {
    color: darkblue;
}

a:hover {
    color: darkgreen;
    text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.hero-image {
    background-image: url("/image/front_page_banner.jpg");
    background-color: #cccccc;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: .4;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5); /*dim the background*/
}

.hero-text {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 10px;
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    color: white;
}
