@charset "UTF-8";
table,tr,td{
    border: 1px solid #555;
    border-collapse: collapse;
}
table thead{
    background-color: #92BD8C;
}
table tbody td:nth-child(n+2){
    text-align: center;
}