img.fr-fil {
    z-index: 1;
    position: relative;
    margin: auto;
    overflow: auto;
    padding: 10px 10px 10px 3px;
    float: left !important;
}
img.fr-fil.fr-dib {
    float: none !important;
    margin-left: 0 !important;
}
img.fr-fir {
    z-index: 1;
    position: relative;
    margin: auto;
    overflow: auto;
    padding: 10px 3px 10px 10px;
    float: right !important;
}
img.fr-fir.fr-dib {
    float: none !important;
    margin-right: 0 !important;
}
img.fr-fin {
    z-index: 1;
    position: relative;
    margin: auto;
    overflow: auto;
    float: none;
}
img.fr-fin.fr-dib {
    padding: 10px 0;
}
img.fr-dib {
    vertical-align: top;
    display: block;
}

.fr-element {
    -moz-user-select: all !important;
    -khtml-user-select: all !important;
    -webkit-user-select: text !important;
    -ms-user-select: all !important;
    user-select: all !important;
}
