div.card-faq {
    font-size: 16px;
}
div.card > div.card-title-faq {
    font-size: 20px;
}

div.card-title-faq > div.card-title-img {
    background-image: url("../../shared/assets/img/home_menu_faq_nobg.svg");
    background-repeat: no-repeat;
}

.card-separator-faq {
    text-indent: 10px;
    font-weight: bold;
    font-size: 16px;
    margin-right: 0.4em;
    margin-left: 0.4em;

}

div.faq-item {
    display: table;
    width:100%;
    border-bottom: 1px solid #e0e0e0;
    padding:2% 1% 2% 3%;
}
div.faq-item > div {
    display: table-cell;
    vertical-align: middle;
}
div.faq-item > div:nth-child(1) {
    width:100%;
}
div.faq-detail-button > img {
    width: 25px;
    height:25px;
    margin-left: 5px;
    margin-right: 5px;
}

div.card > div.card-content-faq {
    min-height: calc(100vh - 165px);
    padding:5%;
}

div.faq-title-container {
    margin-top:20px;
    min-height: 50px;
    display: table;
    background-color: rgb(0, 174, 239);
    color:white;
    margin-left:auto;
    margin-right:auto;
    width: 80%;
    border-left: 10px solid white;
    border-right: 10px solid white;
    padding:4px;
}
div.faq-title-container::after{
    display:table;
    border-bottom: 1px solid #e0e0e0;
    content:"";
    width: 100%;

}
div.faq-title {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

div.faq-image {
    margin-left: auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom:20px;
    text-align: center;
}

div.faq-image > img {
    width: 80px;
    max-height: 80px;
}

div.card-content-faq {
    line-height: 1.2em;
    padding-bottom:5px;
    min-height: calc(100vh - 190px);
    height: calc(100vh - 190px);
    overflow-y: scroll;
}

/* ========= Nav ============== */


div.faq-nav {
    width:100%;
    display:table;
    height:48px;
}

div.faq-nav > div.faq-nav-btn {
    display: table-cell;
    text-align : center;
    /*width:50%;*/
}
div.faq-nav > div.faq-nav-btn:first-child {
    text-align : left;
}
div.faq-nav > div.faq-nav-btn:last-child {
    text-align : right;
}
div.faq-nav > div.faq-nav-btn > button {
    color: white;
    border: none;
    font-size: 18px;
    /*width: 85%;*/
    background-color: white;
    cursor: pointer;
}
div.faq-nav> div.faq-nav-btn > button:focus {
    outline:none;
}
div.faq-nav .btn-prev {
    background-image: url("../../shared/assets/img/button_previous.svg");
    background-size: 136px 48px;
    width: 136px;
    height:48px;
}
div.faq-nav .btn-next {
    background-image: url("../../shared/assets/img/button_next.svg");
    background-size: 136px 48px;
    width: 136px;
    height:48px;
}

