﻿/*@media screen {
    .print-only {
        display: none;
    }
}

@media print {
    .print-only div {
        display: block;
        width: 50mm;
        height: 30mm;
        font-size: 9pt;
        transform: scale(0.75) ;
        box-sizing: border-box;
        border: 1px solid black;     
    }
    .print-only .div .img {
        width: 30mm; 
        height: 10mm;
    }
}
*/

/*@media (max-width: 767px) {
    .DiscussionListItem-info .item-excerpt {
        display: inherit !important;
        overflow: hidden !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
    }*/
}