/* 
    Created on : Feb 20, 2016, 10:19:18 AM
    Author     : ecivic (edo.civic@mail.com)
*/

* {
    font-family: 'roboto', sans-serif;
}
body {
    background-color: #222;
    color:#fff;
}
.container { margin:150px auto; max-width:640px;}
h1 {
    color: #cacaca;
}

.confirmativeActionButtonCustom {
    color: green;
}
.confirmativeActionButtonWaitingForConfirmationCustom {
    color: red;
    animation: blinker 1s linear infinite;
}
.confirmativeActionButtonConfirmedCustom {
    color: blue;
}