﻿@media print {
    #planner [data-id='print'] img {
        width: 90%;
    }
    .noprint {
        display: none !important;
    }
    [data-id='detail'],
    [data-id='detail'],
    [data-id='edit'] {
        display: none !important;
    }
    [data-group='info'] {
        margin-top: 10px;
    }
    [data-group='info'] [data-role='like'],
    [data-group='info'] [data-role='view'] {
        display: none !important;
    }
    img[data-role='imgprint'] {
        width: 100% !important;
        height: 100% !important;
    }
    [data-role='figure-details'],
    [data-role='commentsActions'],
    [data-role='button'][data-id='view'],
    [data-role='button'][data-id='edit'] {
        display: none !important;
    }
    [data-role='content'][data-id='explorer'],
    [data-role='content'][data-id='main'],
    section[data-group='draw-area'] {
        position: static !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: 100% !important;
        height: auto !important;
    }
    [data-role='content'][data-id='explorer'],
    [data-role='toolbar'][data-group='view'],
    [data-role='mainMenu'],
    [data-role='contextMenu'],
    canvas {
        display: none !important;
    }
}
/*# sourceMappingURL=print.css.map */
