﻿body {
	background-color: white;
	color: black;
	font-family: "Helvetica","Arial",sans-serif;
	font-size: 12pt;
	margin: 35pt;
	margin-top: 10pt;
	margin-bottom: 10pt;
}

ul {
   display: block; 
    list-style-type: disc;
    margin-top: 0.2em;
    margin-bottom: 0.2 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
}
/*
#adsense {
  float: right;
  margin-top: 20px;
  margin-left: 20px;
}
*/

*.joetable {
	border-width: 1px;
	border-style: solid;
	padding: 0.2em;
}

*.codetable {
	border-width: 1px;
	border-style: solid;
	border-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	margin: 0.2em;
	padding: 0.2em;
	font-family: "Courier New","Courier",monospace; 
	font-size: 0.8em;
}
*.boxed {
	padding: 0.2em;
	border-width: 1px;
	border-style: solid;
	vertical-align: text-top;
	text-align: left;
	margin-left: 0.2em;
}



*.navtable {
	font-family: "Helvetica","Arial",sans-serif;
	font-size: 0.8em;
	border-width: 1px;
	border-style: solid;
	background-color: #e7e7e7;
	border-color: #666;
	padding: 0.5em;
}

*.sect1title {
	font-family: "Helvetica","Arial",sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 0.0em;
}

*.sect2title {
	font-family: "Helvetica","Arial",sans-serif;
	font-size: 1.16em;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.0em;
}

*.question, ul,li {
	font-family: "Helvetica","Arial",sans-serif;
	font-size: 0.9em;
	margin-top: 1.1em;
/*	margin-bottom: -1.1em;  */
}

*.contentslist {
	font-family: "Helvetica","Arial",sans-serif;
	font-size: 0.666em;
	border-style: solid;
	background-color: #e7e7e7;
	border-color: #666;
	padding: 0.5em;
}

*.installinstruction {
	font-family: "Courier New","Courier",monospace; 
	font-size: 1.0em;
	border-width: 1px;
	border-style: solid;
	background-color: #bedddd;
	border-color: #bedddd;
}


*.sect3title {
	font-family: "Helvetica","Arial",sans-serif;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.0em;
}
/*

*.guidetitle {
	font-family: "Helvetica","Arial",sans-serif;
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 0em;
}

*.guidesubtitle {
	font-family: "Helvetica","Arial",sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.666em;
	margin-top: 0em;
}

*.guidetitleauthor {
	font-family: "Helvetica","Arial",sans-serif;
	font-weight: bold;
	margin-bottom: 0em;
}

*.guideversion,*.guidedate {
	font-family: "Helvetica","Arial",sans-serif;
	font-size: 0.8em;
}

*.guidecopyright {
	font-family: "Helvetica","Arial",sans-serif;
	font-size: 0.666em;
}

*.guidetitleemail {
	font-family: "Courier New","Courier",monospace; 
	font-weight: bold;
	font-size: 0.8em;
}

*.mainsectbreak {
	margin-top: 1em;
	color: #000;
	border: 0px;
	background-color: #000;
	height: 1px;
	width: 100%;
}

*.mainsecthr {
	color: #000;
	border: 0px;
	background-color: #000;
	height: 0.2em;
	width: 100%;
}
*/
*.floatleft {
	float:left;
}

*.floatright {
	float:right;
}

*.padfive {
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}

*.type,*.const,*.var,*.email,*.func,*.tt,*.operator {
	font-family: "Courier New","Courier",monospace; 
	font-size: 0.9em;
}

*.code,*.screen {
	font-family: "Courier New","Courier",monospace; 
	font-size: 0,9em;
}

*.em1 {
	font-size: 1em;
}

*.com {
	font-weight: bold;
}

*.var {
	font-style: oblique;
}

*.func {
	font-weight: bold;
}

*.titlefunc {
	font-family: "Courier New","Courier",monospace; 
	font-weight: bold;
}

*.titletype {
	font-family: "Courier New","Courier",monospace; 
	font-weight: bold;
}

*.titlevar {
	font-style: oblique;
	font-weight: bold;
}

*.command {
	font-family: "Courier New","Courier",monospace; 
	font-weight:bold;
}

*.singleborder {
	border: #000,solid,2px;
	border-color: #222;
	border-style: solid;
	border-width: 1px;
	margin: 1em;
	padding: 1em;
}

*.codeblock {
/*	background-color: 	#ebebeb;
	border-top: 		1px dashed #959595;
	border-bottom: 		1px dashed #959595; 
	padding: 			11px 21px; */
	font-size: 			0.8em;
	font-family: 	"Courier New","Courier",monospace; 
	white-space:		pre;
	margin-top: -1.0em;
/*	margin: 0.2em;
	padding: 0.2em;
	line-height:		18px; */
}

pre.question {
	font-family: "Helvetica","Arial",sans-serif;
	font-size: 0.9em;
	margin-top: 1.1em;
}



pre.code {
	font-size: 			0.8em;
	background-color: #e7e7e7; 
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	margin: 0.2em;
	padding: 0.2em;
}
pre.codeblock {
	border-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

pre.screen {
	font-weight: bold;
	background-color: #e0e0e0;
	border-color: #000;
	border-style: solid;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-width: 1px;
	margin: 0.2em;
	padding: 0.2em;
}


/* Expanderbara LÃ¶sningsfÃ¶rslag */


label {
  display: block;
  padding-right: 0.5em;
  text-align: right;
/*  border-bottom: 1px solid #CCC; */
	font-size: 0.9em;
  color: #666;
}
.tips {
  width: inherit;
}
.tips label {
  display: block;
  padding-right: 0.5em;
  text-align: left;
/*  border-bottom: 1px solid #CCC; */
  color: #666;
}
label:hover {
  color: #000;
}
input[type=checkbox] + label::before {
  text-align: center;
  font-family: Consolas, monaco, monospace;
  font-weight: bold;
/*  font-size: 15px; */ 
  content: "+";
  vertical-align: center;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  background: radial-gradient(ellipse at center, #CCC 50%, transparent 50%);
}
.expand {

}
.tips .expand {
/*
  background-color: #ebebeb;
  margin-left: -16px;
  padding-left: 16px;
  padding-right: 16px;
  */
}
input[type=checkbox] {
  display: none;
  visibility: hidden; 
}
input[type=checkbox]:checked ~ .expand {
  max-height: 400%;
/*  transition: max-height 0.5s ease-in; */
}

input[type=checkbox] ~ .expand 
{
  max-height: 0;
  overflow: hidden;
/*  white-space:nowrap;
  transition: max-height 0.3s ease-out;*/
}

input[type=checkbox]:checked ~ label::before {
  content: "-";
}

input[type=checkbox]:checked ~ .expand b {
  color: #232323;
}
