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

html{
   background-color: aliceblue;
    -webkit-font-smoothing:antialiased;        
    }
    
    body{
        font-family:"Helevetica Neue","Herevetica","Arial",sans-serif;
        max-width: 1800px;
        padding-left: 8%;
        padding-right: 8%;
        padding-top: 2em;
        padding-bottom: 1em;
        
    }
    
    .list{
    border: solid 1px dimgray;
    background-color: white;
    border: 1px;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
    margin-bottom: 1em;
    margin-top: 2em;
}

    li{
    font-size: 18px;
    }

    
    h1{
        font-size: 30px;
        font-weight: bold;
        line-height: 0;
    }
    
    h2{
        font-size: 20px;
        color: darkgray;
        font-weight: lighter;
        clear: left;
    }
    
    h3{
        font-size: 20px;
        font-weight: lighter;
        text-align: center;
        clear: left;
    }


    h5{
        font-size: 60%;
        font-weight: lighter;
        margin-top: 0px;
        margin-bottom: 0px;
        
    }
    
    .min_icon{
        font-size: 50%;
        font-weight: lighter;
    }
    
    
    .itemimg{
        width: 150px;
        height: 150px;
        margin: -1px;
        margin-bottom: -4px;
    }
    
    .icon{
        width: 20px;
        vertical-align: text-bottom
    }
    
    .mainlist{
        float: left;
        margin-bottom: 3em;
        
    }

    .thick{
        min-height: 68px;
        height: auto;
        height: 68px;
    }
    
    
    .min{
        min-height: 68px;
        height: auto;
        height: 68px;
        font-size: 80%;
    }
    
     .lines_6{
        min-height: 68px;
        height: auto;
        height: 68px;
        font-size: 80%;
    }
    
    .ex_min{
        min-height: 68px;
        height: auto;
        height: 68px;
        font-size: 80%;
    }
    
    .m_min{
        min-height: 68px;
        height: auto;
        height: 68px;
    }
    
    td{
        min-height: 20px;
        height: auto;
        height: 20px;
    }
    

    table{
        float: left;
        width: 150px;
        font-size: 13px;
        font-weight: lighter;
        text-align: center;
        border-collapse: collapse;
        margin: 1px;
        border: 1px;
    }

    
    tr{
        border: solid thin lightgray;
        border-collapse: collapse;

    }
    
    .table{
        background-color: white;
    }
    
    .tostem{
        background-color: #F0F0F0;
    }
    
    .reference-text{
        font-size:15px;
        
    }
    
    sub{
        font-size: 60%;
        font-weight: lighter;
        margin-top: 0px;
        margin-bottom: -1px;
        margin-right: 1px
        
    }
    
    .footnote{
        height: 150px;
    }
    
    .copyright{
        text-align: center;
        color: dimgray;
    }

    
    
}

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

