@charset "utf-8";
/* CSS Document */




#GOK button {
  display: block;
  height: 18px;
  width: 66px;
  padding-top: 2px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 3px;
  border: none;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-size: 14px;
  line-height: 10px;
  font-weight: 100;
  background-color: rgba(33,209,113,0.66);
  color: #fff;
  border-radius: 3px 10px 10px 3px;
  cursor: pointer;
  transition: .3s background;
  background-repeat: no-repeat;
}

#GOK button:hover { 
   background: rgba(33,209,113,1.00);
}


