.head-div {
    font-weight: bold;
}

.table {
    width: 100%;
    text-align: left;
    border-spacing: 10px;
    border-collapse: collapse;
}

.table tr:nth-child(odd) {
    background-color: #e5f7fa;
}

.table tr:nth-child(even) {
    background-color: #fce8e7;
}

.row {
    padding: 10px 20px;
}
