/* WebAssembly.fr */

.top {
	font-size:36px;
	font-family: "Liberation Mono", "Times New Roman", Arial;
	margin: 16px 64px 16px 64px;
	height:80px;
}

body {
  color: #606c76;
  font-family: 'Arial', sans-serif;
  line-height: 1.4;
}

.thr {
	background: #ccc;
	background: linear-gradient(to left, rgba(200,200,200,0), rgba(200,200,200,1)); 
	margin:0 0 16px 0;	
	height:6px;
}

.wrapper {
	margin:32px 34px 32px 48px;
}

.footer {
	background-color:#E8E8E8;
	border:1px solid #CCC;
	border-radius:8px;
	padding:12px 16px 12px 16px;
	text-align:center;
	position:fixed;
	bottom:8px;
	left:16px;
	right:16px;
}

a {
  color: #2A70ED;
  text-decoration: none;
}

a:focus, a:hover {
  color: #2A70ED;
  text-decoration:underline;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:20px;
	margin-top:32px;
}

h3 {
	font-size:16px;
	font-style:normal;
	font-weight:bold;
}

dt {
	font-weight:bold;
}

.post {
	padding-bottom:48px;
}

pre {
  	background: #fdf8f4 !important;
	max-width:80%;
	border: 1px #333333;  
	border-radius: .2rem;	
	overflow-y: hidden;
	margin:16px;
	padding:4px !important;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
}

pre > code { 
	white-space:pre;
  	background: #f8f4f0 !important;
}

hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin: 3.0rem 0;
}

.left {
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}

.right {
	float: right;
	margin-left:8px;
	margin-bottom:8px;
}

.shaded {
  box-shadow:3px 3px 6px #888888; 
}

