@media print {

    /* Global */
    body{font-size:14px;font-family:sans-serif}
    h1,h2,h3,h4,h5,h6{font-family:sans;font-weight:normal}
    h2{font-size:30px;margin:0}

    /* Layout */
    .clear{clear:both}
    .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;width:100%}
    .db{display:block}
    .p-col-fl{float:left}
    .p-m-b-20{margin-bottom:20px}
    .printHidden{display:none}

    /*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1{width:5%;float:left}*/
    /*.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2{width:10%;float:left}*/
    /*.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3{width:15%;float:left}*/
    /*.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4{width:20%;float:left}*/
    /*.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5{width:25%;float:left}*/
    /*.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6{width:30%;float:left}*/
    /*.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7{width:35%;float:left}*/
    /*.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8{width:40%;float:left}*/
    /*.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9{width:45%;float:left}*/
    /*.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10{width:50%;float:left}*/
    /*.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11{width:55%;float:left}*/
    /*.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{width:60%;float:left}*/
    /*.col-xs-13, .col-sm-13, .col-md-13, .col-lg-13{width:65%;float:left}*/
    /*.col-xs-14, .col-sm-14, .col-md-14, .col-lg-14{width:70%;float:left}*/
    /*.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15{width:75%;float:left}*/
    /*.col-xs-16, .col-sm-16, .col-md-16, .col-lg-16{width:80%;float:left}*/
    /*.col-xs-17, .col-sm-17, .col-md-17, .col-lg-17{width:85%;float:left}*/
    /*.col-xs-18, .col-sm-18, .col-md-18, .col-lg-18{width:90%;float:left}*/
    /*.col-xs-19, .col-sm-19, .col-md-19, .col-lg-19{width:95%;float:left}*/
    /*.col-xs-20, .col-sm-20, .col-md-20, .col-lg-20{width:100%;float:left}*/

    /* Columns */
    .p-col-1{width:5%}
    .p-col-2{width:10%}
    .p-col-3{width:15%}
    .p-col-4{width:20%}
    .p-col-5{width:25%}
    .p-col-6{width:30%}
    .p-col-7{width:35%}
    .p-col-8{width:40%}
    .p-col-9{width:45%}
    .p-col-10{width:50%}
    .p-col-11{width:55%}
    .p-col-12{width:60%}
    .p-col-13{width:65%}
    .p-col-14{width:70%}
    .p-col-15{width:75%}
    .p-col-16{width:80%}
    .p-col-17{width:85%}
    .p-col-18{width:90%}
    .p-col-19{width:95%}
    .p-col-20{width:100%}

    /* Widgets */
    .dbWidget.goldBorder .dbWidgetHeadingTitle{padding-bottom:10px;margin-bottom:10px}

    /* Fonts */
    .fontBoldRoman{font-weight:bold}
    .fontUpper{text-transform:uppercase}
    .p-font18, .font18{font-size:18px}
    .p-fontBold{font-weight:bold}

    /* Personal info page */
    .profileDetailHeaderWrap{position:relative;margin-bottom:20px}
    .profileDetailHeaderWrap .rearBanner{height:calc(100% - 20px);top:10px;width:100%;position:absolute;left:0;right:0;z-index:1}
    .profileLink .profileNameBlock{position:relative;padding:0px 30px 8px 10px;min-height:30px;font-size: 12px}
    .profileLink .profilePic{height:30px;width:20px;overflow:hidden}
    .profileLink .profilePic img{max-width: 100%}

}