.navbar {
    background-color: #94c020 !important;
    /* background-color: #94c020 !important; */
}
.center-horz {
  /* Center horizontally
  text-align: center;*/
    margin-left: auto;
  margin-right: auto;
}
body{
    font-family: 'Roboto', sans-serif;
}
.btn .btn-primary{
     background-color: #94c020 !important; 
}
.navbar {
    
    background-color: #94c020 !important;
}
.center-horz {
  /* Center horizontally
  text-align: center;*/
    margin-left: auto;
  margin-right: auto;
}
body{
    font-family: 'Poppins', sans-serif;
}
.customerbutton{
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 23px;
    letter-spacing: -0.7px;
    color: #ffffff;
    background-color: #94c020;
    border-style: solid;
    border-width: 6px 6px 6px 6px;
    border-color: #94c020;
    border-radius: 0px 0px 0px 0px;
}
/* hide aa empty column on the entrant login screen to line up the text on the left edge of the visiblae area */
#emailrow0{
        display:none;
}
#categorydescshort{
    display:none;
}
#categorydesclong{
    display:none;
}
#newformsamecategoryrow{
    display:none;
}

/* hide the pay by PayPal button on payment screens*/
#paybypaypalmethoddiv {
     display:none;
}