@CHARSET "UTF-8";
/* MemberRegister CSS */

#buttonGroup {
  text-align: center;
  padding-bottom: 15px;
  width:100%;
  margin: 10px auto;
}

@media screen and (max-width: 641px){
.returnButton {
  position:relative;
    top:80px;
    width:230px;
}
.saveButton {
    position:relative;
    top:-50px;
  }  

  #buttonGroup {
  width:240px !important;
}

}
