/*CSS Quentin*/

/*#user-content * .card{*/
/*    border-top: 0;*/
/*}*/
/*#user-content * .card-header{*/
/*    border: 0;*/
/*    border-bottom: 1px solid rgba(0,0,0,.125);*/
/*    background-color: white;*/
/*}*/

.card-custom .card{
    border: 0;
}
.card-custom .card-header{
    border: 0;
    padding:0.75rem 0;
    font-size: 20px;
    background-color: white;
    text-transform: uppercase;
    font-family: "Roboto-Bold", sans-serif;
    font-weight: bold;
}
.card-custom .card-body{
    border: 1px solid rgba(0,0,0,.125);
}
.card-custom .card-title{
    font-size: 16px;
    font-weight: bold;
}
.card-custom .form-control{
    border: 0;
    background-color: #EEEEEE;
    color: black;
    border-radius: 0;
    height: 40px;
}
.card-pre-footer *{font-family:Roboto-Bold, sans-serif;font-size:18px}
.card-name{
    word-break: initial;
}
