@media screen and (min-width: 700px){

html {
    background-color: aliceblue;
    -webkit-font-smoothing:antialiased;
}

body {
    font-family: "Helevetica Neue","Helevetica", "Arial", sans-serif;
    max-width: 1800px;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 20px;
}

.list{
    border: solid 1px dimgray;
    background-color: white;
    border: 1px;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-top: 0.01em;
    margin-bottom: 1em;
}

p{
font-size: 16px;
font-weight: medium;
}


h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 0.4;    
}

h2{
    font-size: 27px;   
}

li{
    font-weight: medium;
    list-style-type: disc;
    line-height: 1.6;
}
    
.copyright{
        text-align: center;
        color: dimgray;
    margin-top: -20px;
    }
    
.disclaimer{
        text-align: center;
        color: dimgray;
    font-size: 60%;
    margin-bottom:-10px;
    }

    
    
    
    
}

@media screen and (max-width: 700px){

html {
    background-color: aliceblue;
    -webkit-font-smoothing:antialiased;
}

body {
    font-family: "Helevetica Neue","Helevetica", "Arial", sans-serif;
    max-width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 16px;
}


div.list{
    border: solid 1px dimgray;
    background-color: white;
    border: 1px;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-top: 0.01em;

    margin-bottom: 1em;
}

p{
font-size: 12px;
font-weight: medium;
}

h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 2ex;    
}

h2{
    font-size: 20px;   
}

li{
    font-weight: medium;
    list-style-type: disc;
    line-height: 1.8;
}
    
 .copyright{
        text-align: center;
        color: dimgray;
     margin-top: -10px;
    }

.disclaimer{
        text-align: center;
        color: dimgray;
    font-size:60%;
    margin-bottom: -5px;
    }

    
}

@media print{

html {
    background-color: white;
    -webkit-font-smoothing:antialiased;
}

body {
    font-family: "Helevetica Neue","Helevetica", "Arial", sans-serif;
    max-width: 1800px;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 20px;
}


.list{
    border: solid 1px dimgray;
    background-color: white;
    border: 1px;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-top: 0.01em;
    margin-bottom: 1em;
}

p{
font-size: 16px;
font-weight: medium;
}


h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 0.4;    
}

h2{
    font-size: 27px;   
}

li{
    font-weight: medium;
    list-style-type: disc;
    line-height: 1.6;
}
    
.copyright{
        text-align: center;
        color: dimgray;
    }

    
    
    
    
}