.navbar {
    background-color: #2361AC !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: #2361AC !important;
}

.navbar {
    
    background-color: #2361AC !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: #2361ac;
    border-style: solid;
    border-width: 6px 6px 6px 6px;
    border-color: #2361ac;
    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;
}

#categoryname{
font-size:2em;
font-weight:bold;
}

#categorydesclong{
    display:none;
}

#categorydescshort{
    display:none;
}

.ent-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.ent-tooltip .ent-tooltiptext {
  visibility: hidden;
  width: 450px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
}

.ent-tooltip .ent-tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.ent-tooltip:hover .ent-tooltiptext {
  visibility: visible;
}

