body {
  background-color: transparent; }

#sendowl-page {
  background-color: #ffffff;
  padding: 0; }
  #sendowl-page noscript .alert {
    max-width: 512px;
    margin: 0 auto;
    border-radius: 0; }

#sendowl-panel {
  position: relative;
  z-index: 1040;
  width: 100%; }
  #sendowl-panel #secured-connection-v4 {
    margin: 35px 0 25px 0;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: #777; }
    #sendowl-panel #secured-connection-v4 .secure-wrapper {
      background: rgba(0, 0, 0, 0.2);
      border-radius: 10px;
      width: 181px;
      display: inline-block;
      padding: 10px 12px; }
      #sendowl-panel #secured-connection-v4 .secure-wrapper a {
        display: inline-block;
        background-position-y: -2px !important;
        background: image-url("sendowl/secure-white.png") no-repeat;
        padding-left: 28px;
        color: #e0e0e0;
        font-size: 14px; }
        #sendowl-panel #secured-connection-v4 .secure-wrapper a:hover, #sendowl-panel #secured-connection-v4 .secure-wrapper a:active {
          text-decoration: none; }

.sendowl-panel-wrapper {
  z-index: 1050;
  padding: 0 10px;
  margin-top: 75px;
  margin-bottom: 10px;
  width: 100%; }

.sendowl-panel-contents {
  width: auto;
  max-width: 560px;
  margin: 0 auto;
  border-radius: 16px;
  overflow-x: hidden;
  overflow-y: auto; }
  .sendowl-panel-contents .sendowl-panel-header {
    width: 100%; }
    .sendowl-panel-contents .sendowl-panel-header .close-link {
      display: none;
      position: relative;
      float: right;
      margin: 12px 10px 0 0;
      width: 30px; }
  .sendowl-panel-contents noscript .alert {
    margin: 0;
    border-radius: 0; }

.backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1030;
  perspective: 800;
  -webkit-perspective: 800;
  background-color: #c7c7c7;
  opacity: 0.85; }
  .backdrop .powered {
    border: 1px solid #777;
    border-radius: 5px;
    font-size: 12px;
    line-height: 12px;
    color: #777;
    padding: 5px 7px 5px 7px;
    position: fixed;
    bottom: 8px;
    right: 10px; }
    .backdrop .powered a {
      color: #777; }
      .backdrop .powered a:hover {
        text-decoration: none; }
    .backdrop .powered img {
      vertical-align: baseline;
      margin-left: 1px;
      position: relative;
      top: 1px; }
  .backdrop .secured {
    position: fixed;
    font-size: 12px;
    color: #777;
    bottom: 8px;
    left: 10px; }
    .backdrop .secured img {
      vertical-align: baseline;
      margin-left: 1px;
      position: relative;
      top: 1px; }

#account-link {
  position: fixed;
  top: 7px;
  right: 10px; }
  #account-link a {
    vertical-align: middle;
    line-height: 19px;
    color: #888; }

#sendowl-panel #account-link {
  display: none; }

@media (max-height: 550px) {
  .sendowl-panel-wrapper {
    margin-top: 10px; } }
@media (max-width: 767px) {
  #sendowl-page {
    padding: 0; }

  .sendowl-panel-wrapper {
    margin-top: 10px; } }
@media (max-width: 512px) {
  #sendowl-page {
    position: relative;
    height: inherit; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #sendowl-panel #secured-connection .secure-wrapper a {
    background: image-url("sendowl/secure-white@2x.png") no-repeat top left;
    background-size: 20px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3 / 1), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx) {
  #sendowl-panel #secured-connection .secure-wrapper a {
    background: image-url("sendowl/secure-white@3x.png") no-repeat top left;
    background-size: 20px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min--moz-device-pixel-ratio: 4), only screen and (-o-min-device-pixel-ratio: 4 / 1), only screen and (min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx) {
  #sendowl-panel #secured-connection .secure-wrapper a {
    background: image-url("sendowl/secure-white@4x.png") no-repeat top left;
    background-size: 20px; } }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }
