.container-fluid {
  padding-left: 1%;
  padding-right: 1%;
}
.container-fluid .header_donation_left {
  margin-top: 10px;
  margin-bottom: 5px;
  z-index: 2;
}
.container-fluid .header_donation_left #logoImage {
  background: url('https://www.paypalobjects.com/webstatic/i/logo/rebrand/ppcom-white.svg') center center no-repeat;
  display: inline-block;
  width: 136px;
  height: 48px;
  overflow: hidden;
  text-indent: -999em;
  background-size: 124px 33px;
  vertical-align: middle;
  padding-top: 5px;
  margin-top: -10px;
  position: absolute;
  top: 21px;
}
@media (max-width: 480px), (min-device-width: 481px) and (max-device-width: 780px) and (orientation: landscape) {
  .container-fluid .header_donation_left #logoImage {
    background: url('https://www.paypalobjects.com/webstatic/i/logo/rebrand/ppcom-white.svg') center center no-repeat;
    display: inline-block;
    width: 35px;
    height: 33px;
    overflow: hidden;
    text-indent: -999em;
    background-size: 124px 33px;
    vertical-align: middle;
    padding-top: 5px;
    margin-top: -10px;
    position: absolute;
    top: 21px;
    background-position: 8px;
  }
}
.container-fluid .header_donation_right {
  text-align: right;
}
.container-fluid .header_donation_right .pp_me_txt {
  color: black;
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
}
.container-fluid .header_donation_right .user_image {
  color: #2c2e2f;
  font-weight: 600;
  background: #d5dade;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  border: 0 none;
  border-radius: 40px;
  overflow: hidden;
}
.container-fluid .header_donation_right .user_image img {
  width: 100%;
  overflow: hidden;
  margin-top: 2px;
}
.header-buttons {
  /* Fix for MS Surface issues */
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  right: 0;
  top: 17px;
  margin-right: 9px;
}
.header-buttons a {
  text-decoration: none;
}
@media (max-width: 480px) {
  .header-buttons #signup-button {
    display: none;
  }
}
html[data-device-type="mobile"] .header-buttons {
  position: absolute;
  top: 14px;
  right: 3.75%;
}
html[data-device-type="mobile"] .header-buttons #logout-button {
  display: none;
}
@media (min-width: 1235px) {
  html[data-device-type="dedicated"] .header-buttons {
    right: 0%;
  }
}
@media (max-width: 1234px) {
  html[data-device-type="dedicated"] .header-buttons {
    right: 30px;
  }
}
@media (min-width: 1024px) {
  html[data-device-type="portable"] .header-buttons {
    right: 3%;
  }
}
@media (max-width: 1005px) {
  html[data-device-type="portable"] .header-buttons {
    right: 3.75%;
  }
}
.header-buttons .btn.btn-small {
  border-radius: 25px;
  padding-top: 5px;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  min-width: 84px;
  height: 36px;
  line-height: 2;
  box-sizing: border-box;
  color: #222;
  background-color: #fff;
}
.header-buttons .btn.btn-small.closed {
  display: none;
}
.header-buttons .btn.btn-small.btn-secondary,
.header-buttons .btn.btn-small.btn-secondary:focus,
.header-buttons .btn.btn-small.btn-secondary:hover,
.header-buttons .btn.btn-small.btn-secondary:active {
  margin-right: 9px;
  color: #fff;
  background-color: transparent;
  position: relative;
  border: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 1px #fff;
}
html[data-device-type="mobile"] .header-buttons .btn.btn-small {
  display: none;
}
html[data-device-type="mobile"] .header-buttons .btn.btn-small.btn-secondary {
  display: inline-block;
  padding-bottom: 7px;
  font-size: 12px;
  margin: 0;
}
