main.container {
    max-width: 1200px;
    padding: 0;
}

body {
    background-color: #e8f3ff;
    font-family: 'Open Sans','Merriweather', 'Helvetica Neue', Arial, sans-serif;
}

h3 {
    margin-bottom: 1rem;
}

h4 {
    text-align: center;
}

.strong {
    color: #fc0;
}

.covid {
    color: #911;
}

.nav-link {
    font-weight: bold;
    cursor: pointer;
}

.banner{
    padding-top: 2%;
    background-color: #ace;
}

.banner img {
    max-height: 300px;
    display: block;
}

section {
    padding: 50px;
}

@media only screen and (max-width:48em) {
 section {
    padding: 25px;
}
}

section:nth-of-type(odd) {
    background-color: #ace;
    color: black;
}

section:nth-of-type(odd) a {
    color: #911;
}

section:nth-of-type(odd) .btn-primary {
    background-color: #d99;
    border-color: #911;
}

section:nth-of-type(odd) hr {
    background-color: #3177b5;
}

section:nth-of-type(even) {
    background-color: #3177b5;
    color: white;
}

section:nth-of-type(even) a {
    color: yellow;
}

section:nth-of-type(even) .btn-primary {
    background-color: #3177b5;
    border-color: #ace;
}

section:nth-of-type(even) hr {
    background-color: #ace;
}

.ikz-block-left {
    float: left;
}

.ikz-block-left img {
    height: 55px;
    padding: 5px;
}

section:nth-of-type(even) .ikz-block-left img {
    background-color: white;
}

.ikz-block-right {
    margin-left: 120px;
    line-height: 1.2em;
}

.dfg-logo img {
     padding: 5px;
    background-color: white;
    height: 90px;
    margin: 0px 10px 10px 0px;
}


#toggle_button {
    margin: 5px;
}

#program_table td,
#program_table th {
    color: white;
	padding: .3em .3em .3em .6em;
    /*vertical-align: middle !important; */
    background-color: transparent !important; /* for print */
}

#program_table tr td:first-child {
    font-weight: bold;
}

