.page-tabs {
    background-color: #fff;
    color: #16445ce7 !important;
    font-size: 14pt;
    
    border-top: solid #16445ce7 .5px;
    border-left:solid #16445ce7 .5px ;
    border-right: solid #16445ce7 .5px;
    text-decoration: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    
  }

.page-tabs:hover {
    box-shadow: 0 0.5rem 0.8rem #00000080;
    background-color: #fff;
    color: #16445ce7 !important;
    font-size: 14pt;
    border-top: solid #16445ce7 .5px;
    border-left:solid #16445ce7 .5px ;
    border-right: solid #16445ce7 .5px;
    text-decoration: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;

}

 
 .nightingale-button {
    background-color: #16445c; 
    border-color: #34495e;
    color: white; 
    padding: 16px 32px;
    text-align: center; 
    text-decoration: none !important; 
    display: inline-block; 
    font-size: 16px; 
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 4px 2px; 
    cursor: pointer; 
    border-radius: 5px;
 }

 .nightingale-home-button{
background-color: #16445c;
border: 2px solid #34495e; 
color: white;  
padding: 16px;
width: 131px;
text-align: center; 
text-decoration: none !important; 
display: inline-block; 
font-size: 16px; 
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
margin: 4px 2px; 
cursor: pointer; 
border-radius: 5px;
}

 .nightingale-home-gold-button{
  background-color: #e3b03b;
  border: 2px solid #e3b03b; 
  color: #413f43;  
  padding: 16px;
  width: 131px;
  text-align: center; 
  text-decoration: none !important; 
  display: inline-block; 
  font-size: 16px; 
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  margin: 4px 2px; 
  cursor: pointer; 
  border-radius: 5px;
  }

  .nightingale-home-red-button{
    background-color: #b67247;
    border: 2px solid #b67247; 
    color: #413f43;  
    padding: 16px;
    width: 131px;
    text-align: center; 
    text-decoration: none !important; 
    display: inline-block; 
    font-size: 16px; 
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 4px 2px; 
    cursor: pointer; 
    border-radius: 5px;
    }

    .nightingale-home-green-button{
      background-color: #97b7a1;
      border: 2px solid #97b7a1; 
      color: #413f43;  
      padding: 16px;
      width: 131px;
      text-align: center; 
      text-decoration: none !important; 
      display: inline-block; 
      font-size: 16px; 
      font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
      margin: 4px 2px; 
      cursor: pointer; 
      border-radius: 5px;
      }



 .nightingale-button:hover, .nightingale-home-button:hover{
  color: white;
  border-color: #34495e; 
  cursor: pointer; 
  box-shadow: 0 0.5rem 0.8rem #00000080;
}

.nightingale-home-gold-button:hover, .nightingale-home-red-button:hover, .nightingale-home-green-button:hover {
  border-color: #34495e; 
  cursor: pointer; 
  box-shadow: 0 0.5rem 0.8rem #00000080;
}

.nightingale-home-button:visited, .nightingale-home-button:active {
  color: white;
}


.nightingale-grey-75 {
  background-color: #413f43;
  opacity: .75 !important;
}

/* Hidden everywhere by default */
body:not(.ignite-allowed) #ignite-agent-button-container { 
  display: none !important; 
}
