/* MAIN CSS */

body {
    background-color: #fff !important;
    text-align: center !important;
}

#todos span{
    color: #ccc;
    float: right;
    font-size:90%;
}

/*
#footer {
    position: absolute;
    bottom:0;
    width:100%;
    margin:0;
    padding:0;
}
*/

#contenitore {
    width:300px !important;
    max-width: 600px !important;
    text-align: center;
    /* overflow: hidden; */
}