﻿@media print {
    body {
        width: auto;
    }

    a[href]:after {
        content: "" !important;
    }

    .question-mark {
        display: none !important;
    }

    .textdescrip {
        width: 100% !important;
        height: 400px !important;
    }

    #footer {
        width: 100% !important;
        text-align: center;
        height: 40px !important;
    }

    #kle_service {
        width: auto !important;
        float: left;
        border-right: 1px solid #bfbfbf;
        height: 375px;
        padding-top: 10px;
    }

    #kle_lien {
        width: auto !important;
        float: left;
        padding-top: 10px;
        height: 375px;
    }

    #kle_contact {
        width: auto !important;
        float: left;
        border-right: 1px solid #bfbfbf;
        padding-top: 10px;
        height: 375px;
    }

    #copyright {
        width: 1075px;
        margin-left: auto;
        margin-right: auto;
        height: 40px;
        float: left !important;
        margin-top: 20px;
    }
}
