.bdl-module-story-container .bdl-module-story-table {
    border: 0.5px solid #21699e;
}

.bdl-module-story-container .bdl-module-story-table table {
    width: 100%;
}

.bdl-module-story-container .bdl-module-story-table table tbody tr:first-child {
    background-color: #21699e;
    color: white;
}

.bdl-module-story-container .bdl-module-story-table table tbody tr td {
    padding: 5px 10px;
    border: 0.5px solid #21699e;
}

.bdl-module-story-container .bdl-module-story-table table tbody tr:nth-child(even) {
    background-color: rgba(33,105,158, 0.2);
}

.bdl-module-story-container .bdl-module-story-table table tbody tr td:first-child {
    padding: 10px;
}

@media only screen and (max-width: 640px) {
    .bdl-module-story-container .bdl-module-story-table {
        transform: scale(0.7);
        margin: -20%;
    }
}