/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* HTML 5 Boileplate Template */
html, button, input, select, textarea {color: #222;}
body {font-size: 1em; line-height: 1.4;}
/*Remove text-shadown in selection hightlight; customize background color*/
::-moz-selection {background: #b3d4fc;text-shadow: none;}
::selection {background: #b3d4fc; text-shadow: none; }
/*A better looking horizontal rule*/
hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
/*Remove gap between images and the bottom of their containers*/
img {vertical-align: middle;}
/*Remove default fieldset styles*/
fieldset {border: 0; margin: 0; padding: 0;}
/*Allow vertical resizing of textareas*/
textarea {resize: vertical;}
/*Chromeframe prompt*/
.chromeframe {margin: 0.2em 0; background: #ccc; color: #000;padding: 0.2em 0;}


/*==================================================================*/
/*Author Styles*/

* {
	-moz-box-sizing: border-box;
	box-sizing:border-box;
}

pre {
	background: #f8f8f8;
	border:1px solid #ddd;
	border-radius: 3px;
	padding:6px 10px;
	white-space: normal;
	word-wrap:normal;
	width: auto;
}

code {
	background:transparent;	
	font-family: Consolas, Courier, monospace;
	font-size: 0.7em;
	word-wrap:normal;
	display:inline;
	white-space: pre;
}

p > code {
	background: #f8f8f8;
	border:1px solid #ddd;
	padding:3px 0px;
	border-radius: 3px;
	line-height: 1em;
	font-size: 1em;
}

pre code:before, pre code:after, pre  {
content: normal;
}

code:before, code:after {
	content:"\00a0";
}

h1  {
	margin-bottom: 0px;
}

h2 {
	margin-bottom: 0px;
}
.subtitle {
	margin-top: 0px;
	font-size: 0.8em;
}

p {
	font-size: 1em;
	line-height: 1.6em;
}

#content {
	width:50%;
	margin:0 auto;
	margin-bottom: 100px;
}

.accordion dt, .accordion dd {
margin: 0px;
padding: 0px;
}


.accordion dt a, .accordion dd a {
  display: block;
  color: black;
  text-decoration: none;
 /* outline: 1px solid #ddd;*/
  margin-bottom: 0px;
  padding: 0px;
}
.accordion dd {
  margin:0px;
  padding: 0px;

}

.accordion dd:last-of-type {
  border-top: 1px solid white;
  position: relative;
  top: -1px;
}


/*==================================================================*/
/*Mobile • Responsive*/
/*for 768 or less*/

@media screen and (max-width: 640px) {

}/*end media query*/

/*==================================================================*/
/*Responsive style for sub-menu in portrait orientation*/

@media only screen and (device-width: 768px) and (orientation:portrait) {
header.sub {height:auto;}
}

/*==================================================================*/
/*Print styles*/

@media print {
* {
background: transparent !important;
color: #000 !important; /* Black prints faster: h5bp.com/s */
box-shadow: none !important;
text-shadow: none !important;
}

a,
a:visited {
text-decoration: underline;
}

/*  a[href]:after {
content: " (" attr(href) ")";
}

abbr[title]:after {
content: " (" attr(title) ")";
}*/

/*
* Don't show links for images, or javascript/internal links
*/

.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}

pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}

thead {
display: table-header-group; /* h5bp.com/t */
}

tr,
img {
page-break-inside: avoid;
}

img {
max-width: 100% !important;
}

@page {
margin: 0.5cm;
}

p,
h2,
h3 {
orphans: 3;
widows: 3;
}

h2,
h3 {
page-break-after: avoid;
}

table {width:100%;}

img {width:100%;}
td.none {width: 70px}
td.none > img {width:20px;}

}
