.table-price p{
padding: 5px 10px;
margin: 0px;
}

.table-price tr td:nth-child(even) {
text-align: center;
}

.table-price tr:nth-child(odd) {
background: #cfcfcf;
}