  /*!
 * Procedure pages card header and body styling:
 */
 
.card > .card-header {
background-color:#c8102e;
color: #fff;    
} 

.card-body {
border-color:#c8102e;
    
}

