.btn.btn-addnew { 
background-color: red; 
border-color: red; 
color: white; 
} 

.btn.btn-addnew:hover {
    color: #e7e7e7;
}
