table {
    width: 100%;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 20px;
    text-align: center;
}
table#t01 tr:nth-child(even) {
    background-color: #eee;
}
table#t01 tr:nth-child(odd) {
    background-color: #fff;
}
table#t01 th {
    background-color: black;
    color: white;
}
#rzp-button1 {
    background: #dc143c;
    color: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 18px;
    box-shadow: 0px 1px 2px 2px #e9184280;
    font-size: 20px;
    border-color: #ffffff;
}