﻿/* toglie i link che bootstrap mette nel print css */
a[href]:after {
    content: none !important;
}

.hide-mobile {
    display: none;
}

#ms-designer-ribbon {
    display: none;
}

#header-full, #footer, .copyright, #icone, #iconeAR {
    display: none;
}

#topnavbar {
    margin-bottom: 2px;
}

img {
    width:50%;
}

.print-full{
    width:100%;
}

#breadcrumb {
    /*border-bottom:1px solid #808080 !important;*/
    padding:0px;
}
body {
    background: white !important;
    font-size: 12pt !important;
    color: black !important;
    /*font-family: “Times New Roman”, Times, serif !important;*/
}