| Index: static/css/main.css | 
| =================================================================== | 
| --- a/static/css/main.css | 
| +++ b/static/css/main.css | 
| @@ -200,36 +200,36 @@ | 
| { | 
| display: block; | 
| width: 100%; | 
| } | 
| } | 
|  | 
| .button.primary | 
| { | 
| -  color: #fff; | 
| -  background-color: #c70d2c; | 
| +  color: #fff !important; | 
| +  background-color: #c70d2c !important; | 
| box-shadow: 0px 2px 5px #95989A; | 
| } | 
|  | 
| .button.primary:hover | 
| { | 
| -  background-color: #E00F32; | 
| +  background-color: #E00F32 !important; | 
| } | 
|  | 
| .button.primary:active | 
| { | 
| -  background-color: #AD102A; | 
| +  background-color: #AD102A !important; | 
| } | 
|  | 
| .button.accent, | 
| .button.accent:visited | 
| { | 
| -  background: #077CA6; | 
| -  color: #fff; | 
| +  background: #077CA6 !important; | 
| +  color: #fff !important; | 
| margin-left: 2px; | 
| margin-right: 2px; | 
| } | 
|  | 
| .button.accent:hover, | 
| .button.accent:active, | 
| .button.accent:focus | 
| { | 
|  |