body{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}


.content-break{
    width:90%;
    margin-left:5%;
}
.content-section{
    width:100%;
    height:auto;
    margin-top:20px;
    clear:both;
}
.content-table{
    width:50%;
    margin-left:10%;
}
.content-text{
    padding-left:5%;
    font-size:22px;
}
.content-text-center{
    text-align:center;
    font-size:22px;
}
.content-thirds{
    width:31%;
    height:auto;
    margin-right:1%;
    float:left;
}
.content-thirds-image{
    width:100%;
    height:auto;
}
.content-title{
    font-size:30px;
    text-align:center;
}
.content-wrapper{
    width:80%;
    height:auto;
    margin-left:10%;
    clear:both;
}



table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}






@media only screen and (max-width: 800px) {
    .content-wrapper{
        clear:both;
    }
    .hidden{
        display:none;
    }
  
  
  
  
  
  
}