*{margin:0; padding: 0; box-sizing: border-box;}
body {
     font-family: "open_sansregular", Arial, Helvetica, sans-serif;
     width: 94%;
     margin-left: auto;
     margin-right: auto;
}

h1 {
    background: #0F4098;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 200%;
}
h3 {
   text-align: center; 
}
p {
    text-align: center;
}



.content      {
               display:flex;
               margin: auto;
               font-size: 1.1em;
              }


.rTable{width: 100%; text-align: center;}
    .rTable thead{background: #97bbf5; font-weight: bold; }
    /*.rTable thead{background: #87CEEB; font-weight: bold; }*/
    .rTable tbody tr:nth-child(2n){background: #bcd2f5;}
    /*.rTable tbody tr:nth-child(2n){background: #ccc;}*/
    .rTable th , .rTable td{padding: 7px 0;}

@media screen and (max-width: 480px){
    .content{width: 100%;}

    .rTable thead{display:none;}
    .rTable tbody td{display: flex; flex-direction: column; 
        text-indent: 0px;}
}


@media only screen and (min-width: 960px){
    .content{width:90%;}
    .rTable tbody tr td:nth-child(1){width:auto;}
    .rTable tbody tr td:nth-child(2){width:auto;}
    .rTable tbody tr td:nth-child(3){width:auto;}
    .rTable tbody tr td:nth-child(4){width:auto;}
    li {
        text-align: left;
        text-indent: 20px;
    }
    h1 {
        text-transform: uppercase;

    }
    td {
        text-align: left;
        text-indent: 20px;
    }
}
