@media print {

    html {
        height: 0;
    }

    body {
        height: 0;
        min-height: 0;
        margin: 0;
    }

    h2 {
        display: none;
    }

    h3 {
        border-bottom: 2px solid #777777;
    }

    #toolbar {
        display: none;
    }

    .topblock {
        display: none;
    }

    .mtt-tab {
        display: none;
    }

    .mtt-tab.mtt-tabs-selected {
        display: block;
        border: none;
        background: none;
        margin: 0;
    }

    .mtt-tab.mtt-tabs-selected a {
        padding: 0;
        display: inline-block;
        height: auto;
    }

    .mtt-tab.mtt-tabs-selected .list-action {
        display: none;
    }

    .mtt-tab a span {
        text-align: left;
        padding: 0;
        max-width: none;
        font-size: 1.3rem;
        color: #000;
    }

    .mtt-tabs-add-button {
        display: none;
    }

    #list_all {
        display: none;
    }

    #tabs_buttons {
        display: none;
    }

    #taskview {
        padding-left: 0;
        font-weight: normal;
    }

    #taskview .arrdown {
        display: none;
    }

    #tasklist {
        list-style-type: decimal;
        list-style-position: outside;
    }

    #tasklist li {
        border-bottom: none;
        margin-left: 2.5rem;
        /*border-bottom:1px solid #f0f0f0;*/
    }

    div.task-note-block {
        border-left: 1px solid #777777;
        background: none;
        padding-left: 5px;
        margin-top: 5px;
        padding-top: 0px;
        font-size: 9pt;
        color: #333333;
    }

    .task-middle {
        margin-left: 0px;
        margin-right: 3px;
    }

    .task-left {
        display: none;
    }

    .task-actions {
        display: none;
    }

    .task-date {
        white-space: nowrap;
        margin-left: 10px;
    }

    #tasklist li.today,
    #tasklist li.past {
        background-color: #ffffff;
        border-color: #dedede;
    }

    .task-prio {
        font-weight: bold;
    }

    li.task-completed {
        opacity: 1;
    }

    #footer_content {
        border-top: 1px solid #777777;
        background: none;
    }

    #footer_content a {
        text-decoration: none;
        color: #000000;
    }

    #mobileordesktop {
        display: none;
    }

    #tagcloudbtn {
        display: none;
    }

    .mtt-notes-showhide {
        display: none;
    }

    #taskview img {
        display: none;
    }

}