.customer{

}

.customer h3 { font-size: 16pt; margin-bottom: 20px;}

.transaction-detail-box{
    border: 1px solid rgb(70, 68, 68);
    border-radius: 5px;
    padding: 8px;
    background:rgb(22, 22, 22);
    margin-bottom: 25px;
}
