body {
	margin: 0;
	padding: 0;
}

.blekh {
	max-width: 855px;
	height: 165px;
	display: block;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding-right: 20px;
	
}
.frame {
	height: 78vw;
	
}

img {
	cursor: pointer;
	width: 150px;
	float: left;
}

.small-1 {
	transition: all   ease;
  padding-top: 0px;
}

.double img {
	    max-width: 850px;
    width: 100%;
}

.double img:nth-child(2) {
	width: 850px;
	margin-top: 10px;
}
.stow {
	display: none;
}

.double {
	position: absolute;
	display: none;
}

.download {
	display: block;
}



h4 {
	margin-top: -30px;
}

h3 {
	margin-top: -20px;
	color: #f00500;
  margin-left: 55px;
}

hr {
	border: none;
	color: #f00500;
	background-color: #f00500;
	height: 3px;
	margin-top: -15px;
  margin-left: 55px;
}

.finger {
	width: 50px;
	margin-right: 5px;
	cursor: default;
}

.sign {
	padding-top: 35px;
}
a {
  text-decoration: none;
}
.as-btn-blueborder-small {
	font-family: 'berlingskeserif-rg';
    font-size: 17px;
	cursor:pointer;
	text-decoration: none;
	padding: 4px 12px;          
	background: linear-gradient(#c90501, #6e0301);
	border: solid 1px #440200; 
	border-bottom: solid 1px #6e0301; 
	box-shadow: inset 0 0 0 1px #f00500;
	color: #fff;
	text-shadow: 0 1px 0 #7b502e;
	outline-color: #ccc;
	z-index: 11;
	display: block;
}

.as-btn-blueborder-small:hover {
	color: #fff;
	background: #9e1616;
}

.as-btn-blueborder-small:focus {
	outline: 0;
}
table{
  border-collapse: collapse;
  border-spacing:0;
  margin-bottom: 10px;
  margin-top: 10px;
}
th{
   font-size: 14px;
   line-height: 14px;
  border:solid 1px grey;
  padding: 5px;
  
}
td{
   font-size: 14px;
   line-height: 14px;
  border:solid 1px grey;
  padding: 5px;
  
}
#p1 {
  display: none;
}