@import url('https://fonts.googleapis.com/css?family=Open+Sans');
h1 {color: blue; padding: 5px;}
img {max-width: 75%; height: auto; object-fit: contain; border-radius: 6px;}
body {
    background-color: #ffffff; 
    color: #000000; 
    font-family: Open Sans, Verdana, sans-serif; 
    margin: 0;}

table {width: 100%; margin: 5px;}
@media screen and (max-width: 600px) {
    body {font-size: 14px;}
}
@media screen and (min-width: 601px) {
    body {font-size: 16px;}
}
@media print {
    body {font-size: 14px;}
    h1 {font-size: 20px;}
    h2 {font-size: 18px;}
    h3 {font-size: 16px;}
    #topNav,#frontButton {display: none;}
    input[type=submit],input[type=button]{display: none;}
}
.groupQuote{
    text-align: justify;
    margin: 5px;
}
img.groupQuote{
    border-radius: 10%;
    max-width: 40%;
    height: auto;
    float: right;
}
img.signature {
    width: 200px;
    height: auto;
}
div.groupQuote{
    margin-top: 1em;
}
td.groupQuote{
    width: 25%;
}
th.groupQuote{
    text-decoration: underline;
}
h2.groupQuote{
    text-decoration: underline;
    margin-top: 1em;
}
