.gmp-user-widget {
  position: relative;
  display: block !important;
  margin: .5em !important;
  padding: .5em;
  font-size: 11px;
  height: 2em;
  line-height: 2em;
  border: 0 !important;
  background: #000 !important;
  border-radius: .5em !important;
  z-index: 75 !important;
  float: right;
}

.gmp-user-widget iframe {
  position: absolute;
  bottom: 3.5em;
  right: 0;
  border: 0;
  height: 12em;
  border-radius: .5em !important;
  z-index: 100 !important;
}

.gmp-user-widget button {
  display: inline-block;
  text-align: center;
  font-size: 11px;
  margin: 0 0 0 3px;
  padding: 0 4px 6px;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  font-weight: 700;
  cursor: pointer;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  border-radius: 3px;
  transition: all 0.2s;
  user-select: none;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  background: #222;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  border: 1px solid #000;
}


.gmp-user-widget button:hover {
  background: #333;
  color: #fc0;
  border: 1px solid #000;
}

.gmp-user-widget button:active {
  background: #111;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}


.gmp-user-widget button.gmp-user-widget-button-success {
  background: #036;
  color: #fc0;
}


.gmp-user-widget button.gmp-user-widget-button-success:hover {
  background: #024;
  color: #c90;
}

.gmp-user-widget button.gmp-user-widget-button-success:active {
  background: #012;
  color: #960;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.gmp-user-widget input {
  text-align: left;
  font-size: 11px;
  margin: 0 0 0 3px;
  padding: 3px 4px;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  font-weight: 700;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  border-radius: 3px;
  transition: all 0.2s;
  user-select: none;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.5);
  background: #ccc;
  color: #000;
  border: 1px solid #000;
  width: 16em;
  float: right;
}
