pre {line-height: 1.15;}
.kampyle_button-text {
    color: #ffffff;
    font-style: <#normal|italic#>;: 24px !important;
    }

.neb-invite-container .invitationDesignMain .kpl-invitation-content .invitationDesignImg {
    height: 150px !important;
    }
.myClass{
border-radius: 5%;
}
@media only screen {
img[alt=Feedback]:hover {
  display:block;
background: url('//assets.kampyle.com/ps/steven/optus/FeedbackButtonDesign-hover.png') no-repeat;
-moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 9px; /* Width of new image */
  height: 115px; /* Height of new image */
  padding-left: 100px; /* Equal to width of new image */
}
}
.mybutton {
  border: 0;
  background: linear-gradient(
    to bottom,
    #444,
    #111
  );
  border-radius: 10px;
  padding: 10px 30px 12px;
  outline: 0;
  display: inline-block;
  width: 200px;
  text-align: left;
}
.mybutton:hover, .mybutton:active {
  background: black;
}
.mybutton svg {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.mybutton span {
  font-size: 22px;
  position: relative;
  top: 4px;
  color: white;
}
.mybutton hide {
 display: none;
 }

body {
  padding: 20px;
  text-align: center;
}