@media print {

    #launcher {
        display: none !important;
    }
    .ae_page_certificate #header, #white-content, .ae_page_certificate #footer .span4, #print_text {
        display: none;
    }
    h4 {
        font-size: 12pt;
    }
    p {
        font-size: 9pt;
    }
    .ae-certificate-name {
        margin: 5px 0;
    }
    #content h3 {
        margin-bottom: 0;
    }
    .ae-course-dates,
    .ae-certificate-information {
        margin: 0;
    }
    .row-fluid .span4 {
        width: 31%;
        float: left;
    }
    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }
    #acom_product_name {
        clear: none;
        font-size: 14px;
    }
    .row-fluid .span6 {
        width: 48.93617021276595%;
        float: left;
    }
    .tableprint{
        font-size: 11px;
        page-break-inside: avoid;
    }
    .tableprint tr{
        border:1px solid #000;
    }
    .tableprint td{
        height: 27px;
    }
    br{
        display: none;
    }
    .tableprint .span6{
        width: 50%;
    }
    .btn-navbar, #cart{
        display: none !important;
    }
    #acom_related_products, #footer{
        display: none;
    }
    #user_switching_switch_on {
    	display: none !important;
    }
}