.documentation-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 25px;
}

.documentation-table table th {
    padding-bottom: 10px;
}

.documentation-table td {
    padding: 10px;
    margin: 0;
    border: 1px solid #ddd;
}

.documentation-table tr:nth-child(even) td {
    background: #f6f6f6;
}

.row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.row .resource-item {
    width: 85%;
}

.row .resource-item h3.title {
    text-align: center;
    font-size: 1.25rem;
    padding-bottom: 15px;
}

@media (min-width: 576px) {
    .row .resource-item {
        width: 40%;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
}


@media (min-width: 1200px) {
    .row .resource-item {
        width: 25%;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 768px) {

}

@media (max-width: 576px) {

}