/* Custom overrides for TimeSeries Toolbox docs (sphinx_rtd_theme) */

/* Widen the content area slightly */
.wy-nav-content {
    max-width: 960px;
}

/* Style GPAC / ACF table cells */
table.gpac td {
    font-family: monospace;
    text-align: center;
}

/* Tighten up card grid on the landing page */
.sd-card {
    border: 1px solid #e1e4e5;
    border-radius: 4px;
}

.sd-card-title {
    font-weight: 600;
}