#OWEBAPP .linkLabel button:hover,  .linkLabel:hover
{
    text-decoration: underline !important;
    background: #F2F2F4 !important; /* Fallback on older browsers */
    background: linear-gradient(#F2F2F4 21%,#EDECEA 100%) !important; /* W3C */
}

#OWEBAPP .linkLabel button
{
    background: #F2F2F4 !important; /* Fallback on older browsers */
    background: linear-gradient(#F2F2F4 21%,#EDECEA 100%) !important; /* W3C */    
}

#OWEBAPP .imgAlignRight
{
    align: right !important; /* Fallback on older browsers */
}

#OWEBAPP .powerBy
{
    font-size: 20px;
    /*font-weight: bold;  */
    font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
}