<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pdev_ftd{
    margin: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: stretch;
}

.pdev_ftd:hover{
    background-color: #aaaaaa30;
}

.pdev_ftd .fas{
    font-size: 1.5em;
    margin-left: 5px;
}

.pdev_ftd p{
    margin: 0 10px !important;
}

.pdev_ftd .strech{
    flex-grow: 1;
}

.pdev_ftd .strech .baseline{
    border-bottom: dotted 1px silver;
    margin-bottom: 3px;
    height: 100%;
}

.pdev_ftd .btn{
    padding: 2px 5px !important;
}
.ftd {
    background: url('pdf-svgrepo-com.svg');
    background-size: 35px 30px;
    width: 35px;
    height: 30px;
    display: inline-block;
    position: relative;
    margin-left: 0px;
    padding-right: 35px;
}
</pre></body></html>