#content{
    width:100%;
    text-align: -webkit-center;
}

table {
    width       : 400px;
    text-align  : center;
    border-style: solid;
    border-width: 2px;
    border-color: #C2CFDF;
    border-spacing:0px
}

table td{
    padding:2px;
}

tr.header{
    text-align : center
    height     : 38px;
    color      : white;
}

td.header{
    font-size       : 16px;
    font-weight     : bold;
    background-color: #C2CFDF;
}

tr.main{
    text-align : center;
    height     : 210px;
    font-size  : 13px;
}

td.main{
    height: 223px;
    color : #000000;
}

td.main button{
    margin-top:20px;
}
