/* Fragmenta.cat */

/* Correccio estils IE8 i anteriors */
    
    /* Detall dels llibres:
       dl + dt/dd a la columna esquerra */
    
        .StandardView .col dl dt {
            float: left;
            clear: left;
            display: block;
        }
        
        .StandardView .col dl dd:after {
            content: "" !important;
        }

        .StandardView .col dl dd {
            display: block;
        }