/***************************************/
/* Default theme for WAFI applications */
/***************************************/

html, body {
    padding: 0;
    margin: 0;
    
    background: white;
    color: #333;
}

a, .link {
    color: #15C;
    text-decoration: none;
    cursor: pointer;
}
a:hover, .link:hover {
    text-decoration: underline;
}

body.progress * {
    cursor: progress !important;
}