body{ width:1100px;  margin:auto auto; border-radius:0px 0px 120px 120px;  font-family:'Times New Roman', Times, serif;}
#wrapper {
   
    font-size: 12px;
    width:950px; margin:auto auto;  font-family:'Times New Roman', Times, serif; padding:4px 30px; border-radius:60px 60px;
}

#head1 {
    /* border: 2px solid #000; */
    border-radius:60px 60px;
    width:900px;
    
}
#head2 {
    /* border: 2px solid #000; */
    border-radius:60px 60px;
}
#head3 {
    margin-bottom: 5px;
    text-align:center;
    border-radius:60px 60px;
}

#head1Left {
    /* border: 2px solid #000; */
    float: left;
    width: 450px;
    /* height: 10px; */
     border-radius:60px 60px;
}
#head1Right {
    /* border: 2px solid #000; */
    float: right;
    width: 400px;
    /* height: 10px; */
}
#footer{
    width: 100%;

}

h1 {
    text-align: center;
    margin-bottom: 40px;
}

table {
    /* width: 100%;  */
    table-layout: fixed;
    border-collapse: collapse;
    margin: 0 auto;
    
}

/* Zebra striping */
/* tr:nth-of-type(odd) { 
    background: #f2f2f2; 
} */
th {
    /* background: #666;  */
    color: #000;
    font-weight: 600;
    
}

.align_td{
    text-align: right;
    text-align: right;
}

td, th{
    padding: 12px;
    
    text-align: left;
    text-align: center;
    
}

th .align_th {
    padding: 12px;

    text-align: left;
    text-align: center;
}

/*Mobile View*/
@media only screen and (max-width: 760px) {

    td,
    tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        
    }

    tr+tr {
        margin-top: 1.5em;
    }

    td {
        /* make like a "row" */
        border: none;
        border-bottom: 0px solid #eee;
        position: relative;
        padding-left: 50%;
        background-color: #F8D9D5;
        text-align: left;
    }

    td:before {
        content: attr(data-label);
        display: inline-block;
        line-height: 1.5;
        margin-left: -100%;
        width: 100%;
        white-space: nowrap;
    }
}

