/* Small tweaks to the website style */
.oecd-small-font {
    font-size: 0.9rem;
}

.oecd-main-heading {
    font-weight: 300; 
    font-size: 1.9rem;
    margin-bottom: 0;
}

.oecd-main-heading img {
    margin-bottom: 0.25rem;
    margin-right: 2rem;
}

.oecd-bg-light {
    background-color: #f2f2f2;
}

.oecd-bg-lightblue,
.oecd-bg-lightblue .card-header {
    background-color: #e8f7ff;
}

.oecd-nav-bg {
    background-color: #2576be;
}

.oecd-info-table {
    width: auto !important;
    font-size: 1.2rem;
}

.form-group {
    margin-bottom: 0.7rem; /* Default is 1rem */
}