a.button13 {
  display: inline-block;
  width: 23em;
  font-size: 80%;
  color: rgba(255,255,255,.9);
  text-shadow: #2e7ebd 0 1px 2px;
  text-decoration: none;
  text-align: center;
  line-height: 1.1;
  white-space: pre-line;
  padding: .7em 0;
  border: 1px solid;
  border-color: #60a3d8 #2970a9 #2970a9 #60a3d8;
  border-radius: 6px;
  outline: none;
  background: #60a3d8 linear-gradient(#89bbe2, #60a3d8 50%, #378bce);
  box-shadow: inset rgba(255,255,255,.5) 1px 1px;
}
a.button13:first-line{
  font-size: 170%;
  font-weight: 700;
}
a.button13:hover {
  color: rgb(255,255,255);
  background-image: linear-gradient(#9dc7e7, #74afdd 50%, #378bce);
}
a.button13:active {
  color: rgb(255,255,255);
  border-color: #2970a9;
  background-image: linear-gradient(#5796c8, #6aa2ce);
  box-shadow: none;
}


a.button13_ {
  display: inline-block;
  width: 24em;
  font-size: 80%;
  color: rgba(255,255,255,.9);
  text-shadow: #2e7ebd 0 1px 2px;
  text-decoration: none;
  text-align: center;
  line-height: 1.1;
  white-space: pre-line;
  padding: .7em 0;
  border: 1px solid;
  border-color: #60a3d8 #2970a9 #2970a9 #60a3d8;
  border-radius: 6px;
  outline: none;
  /*background: #60a3d8 linear-gradient(#89bbe2, #60a3d8 50%, #378bce);*/
  background: #60a3d8 linear-gradient(#ff0000, #cc0000 50%, #ff0000);
  box-shadow: inset rgba(255,255,255,.5) 1px 1px;
}
a.button13_:first-line{
  font-size: 170%;
  font-weight: 700;
}
a.button13_:hover {
  color: rgb(255,255,255);
  background-image: linear-gradient(#9dc7e7, #74afdd 50%, #378bce);
}
a.button13_:active {
  color: rgb(255,255,255);
  border-color: #2970a9;
  background-image: linear-gradient(#5796c8, #6aa2ce);
  box-shadow: none;
}


input.button4 {
  position: relative;
  display: inline-block;
  font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: rgb(245,245,245);
  text-shadow: 0 -1px rgba(0,0,0,.1);
  text-decoration: none;
  width: 100%;
  padding: .3em 1em;
  outline: none;
  border: none;
  border-radius: 3px;
  background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
  box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;
 /* -webkit-animation: pulsate 1.2s linear infinite;*/
  /*animation: pulsate 1.2s linear infinite;*/
}
input.button4:hover {
  /*-webkit-animation-play-state: paused;*/
  /*animation-play-state: paused;*/
  cursor: pointer;
}
input.button4:active {
  /*top: 1px;
  color: #fff;
  text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;
  box-shadow: 0 -1px 3px rgba(0,0,0,.3), 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);*/
}
/*@-webkit-keyframes pulsate {
  50% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;}
}
@keyframes pulsate {
  50% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;}
}*/

.button_new {
	background: #b5bdc8;
	background: linear-gradient(to top, #b5bdc8 0%, #828c95 36%, #28343b 100%);
	font-size: 16px;  
	padding: 10px 20px; 
	color: #fff; 
	border: 1px solid #333; 
	border-radius: 20px; 
	width: 400px;
}
	
.button14 {
  display: inline-block;
  text-shadow: 1px 1px #fff;
  text-decoration: none;
  padding: .3em 1em;
  border: 1px solid #aaa;
  border-radius: 8px;
  outline: none;
  background: #d6dbbf no-repeat;
  background-image:
   linear-gradient(to left, #aaa, #aaa),
   linear-gradient(to left, #feffe8, #feffe8),
   linear-gradient(#feffe8, #d6dbbf);
  background-position: calc(100% - 2.7em) 0, calc(100% - 2.7em + 1px) 0, 0 0;
  background-size: 1px 100%, 1px 100%, auto auto;
  overflow: hidden;
}
.button14:after {
  content: "\bb";
  position: relative;
  bottom: 0;
  display: inline-block;
  margin-left: 1.4em;
  vertical-align: middle;
  font-family: "Times","Times New Roman","serif","sans-serif","EmojiSymbols";
  font-weight: 700;
  font-size: 140%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.button14:hover {
  background-color: #fdfd9f;
  background-image:
   linear-gradient(to left, #aaa, #aaa),
   linear-gradient(to left, #feffe8, #feffe8),
   linear-gradient(#fffce7, #fdfd9f);
}
.button14:active:after {
  bottom: -1.2em;
  transition: .3s;
}

input.button-level {
  margin:10px;	
  font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
  color: rgb(245,245,245);
  text-shadow: 0 -1px rgba(0,0,0,.1);
  text-decoration: none;
  width: 200px;
  padding: 10px;
  border-radius: 5px;
	cursor:pointer;
	border-color: #0c9c0d #82d18d #0c9c0d;
  background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
  box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;
}

input.button-level2 {
  margin:10px;	
  font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
  color: rgb(245,245,245);
  text-shadow: 0 -1px rgba(0,0,0,.1);
  text-decoration: none;
  width: 200px;
  padding: 10px;
  border-radius: 5px;

	/*background: #60a3d8; linear-gradient(#89bbe2, #60a3d8 50%, #378bce);*/
	background: url(images/logo_f.png) 0 0 repeat-x;
	border-color: #89bbe2 #60a3d8 #378bce;
	cursor:pointer;
	
  /*box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;*/
}

input.button-level3 {
  margin:10px;	
  font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
  color: #fefefe;
  text-shadow: 0 -1px rgba(0,0,0,.1);
  text-decoration: none;
  width: 200px;
  padding: 10px;
  border-radius: 5px;
	background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
	border-color: #60a3d8 #2970a9 #2970a9 #60a3d8;
	/*background: #60a3d8 linear-gradient(#89bbe2, #60a3d8 50%, #378bce);
	border-color: #60a3d8 #2970a9 #2970a9 #60a3d8;*/
	cursor:pointer;
  /*box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;*/
}


input.button-level4 {
  margin:10px;	
  font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
  color: #fefefe;
  text-shadow: 0 -1px rgba(0,0,0,.1);
  text-decoration: none;
  width: 200px;
  padding: 10px;
  border-radius: 5px;
	background: #cc0000 linear-gradient(#ff5555, #ff1111 50%, #aa0000);
	/*border-color: #60a3d8 #2970a9 #2970a9 #60a3d8;*/
	cursor:pointer;
  /*box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;*/
}


input.button-level-pass {
  margin:10px;	
  font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
  color: #242424;
  text-shadow: 0 -1px rgba(0,0,0,.1);
  text-decoration: none;
  width: 200px;
  padding: 10px;
  border-radius: 5px;
	background: #ececec;
	cursor:pointer;
  /*box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;*/
}


img.champion {
	/*width: 200px;*/
	position:relative;
	z-index:2;
	top:5px;
	left:-20px;
}


input.button-level-start{
  margin:10px;	
  font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
  color: rgb(245,245,245);
  text-shadow: 0 -1px rgba(0,0,0,.1);
  text-decoration: none;
  width: 200px;
  padding: 5px 10px;
  border-radius: 5px;
	cursor:pointer;
  background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
  box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;
}

.button-level5 {
  margin:5px;	
  font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
  color: #fefefe;
  text-shadow: 0 -1px rgba(0,0,0,.1);
  text-decoration: none;
  width: 200px;
  padding: 10px;
  border-radius: 5px;
  background: #336699 linear-gradient(#003366, #88bbff 50%, #336699);
	/*border-color: #60a3d8 #2970a9 #2970a9 #60a3d8;*/
	cursor:pointer;
  /*box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;*/
}

.button-level51 {
  margin:5px;	
  font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
  color: #fefefe;
  text-shadow: 0 -1px rgba(0,0,0,.1);
  text-decoration: none;
  width: 200px;
  padding: 10px;
  border-radius: 5px;
  	/*background: #336699 linear-gradient(#003366, #88bbff 50%, #336699);*/
	background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
	/*border-color: #60a3d8 #2970a9 #2970a9 #60a3d8;*/
	cursor:pointer;
  /*box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;*/
}


.button-level6 {
  margin:5px;	
  font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
  color: #fefefe;
  text-shadow: 0 -1px rgba(0,0,0,.1);
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
	background: #cc0000 linear-gradient(#ff5555, #ff1111 50%, #aa0000);
	/*border-color: #60a3d8 #2970a9 #2970a9 #60a3d8;*/
	cursor:pointer;
  /*box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;*/
}

.button-level61 {
  margin:5px;	
  font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
  color: #fefefe;
  text-shadow: 0 -1px rgba(0,0,0,.1);
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
	background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
	/*border-color: #60a3d8 #2970a9 #2970a9 #60a3d8;*/
	cursor:pointer;
  /*box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;*/
}

.button-level5 a,
.button-level51 a,
.button-level6 a,
.button-level61 a{
	color:#fefefe;
}

.pdf-file{
	float:left;
	padding:10px;
	margin:5px;
	color:#fefefe;
	border-radius: 5px;
	background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
}

.pdf-file a{color:#fefefe;}
