table.tblDiff {
 font-size: 12px;
 width: 999px;
}

table.tblDiff td{
 border: solid 1px rgb(143,167,205);
 text-align: center;
}

table.tblDiff td.title {
 font-weight: bold;
 font-size: 14px;
 background-color: rgb(218,230,255);
}

table.tblDiff td.function {
 background-color: rgb(218,230,255);
 width: 220px;
 height: 48px;
 border-left: none;
}

table.tblDiff td.desc {
 width: 350px;
}

table.tblDiff td.timing {
 border-right: none;
}

table.tblPlan {
 border: solid 1px rgb(143,167,205);
 font-size: 14px;
 width: 880px;
}

table.tblPlan td{
 border: solid 1px rgb(143,167,205);
 text-align: center;
 font-size: 17px;
}

table.tblPlan td.title {
 height: 28px;
 font-weight: bold;
 font-size: 14px;
 background-color: rgb(218,230,255);
}

table.tblPlan td.point {
 width: 220px;
 height: 75px;
 background-color: rgb(259,249,218);
 font-weight: bold;
}

table.tblPlan td.price {
 width: 220px;
 font-weight: bold;
 color: red;
}
