.pnl-express h1{
    font-size: 20pt;
    color: #1f1f1f;
    font-weight: 700;
}
.pnl-express h2{
    font-size: 14pt;
    color: #1f1f1f;
    font-weight: 700;
}

.pnl-express h3{
    font-size: 12pt;
    color: #1f1f1f;
    font-weight: 700;
}

.pnl-express p{
    color: #3d3d3d;
    font-weight: 500;
}

.pnl-express .pnl-post a{
    color: #0c1baf;
    text-decoration: underline;
}
.pnl-express .pnl-post{
    border-bottom: 1px dashed #cccccc;
}
.pnl-express .pnl-post:last-child{
    border-bottom: 0px dashed #949494;
}

.img-mfr{
    max-height: 100px;
    width: auto;
}
.img-pdu{
    max-height: 300px;
    width: auto;
}
.pnl{
    border: 1px solid rgb(236, 236, 237);
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
}