html{
   background-color: aliceblue;
    -webkit-font-smoothing:antialiased;        
    }
    
    body{
        font-family:"Helevetica Neue","Herevetica","Arial",sans-serif;
        max-width: 100%;
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 2em;
        padding-bottom: 1em;
        float: center;
        
    }
    
    .list{
    border: solid 1px dimgray;
    background-color: white;
    border: 1px;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
    margin-bottom: 1em;
}

    li{
    font-size: 14px;
}
       
    h1{
        font-size: 20px;
        font-weight: bold;
        margin-top: 0px;
    }
    
    h2{
        font-size: 12px;
        color: darkgray;
        font-weight: lighter;
        clear: left;
    }
    
    h3{
        font-size: 15px;
        font-weight: lighter;
        text-align: center;
        clear: left;
    }


    h5{
        font-size: 50%;
        font-weight: lighter;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    
    .min_icon{
        font-size: 40%;
        font-weight: lighter;
    }
    
    .itemimg{
        width: 75px;
        height: 75px;
        margin: -1px;
        margin-bottom: -3px;
    }
    
    .icon{
        width: 10px;
    }
    
    .mainlist{
        float:left;
        margin-bottom:1em;
        
    }

    .thick{
        min-height: 39px;
        height: auto;
        height: 39px;
    }
    
    
    .min{
        min-height: 39px;
        height: auto;
        height: 39px;
        font-size: 80%;
    }
    
    .lines_6{
        min-height: 39px;
        height: auto;
        height: 39px;
        font-size: 80%;
        line-height: 90%;
    }
    
    .ex_min{
        min-height: 39px;
        height: auto;
        height: 39px;
        font-size: 70%;
    }
    
    .m_min{
        min-height: 39px;
        height: auto;
        height: 39px;
        font-size: 80%;
    }
    
    td{
        min-height: 1.5em;
        height: auto;
        height: 1.5em;
    }
    
    table{
        float: left;
        width: 75px;
        background-color: white;
        font-size: 7.5px;
        font-weight: normal;
        text-align: center;
        border-collapse: collapse;
        margin: 1px;
        border: 2px;

    }

    
    
    tr{
        border: solid thin lightgray;
        border-collapse: collapse;
        
    }
    
    .table{
        background-color: white;
    }
    
    .tostem{
        background-color: #F0F0F0;
    }
    
    #footnote{
        font-size: 10px;
        
    }
    
    .reference-text{
        font-size:10px;
        
    }
    
    sub{
        font-size: 60%;
        font-weight: lighter;
        margin-top: 0px;
        margin-bottom: -1px;
        margin-right: 1px
        
    }
    
    .footnote{
        height: 75px;
        height: 75px;
    }
    
    .footnote_list{
        padding-left:5ex;
    }
    
    .copyright{
        text-align: center;
        color: dimgray;
        font-size: 80%
        
    }
    
    
}
@media print{

html{
   background-color: white;
    -webkit-font-smoothing:antialiased;        
    }
    
    body{
        font-family:"Helevetica Neue","Herevetica","Arial",sans-serif;
        max-width: 1800px;
        padding-left: 8%;
        padding-right: 8%;
        padding-top: 2em;
        padding-bottom: 1em;
        
    }
    
        
    .list{
    border: solid 1px dimgray;
    background-color: white;
    border: 1px;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
    margin-bottom: 1em;
    margin-top: 2em;
}

    
    
    h1{
        font-size: 30px;
        font-weight: bold;
        line-height: 0;
    }
    
    h2{
        font-size: 20px;
        color: darkgray;
        font-weight: lighter;
        clear: left;
    }
    
    h3{
        font-size: 20px;
        font-weight: lighter;
        text-align: center;
        clear: left;
    }


    h5{
        font-size: 60%;
        font-weight: lighter;
        margin-top: 0px;
        margin-bottom: 0px;
        
    }
    
    .min_icon{
        font-size: 50%;
        font-weight: lighter;
    }
    
    
    .itemimg{
        width: 150px;
        height: 150px;
        margin: -1px;
        margin-bottom: -4px;
    }
    
    .icon{
        width: 20px;
        vertical-align: text-bottom
    }
    
    .mainlist{
        float: left;
        margin-bottom: 3em;
        
    }

    .thick{
        min-height: 68px;
        height: auto;
        height: 68px;
    }
    
    
    .min{
        min-height: 68px;
        height: auto;
        height: 68px;
        font-size: 80%;
    }
    
      .lines_6{
        min-height: 68px;
        height: auto;
        height: 68px;
        font-size: 80%;
    }
    
    .ex_min{
        min-height: 68px;
        height: auto;
        height: 68px;
        font-size: 80%;
    }
    
    .m_min{
        min-height: 68px;
        height: auto;
        height: 68px;
    }
    
    td{
        min-height: 20px;
        height: auto;
        height: 20px;
    }
    

    table{
        float: left;
        width: 150px;
        font-size: 13px;
        font-weight: lighter;
        text-align: center;
        border-collapse: collapse;
        margin: 1px;
        border: 1px;
    }

    
    tr{
        border: solid thin lightgray;
        border-collapse: collapse;

    }
    
    .table{
        background-color: white;
    }
    
    .tostem{
        background-color: #F0F0F0;
    }
    
    .reference-text{
        font-size:15px;
        
    }
    
    sub{
        font-size: 60%;
        font-weight: lighter;
        margin-top: 0px;
        margin-bottom: -1px;
        margin-right: 1px
        
    }
    
    .footnote{
        height: 150px;
    }
    
    .copyright{
        text-align: center;
        color: dimgray;
    }

    
    
}