.table {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0;
    background-color: transparent;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table th {
    text-align: inherit;
	color: #350674;
}
