.star-icon {
	color: #ddd;
	font-size: 2em;
	position: relative;
}
.star-icon.full:before {
	text-shadow: 0 0 2px rgba(0,0,0,0.7);
	color: #FDE16D;
	content: '\2605'; /* Full star in UTF-8 */
	position: absolute;
	left: 0;
}
@-moz-document url-prefix() { /* Firefox Hack :( */
.star-icon {
	font-size: 50px;
	line-height: 34px;
	}
}
#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
     top:0;
    left:0; 
    width:100%; 
    height:100%; 
    /*background: rgba(0,0,0,.7);*/
	/*opacity: 1;*/
    text-align:center;
	z-index: 10;
}

#lightbox1 {
    position:fixed; /* keeps the lightbox window in the current viewport */
     top:0;
    left:0; 
    width:100%; 
    height:100%; 
    /*background: rgba(0,0,0,.7);*/
	/*opacity: 1;*/
    text-align:center;
	z-index: 9;
}

#sidelist{height:100%;}
p {
	font-size:1.1rem;
	}
li {
	font-size:1.1rem;
	list-style:none;
	}
a {
	font-size:1.1rem;
	}
.Fixed
{
	position: fixed;
	right: 10px;
	bottom: 10px;
}
#hashshow{
		
		font-size:1rem;
		text-align:center;
		margin: auto;
}

#inputtext{
	width:70%;
	height:70px;

}

#bigbutton{
	font-size:1.1rem;
}

p {
  font-size:1.1rem;
}

li {
  font-size:1.1rem;
}

a {
  font-size:20px;
}


@-moz-keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-loader:not(:required) {
  -moz-animation: spinner-loader 1500ms infinite linear;
  -webkit-animation: spinner-loader 1500ms infinite linear;
  animation: spinner-loader 1500ms infinite linear;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  -webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 1.5em;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
}


#overlay1 {
  position: fixed;
  bottom:0px;
  left:0px;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 12%;
  z-index:3;
}

#overlay2 {
  position:fixed;
  bottom:12%;
  left:0px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 12%;
  z-index: 3;
}

#overlay3 {
  position:fixed;
  bottom:24%;
  left:0px;
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 12%;
  z-index: 3;
}

#overlay4 {
  position:fixed;
  bottom:36%;
  left:0px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 12%;
  z-index: 3;
}

#overlay5 {
  position:fixed;
  bottom:48%;
  left:0px;
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 12%;
  z-index: 3;
}

#closebutton {
  position:fixed;
  bottom:24%;
  left:0px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 20%;
  z-index: 4;
  text-align:center;
}

.buttonsize
{
	font-size:3em;
}

