/* Sempre mostrar scrollbar vertical */
html { overflow-x: initial; }
body { overflow-y: scroll; }

.testemunho_area {
    width: 100%;
    cursor: pointer;
}

.testemunho-card-impar {
    background-color: #fff;
}
.testemunho-card-par {
    background-color: #eee;
}

.testemunho-card-imagem {
    width: 85px !important;
}

.testemunho-card-autor {
    text-shadow: 1px 1px 0 #444;
}

div[id^='testemunho_conteudo_']{
    display: none;
}

.bloco-rolagem {
    padding: 15px;
    width: 100%;
    height: 250px;
    overflow-y: scroll;
    border: 1px solid #eee;
    margin-bottom: 15px;
}