/**
 * MedExtraTabs - Front-office styles
 *
 * @author Mediacom87
 * @copyright Mediacom87
 * @version 1.0.0
 */

/* Footer tabs */
.medextratabs-footer {
    margin-top: 20px;
}

.medextratabs-footer-item {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.medextratabs-footer-title {
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.1em;
}

.medextratabs-footer-content {
    line-height: 1.6;
}

.medextratabs-footer-content img {
    max-width: 100%;
    height: auto;
}

/* Tab content */
.medextratab-content {
    line-height: 1.6;
}

.medextratab-content img {
    max-width: 100%;
    height: auto;
}
