/*Write your custom css in this file.*/

html body .bg-success {
  background-color: green !important;
}
html body .bg-primary {
  background-color: royalblue !important;
}

#help-page-content {
font-family:Tahoma, Geneva, sans-serif !important;
font-size: 15px !important;
    color: black;
    
}