
.record-title {

    border-bottom: 1px dotted #c5b0b0;

    /* Customize border color and thickness */

}



.card {

    border: none;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}



.card-body {

    padding: 0 !important;

    padding-bottom: 28px !important;

}



.border-gray {
    border-color: #ddd;
}