a.link {
    text-decoration: underline;
}

/* NAVIGATION */
img.logo {
    width: 80%;
    max-width: 120px;
    margin: 0 auto 20px;
    display: block;
}

a.sidebar-link.active {
    color: #e9ecef !important;
}

/* TABLES */
table.longTable {overflow: scroll;display: block;}
.max-content {min-width: max-content;}
img.ico {width: 30px;}


/* QUESTIONS */
.accordion-body iframe {
    display: block;
    margin: 0 0 20px 0;
    width: 100%;
}


.productImg {width: 100%;margin: 0 0 20px 0;}

.modal iframe {width: 100%;}

.success.card-header {
    background: #eaf3ef;
}

.full-w {width: 100%}

.counter
{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    line-height: 20px;
    border-radius: 100%;
    background:#30594F;
    color: #ffffff;
    text-align: center;
    font-size: .9em;
    font-weight: bold;
}