html, body {
    margin: 0px;
    padding: 0px;
    background-color: #005EB8;
}

audio { width: 240px; }

div {
    /*    display: block;*/
    vertical-align: top;
    color: black;
}

a {
    text-decoration: none;
    color: #005EB8;
}
a:visited {
    text-decoration: none; 
    color: #005EB8;
}
a:hover {
    text-decoration: none; 
    color: #005EB8;
}


hr {
    background-color: #005EB8;
    border: none;
    height: 2px;
}

div.center {
  text-align: center;
}

@media only screen and (min-width: 500px) {
    .results-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
        grid-gap: 0px;
        width: 100%;
    }
    .results {
	align-self: center;
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        min-width: 500px;
	max-height: 100%;
    }
}

#wrapper {
    width: 85%;
    position: absolute;
    left: 7.5%;
}

#header {
    margin-bottom: -15px;
    background-color: #FFFFFF;
    text-align: center;
    z-index: 2;
    height: auto;
}

#top-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
#top-row img {
    max-width: 90%;
    max-height: 100px;
    display: inline-block;
}
.header-left {
    float: left;
    padding: 30px;
    padding-left: 30px;
}
.header-right {
    /* position:relative; */
    float: right;
    padding: 30px;
}

#bottom-row img {
    height: 100%;
    width: 100%;   
}

#header-titles {
    margin-top: 15px;
    padding-top: 1px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 1px;
    background-color: #FFFFFF;
    color: black;
    font-size: 14;
    font-family: Arial;  
}

#body {
    margin-top: -16px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 1px;
    background-color: #FFFFFF;
    color: black;
    font-size: 14;
    font-family: Arial;  
}

@media only screen and (min-width: 769px) {
    .narrow-screen-content {
        display: none;
    }
}

#footer {
    margin-top: -1px;
    padding-top: 1px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 1px;

    background-color: #FFFFFF;
    color: black;
    font-size: 14;
    font-family: Arial;  	 	 
}