.money-template table {
  width: 51%;
}

.money-template table th {
    background: #d6d6d6;
    color: #000;
    font-weight: 700;
    text-align: left;
}

.money-template table tbody tr:nth-child(odd) {
    background-color: #EFEFEF;
}