table {
    width:100%;
	font-size:14px;
}
table, th, td {
    border: none;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
    text-align: left;
}
table#t01 tr:nth-child(even) {
    background-color: #fce3ee;
	border-radius: 25px;
}
table#t01 tr:nth-child(odd) {
	border-radius: 25px;
   background-color:#fff;
}
table#t01 th {
    background-color: #fc68aa;
    color: white;
}