* {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
body, body * {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	text-rendering: optimizeLegibility !important;
	/*-webkit-backface-visibility: hidden;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: hidden;*/
  -webkit-font-smoothing:antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
#preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
  margin: 0;
  /*opacity: .5;*/
  background-color: white;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}

a {
		color: black;
	}
  #copy {
    position:absolute;
    display: inline-block;
    width: 602px;
    /*height: 162px;*/
    max-height: 100%;
    /*min-height: 162px;*/
    padding: 12px 12px;
    overflow: auto;
    background: #f95;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
		color: black;
    visibility: hidden;
		z-index: 99999;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		-moz-box-shadow:    -2px 2px 6px 2px #ccc;
    -webkit-box-shadow: -2px 2px 6px 2px #ccc;
    box-shadow:         -2px 2px 6px 2px #ccc;
	left:-400px !important;
  }
  .thumb {
		position: absolute;
		right: 12px;
    width: 32px;
    height: 32px;
		bottom: 12px;
		display: inline-block;
    -moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		border-radius: 1px;
  }
	.infobutton {
		display:none !important;
    position: absolute;
		display: inline-block;
    background: white;
		border: none;
		color: #747474;
		text-align: center;
		font-size: 14px;
    font-weight: 600;
		cursor: pointer;
		margin:0 auto;
		bottom: 12px;
		border-radius: 4px;
		letter-spacing: 0.8px;
		width: 100px;
	}
  .closebutton {
    position: absolute;
		display: inline-block;
    background: white;
		border: none;
		color: #747474;
		text-align: center;
		font-size: 14px;
    font-weight: 600;
    line-height: 14px;
		cursor: pointer;
		margin:0 auto;
		right: 6px;
		top: 6px;
		border-radius: 2px;
		width: 18px;
	}
  p {
    line-height: 1.3;
    margin-top: .1em;
    margin-bottom: .3em;
  }
  .big {
    max-width: 189px;
    margin-top: 0;
  }