<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    .rvbuttonrood{
	background-image: url("/images/nubestellen.jpg");
    padding: 8px 15px;
    margin: 6px auto;
    color: #FFFDFD;
    background-color: #FF0000;
    border: 0 none;
     -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    cursor: pointer;
 
}
    .rvbuttongrijs {
    padding: 10px 15px;
    margin: 20px auto;
    color: #FFFDFD;
    background-color: #555;
    border: 0 none;
     -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    cursor: pointer;
        
    }
    .rvbuttongroen{
    padding: 8px 15px;
    margin: 6px auto;
    color: #FFFDFD;
    background-color: #008000;
    border: 0 none;
     -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    cursor: pointer;
 
}</pre></body></html>