html, body, .container, .jumbotron, .jumbotronz {
min-height: 100%;
width:100%;
}

.error-message,.error{
display:block;
clear:both;
color:red;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.google{
color:white;
background:rgb(99, 67, 9);
text-align:center;
}

.apple{
color:white;
background:rgb(10, 10, 104);
text-align:center;
}

.total{
color:white;
background:#0B3B2E;
text-align:center;
}

.left{
text-align:left;
}

.mauv{
color:white;
background:#4C0B5F;
text-align:center;
padding:2px;
}

.blu{
color:white;
background:#0040FF;
text-align:center;
padding:2px;
}

.tot{
color:white;
background:#0B3B2E;
text-align:center;
padding:2px;
}

.vert{
background:#99CCCC;
}

.red{
background:#FE2E64;
}

td{
text-align:center;
margin:auto;
padding:2px;
}
pre{
    text-align:left;
    /*opacity:0.8;*/
}