#content > *{
	background: GhostWhite; /*#eff4ff;*/ /*skyblue;*/ /*#3bbced;*/
}

.code {
	background: #2d89ef; /*#3bbced;*/ /*#2aabde;*/
}
/*p.remember {
	background: lightblue;
}*/
.remember {
	background: lightblue;
}

code {
	font-weight: 600;
}
/*code.simple {
	background-color: white;
}*/
code.full-simple {
	background-color: white;
}

div code {
  /*background: GhostWhite;;*/
  border: 1px solid black;
}

table code {
  border: 0px solid white;
}

code.simple {
  border: 0px solid white;
}

p {
  font-family: calibri, arial;
  font-size: 1.1rem;
  color: black;
}
/*
.w3-metro-light-green {color:#fff;background-color:#99b433}
.w3-metro-green {color:#fff;background-color:#00a300}
.w3-metro-dark-green {color:#fff;background-color:#1e7145}
.w3-metro-magenta {color:#fff;background-color:#ff0097}
.w3-metro-light-purple {color:#fff;background-color:#9f00a7}
.w3-metro-purple {color:#fff;background-color:#7e3878}
.w3-metro-dark-purple {color:#fff;background-color:#603cba}
.w3-metro-darken {color:#fff;background-color:#1d1d1d}
.w3-metro-teal {color:#fff;background-color:#00aba9}
.w3-metro-light-blue {color:#000;background-color:#eff4ff}
.w3-metro-blue {color:#fff;background-color:#2d89ef}
.w3-metro-dark-blue {color:#fff;background-color:#2b5797}
.w3-metro-yellow {color:#fff;background-color:#ffc40d}
.w3-metro-orange {color:#fff;background-color:#e3a21a}
.w3-metro-dark-orange {color:#fff;background-color:#da532c}
.w3-metro-red {color:#fff;background-color:#ee1111}
.w3-metro-dark-red {color:#fff;background-color:#b91d47}
*/

.fas {
  color:black;
}


h2{
   margin: 0;
   padding: 0;
   /*font-size: 1.3rem;*/
}
h3 {
   margin: 0;
   margin-top: 4rem;
   padding: 0;
   /*font-size: 1.3rem;*/
}

h4 {
   /*margin: 0;*/
   margin-top: 3rem;
   padding: 0;
   /*font-size: 1.3rem;*/
}

h3#top {
    margin-top: 1rem;
}

.sectionPractice li {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

h2 {
	/*text-align: center;*/
}
p {
	margin-top: 1rem;
	margin-bottom: 2rem;
}
p.center {
	text-align: center;
}

.max300 {
	max-width: 300px;
}
.max500 {
	max-width: 500px;
}
.max700 {
	max-width: 700px;
}
.max900 {
	max-width: 900px;
}
table {
	margin-bottom: 2rem;
}
pre {
    white-space: pre-wrap;
	margin-top: 0;
	padding-top: 0;
}
pre.text-before {
	margin-top: -1em;
}
pre.space-before {
	margin-top: 4em;
}
p.space-before {
    margin-top: 3em;
}
ol.text-before, ul.text-before {
    margin-top: -1.5em;
    margin-bottom: 2em;
}

/*
table {
    border-collapse: collapse;
    width: 100%;
}
th {
    text-align: left;
    background-color: darkblue;
    color: white;
}
td {
	padding-top: 0.25rem;
    *cursor: pointer;*
}
tr:hover {background-color: darkblue;}
tr:nth-child(even) {background-color: #fefefe;}
tr:nth-child(odd) {background-color: lightblue;}
tr.active {
	color: white;
	background-color: black;
}
tr:hover {background-color: darkgrey;}
td:hover {color: white;}

*/
img.responsive {
    max-width: 100%;
    height: auto;
}
img.pic {
    max-width: 100%;
    height:auto;
    display:block;
    margin-left:10%;
}
code.python-output {
    color:white; 
    background-color:black;
}
span.python-output {
    display: block;
    color:white; 
    background-color:black;
    padding: 0.3em;
    font-weight: bold;
}
code.python-error {
    color:red; 
    background-color:black;
}
span.python-error {
    display: block;
    color:red; 
    background-color:black;
    padding: 0.3em;
    /*font-weight: bold;*/
}

.rotate-icon {
  transition: transform 0.3s ease;
}
a[aria-expanded="true"] .rotate-icon {
  transform: rotate(180deg);
}


table {
    border-collapse: collapse;
    width: 100%;
}

th {
  /*color:#D5DDE5;*/
  color:GhostWhite;
  background:#1b1e24;
  border-bottom:1px solid #9ea7af;
  border-right: 1px solid #343a45;
  /*font-size:23px;*/
  font-weight: 700;
  padding:0.2rem;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:10px;
}
 
th:last-child {
  border-top-right-radius:10px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color: DarkSlateGrey; /*#666B85;*/
  /*font-size:16px;*/
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
/*tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
}*/
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  /*background:#FFFAFA;*/  /*#EBEBEB;*/
  background:#EBEBEB;
}
 
/*tr:nth-child(odd):hover td {
  background:#4E5066;
}*/

tr:last-child td:first-child {
  border-bottom-left-radius:10px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:10px;
}

tr:last-child {
  border-bottom: 1px solid #C1C3D1;
}

td {
  background:#FFFFFF;
  padding-top:0.25rem; /*padding:20px;*/
  text-align:left;
  vertical-align:middle;
  font-weight:500;
  /*font-size:18px;*/
  /*text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);*/
  border-right: 1px solid #C1C3D1;
  padding-left: 0.5rem;
  padding-right: 5px;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}

/******************************
Egna tillägg
******************************/
table.white tr:nth-child(even) {background: #fefefe;}
table.white tr:nth-child(odd) td {background: #fefefe;}
table.white tr {background: #fefefe;}
table.auto {
    border-collapse: collapse;
    width: auto;
	/*margin: auto;*/
	margin-left: 0;
    max-width: 100%;
    height: auto;
	border: 0;
	background:  #fefefe;
}
table.auto td {
	padding-left: 1rem;
	padding-right: 1rem;
}
table.auto td:hover {color: black;}
