#login {
	margin : auto !important;
}

.site-link {


  color: white !important;
  text-align: center !important;
  text-decoration: none !important;
  font-size: 16px !important;
margin : 10px !important;
	
}

div.site-link:hover {
  background-color: #3e8e41 !important;
}
div.site-link:active {
  background-color: orange !important;
}

div.site-link:visited {
  background-color: orange !important;
}

button, button:visited, button:focus, button:active, button:hover{
    outline:0 none !important;
}

.site-link-div {
 width : 70vw;
 background-color: #4CAF50 !important;
 margin : 10px !important;
 height : 44px;
color : white;
	line-height: 44px;
	border-radius: 5px;
 
}

.logout-link-div {
 width : 200px;
 background-color: coral !important;
 margin : 10px !important;
 height : 44px;
color : white;
	line-height: 44px;
	border-radius: 5px;
	
 
}

.topupcancel {
	 width : 200px;
 background-color: coral !important;
 margin : 10px !important;
 height : 44px;
color : white;
	line-height: 44px;
	border-radius: 5px;
}

#support {
	 position: fixed;
     bottom: 0;
     right: 0;
	padding : 10px;
}

.btn-pkg {
	width : 70vw !important;
	height : 80px;
	border-radius : 5px;
	color : white;
	background-color : coral;
}

.outer {
  height: 80px !important;
  width: 295px;
  padding: 0px 0px 00px 0px;
  vertical-align: middle;
  position: relative;
	margin-bottom: 10px;
	
}

.ball {
 font-family: arial;
  left:0px;
  top:0px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
border :1px solid grey;
  background-color: orange;
  text-align: center;
  display: inline-block;
  z-index: 99;
  padding: 0px;
  margin: 0px;
  position: absolute;
  color: coral;
  background-image: url('https://www.o-range.golf/wp-content/uploads/orange-golf-ball.png');
	letter-spacing: -3px;

}

ball::before {
	content: "£";
	font-size:14px;
}

.price {
  width: 200px;
  height: 40px;
  border-radius: 0 20px 20px 0;
  border: 1px solid grey;
  font-family: "verdana";
  font-size: 20px;
  font-weight: 700;
  font-style : italic; 
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 60px;
  z-index: 2;
  background-color: lightgrey;
top:20px;
line-height:37px;
}

.save {
 position: absolute;
 width: 70px;
 background-color: orange;
 color: white;
 border: 1px solid grey;
 height: 24px;
 left: 220px;
 border-radius: 12px;
 font-size: 12px;
 font-family: Verdana, Geneva, sans-serif; 
 font-style: italic;
 line-height: 21px;
 text-align: center;
 top: 9px;
 z-index: 3;
	font-weight:bold;
	letter-spacing: -1px;

}

.ball-price {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  letter-spacing : -1px;

}

.ball-price::before {
  content: "£";
  font-size:12px;
}

.credit {

  font-size: 30px;
  font-weight: 700;
  line-height: 78px;
  display: inline-block;
  padding: 0px;
  letter-spacing: -3px;
	left: -3px;
	position: relative;
}

.credit::before {
  content : "£ ";
  font-size:16px;
}
.decimal {
	font-size: 14px;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  left: -1px;
  position:relative;
  letter-spacing: -1px;
	font-weight: bold;
}

.decimal::before {
	content : ".";
}

#tupsuccess {
	display : none;
}