/* reference style: http://demo.showdownjs.com/ */
.md-table {
    background: #fff;
    border: solid 1px #ddd;
    margin-bottom: 1.25rem;
    border-collapse: separate;
    border-spacing: 1.5px;
}

.md-table thead {
    background: #f5f5f5;
}

.md-table tr:nth-of-type(2n) {
    background: #f9f9f9;
}

.md-table th {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem;
}

.md-table td {
    padding: 0.5625rem 0.625rem;
}
