
body{
    width: 100%;
    margin: 0;
    padding: 0;
}
/*Demo presentation*/
#demo table{
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}
#demo table td{
    padding: 10px;
    color: 16px;
    font-family: "roboto";
    border: 1px solid #91959f;
    
}
#demo table .blueTd{
    background-color: #3e425c;
    color: white;
    border: 1px solid #3e425c;
}
#demo table .whiteTd{
    background-color: white;
    color: #3e425c;
    border: 1px solid #3e425c;
}
#demo table .greenTd{
    background-color: #338933;
    color: white;
    border: 1px solid #338933;
}
#demo table .whiteTdTwo{
    background-color: white;
    color: #338933;
    border: 1px solid #338933;  
}
#demo table .pinkTd{
    background-color: #87567b;
    color: white;
    border: 1px solid #87567b;
}
#demo table .whiteTdP{
    background-color: white;
    color: #87567b;
    border: 1px solid #87567b;  
}
/*Footer*/
#masterFoot{
    background-color: rgba(143,143,143,1);
}
#masterFoot .credits{
    height: 20px;
    color: white;
    text-align: center;
}
