.juweleneliseContentRequestPage{
    padding-top: 20px;
}

.juweleneliseContentRequestPage{
    background-color: #212529;
    color: white;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.juweleneliseTextRequestPage > h1{
    text-align: center;
    padding-bottom: 20px;
    font-family: 'Lucida Sans Unicode';
}

.juweleneliseTextRequestPage > hr{
    margin-left: 50px;
    margin-right: 50px;
    color: #C79E18;
    height: 2px;
}

.juweleneliseTextRequestPage > .row{
    margin-left: 50px;
    margin-right: 50px;
    font-family: 'Lucida Sans Unicode';
}

.collapseTitleDefault{
    cursor: pointer;
}

.collapseTitleDefault:after{
    content: '\02795';
    color: white;
    float: left;
    margin-right: 10px;
}

.active:after{
    content: "\2796";
}

.collapseContentDefault > .card{
    background-color: #212529;
    color: white;
}

.fa-heart{
    color: #C79E18;
}