#tagline {
font-family: 'Roboto Condensed'
}
.scanscan-list-icon {
width: 300px;
}
.wallet {
display: none;
}
img.wallet {
margin: -15px 0 0 55px;
}
.big-bottom {
margin-bottom: 3000px;
}
.scanscan-footer-links a {
color: #9E9E9E;
}
#pacs_hcp_provider_name {
text-transform: capitalize;
}
span.firebaseui-idp-text {
color: black;
}
div.scanscan-cancel-trial {
display: none;
}
#user-container {
  position: absolute;
  display: flex;
  flex-direction: row;
  top: 15px;
  right: 0;
  padding-left: 10px;
  justify-content: flex-end;
  padding-right: 10px;
  z-index: 100;
}
#user-pic {
  top: -3px;
  position: relative;
  display: inline-block;
  background-image: url('/img/profile_placeholder.png');
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: 40px;
  border-radius: 20px;
}
#user-container #user-name {
  font-size: 16px;
  line-height: 36px;
  padding-right: 10px;
  padding-left: 20px;
}
#scanscan-trial-after-auth {
  display: none;
}