.modal-header {
    border-bottom: 0 none;
}
.modal-footer {
    border-top: 0 none;
}

/* Flag Carousel Styles */
.flag-carousel-wrapper {
    margin-top: 40px;
}
.flag-carousel .single-flag {
    text-align: center;
}
.flag-carousel .single-flag span {
    font-size: 4rem; /* Make flags large */
    opacity: 0.8;
}
/* New styles for the CSS flags */
.flag-carousel .single-flag .flag-icon {
    width: 64px;
    height: 48px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    opacity: 0.8;
}
/* Hide default tns controls/nav */
.flag-carousel-wrapper .tns-nav,
.flag-carousel-wrapper .tns-controls {
    display: none !important;
}