body{font-family:Roboto;}
.btn-primary{    
    background-color: #000000;
    background-image:none;
}

.form-actions{
    background-color:#D8D3C7;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th{
   background-color:#D8D3C7;
}