/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#attachements_custom .nav-tabs{margin-bottom:20px;}
#attachements_custom .li_pdf{margin-bottom:20px;}
#attachements_custom .li_pdf iframe{width:100%;height:500px;}
#attachements_custom .li_img{margin-bottom:20px;}
#attachements_custom .li_img img{max-width:100%;text-align:center;display:table;margin: 0 auto;}

@media(max-width:1023px){
    #attachements_custom .li_pdf{margin-bottom:0}
    #attachements_custom .li_pdf iframe{display:none;} 
}