/* 
 * Document   : mc.custom.main.css
 * Created on : 25/10/2013, 23:50:00
 * Author     : Luciano Ganga
 * $Revision: 2407 $ 
 * $LastChangedDate: 2014-04-10 20:09:12 -0300 (Thu, 10 Apr 2014) $
 * $LastChangedBy: sruiz $
 * Description:
 *      Customization of the main styles of the app
*/

.exampleClass {

}

div[class*="dfMc-"] {
    background: #AAA;
}
div[class*=dfMc-] .object, div[class*=dfMc-] .vs- {
    top: 0;
}
div[class*=dfMc-] .itemStyles.rdsnItem .item .contentItem .col .details {
    top: 0;
}
/* Corrijo Bug Formaciones */
div[class*=dfMc-] .lineUpFull .lineUpFullBlock .listWrapper{top: 0;}