html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}
body{
	line-height: 1;
}
ol,ul{
	list-style: none;
}
blockquote,q{
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content: '';
	content: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
strong{
	font-weight: bold;
}
body{
	margin: 0;
	background-color: #f9f8f5;
	background-color: rgba(202,187,159,0.1);
	font-family: 'Exo 2',sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
#frame{
	max-width: 840px;
	margin: auto;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#header{
	height: 311px;
	background: url('../images/header-img.jpg') center top no-repeat;
}
#logo{
	font-family: 'Armata',sans-serif;
	float: left;
	margin-left: 60px;
	padding: 40px 20px 10px;
	background-color: #e6000a;
	color: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#logo > span{
	clear: both;
	display: block;
}
#logo span.title{
	font-size: 20px;
}
#logo span.claim{
	font-size: 14.1px;
}
#content{
	background-color: #fff;
	padding: 0 80px 20px 60px;
}
.clearfix{
	clear: both;
}
h1{
	color: #505064;
	hyphens: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 22px;
	margin: 0 0 30px 0;
	padding: 30px 0;
}
b{
	font-weight: 400;
}
.customerLogo{
	float: right;
	width: 240px;
	height: 120px;
	margin-top: -20px;
	background-color: #f9f8f5;
	border: 3px solid #fff;
	-webkit-transform: rotate(1.5deg);
	-moz-transform: rotate(1.5deg);
	transform: rotate(3deg);
	box-shadow: 2px 2px 8px #ccc;
	padding: 0;
}
.customerLogo > img{
	width: 240px;
	margin: 0;
	padding: 0;
}
.errorText{
	padding: 30px 30px 10px;
}
.buttons{
	text-align: center;
	margin: 20px 0 40px;
	float: left;
	width: 100%;
}
table{
	background: #f2f2f2;
	width: 100%;
}
tr{
	border-bottom: 1px solid #fff;
}
tr.strong,tr.strong > td{
	font-weight: 700;
}
td:nth-child(odd){
/*padding-right:  20px;*/
}
td{
	padding: 5px 15px;
}
td:nth-child(even){
	font-weight: 400;
}
a.btn-download,span.btn-download{
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 24px 0;
	background: #e6000a;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
}
a.btn-download:hover{
	background: red;
}
span.btn-download{
	display: none;
	background: #00a831;
}
#footer{
	background-color: #444;
	opacity: 1;
	color: #fff;
	text-align: right;
	padding: 0 10px 5px;
	font-size: 13px;
	border-top: 4px solid #323241;
}
.legal-info{
	color: #999;
}
.filelist td, .filelist th{
	padding: 5px;
}
.filelist th{
	text-align: left;
	font-weight: 400;
	font-size: 13px;
	background: #444;
	color: #ccc;
}
.filelist{
	font-size: 11px;
	float: left;
}
.filelist tr:nth-child(even){
	background: #eee;
}
.filelist tr:nth-child(odd){
	background: #fff;
}
.filelist td.link{
	font-size: 14px;

}	
.filelist .inputH{
	width: 1px;
	float: left;
	opacity: 0.01;
	
}
.filelist .thLink{
	width: 50px;
}
.filelist .CopyButton{
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: #e6000a;
	text-align: center;
	border: none;
	color: white;
	transition: background 0.2s;
}
.filelist .CopyButton:hover{
	background: #541515;
}


/* .filelist .CopyButton:active{
	background: color(srgb 0.013 0.688 0.173);
} */
@media (min-width: 768px){
	#canvas{
		width: 768px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}	
	a.btn-download,span.btn-download{
		width: 100%;
		border-radius: 4px;
	}
}
@media (max-width: 840px){
	#content{
		background-color: #fff;
		padding: 0 15px 20px;
	}	
	#logo{
		margin-left: 15px;
	}	
	h1{
		margin-top: 15px;
	}	
	#frame{
		margin-bottom: 0;
	}
}