@media print{
    *{
        -webkit-print-color-adjust: exact;
        -o-print-color-adjust: exact;
    }
    .rel{
        margin-bottom: 3px;
        margin-top: 3px;
        border: 1px solid black;
        border-radius: 4px;
    }
    .rel-title{
        padding: 4px;
    }
    .rel-mov{
        border-bottom-width: 1px;
        border-bottom-color: black;
        border-bottom-style: solid;
        padding: 4px;
    }
    .noprint{
        opacity: 0;
    }
}

.rel{
    margin-bottom: 3px;
    margin-top: 3px;
    border: 1px solid black;
    border-radius: 4px;
}

.rel-title{
    padding: 4px;
}

.rel-mov{
    border-bottom-width: 1px;
    border-bottom-color: black;
    border-bottom-style: solid;
    padding: 4px;
}

.rel .square{
    padding: 2px;
    margin-left: 2px;
}