/*- Startpagina--------------------------- */
hr {
	border-top: dotted 6px;
	color: #f7c6e6;
}
.link-out ul {
 	list-style-image: url('https://www.winacties.nl/uploads/img/icon-page16.webp');
	line-height: 1.9; 
	padding: 1px 10px 10px 40px; 
	text-align:left; 
	color: #2c4c59; 
	font-weight: 700;	
}.
.link-out ul li{
	margin-bottom: 5px;
    font-size: 16px;
}
.cardBox .margaret h1 { 
  font-size: 26px; 
}
.boxed {
  margin-bottom: 20px;
  padding: 5px;
  background: #fff;
  border-radius:2px;
  overflow:hidden;
  border:2px solid #bad3d5;
}
p .boxed {
  padding-bottom: 20px;
}
.center {
  display: block;
  margin: 0 auto;
  padding: 10px;
}
div.center {
  text-align: center;
}
ul .list {
  list-style-image: url("/uploads/check.webp");
  line-height: 1.5;
  padding: 5px 5px 5px 5px;
  margin-right: 15px;
  text-align: left;
}
ul li .list {
  text-align: left;
  margin-bottom: 5px;
}
ul .link {
  list-style-image: url("/uploads/icon-link24.webp");
  line-height: 1.6;
  padding: 5px 5px 5px 5px;
  vertical-align: center;
  margin-left: 25px;
}
ul li .link {
  text-align: left;
  margin-bottom: 10px;
}
ul li .test {
  background: url('/uploads/icon-link.webp') no-repeat left center;
  padding: 5px 10px 5px 35px;
  list-style: none;
  margin-left: 5px;
  margin: 0;
  vertical-align: middle;
}
ul li a:link .more {  color: #000;
}
ul lia:visited .more {  color: #000;
}
ul li.more a:active .more {  color: #1743a6;
}
a:hover .link {  text-decoration: undeline;
}

/* https://codepen.io/fpavision/details/xxxONGv*/

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 28px;
    background-color: #faf2e8;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


/* https://www.w3schools.com/css/tryit.asp?filename=trycss3_column-rule-style*/

.newspaper {
  column-count: 3;
  column-gap: 40px;
  column-rule: 1px solid lightblue;
  font-size:0.9em;
  font-style: Courier, monospace;	
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
.newspaper {
  column-count: 2;
	}
}	
/*- Responsive--------------------------- */
.container-iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*- Lees meer W3school--------------------------- */
#more {display: none;}
#more2 {display: none;}
.responsivepicts {width: 100%; height: auto;}


/*- Responsive boxes-----https://codepen.io/luanmanara/pen/poyLbWx---------------------- */
.cards3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.card3 {
  margin: 40px;
  position: relative;
  max-width: 280px;
  max-height: 4100px;
  box-shadow: 0 40px 60px -6px black;
}

.card3-title {
  display: block;
  text-align: center;
  color: #000;
  background-color: #6184a8;
  padding: 2%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.card3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}

.card3-desc {
  display: block;
  font-size: 1.2rem;
  position: absolute;
  height: 0;
  top: 0;
  opacity: 0;
  padding: 18px 8%;
  background-color: white;
  overflow-y: scroll;
  transition: 0.8s ease;
}

.card3:hover .card3-desc {
  opacity: 1;
  height: 100%;
}
/*- Responsive boxes--------------------------- */

{
  box-sizing: border-box;
}

/* Float four columns side by side */
.column2 {
  float: left;
  width: 25%;
  padding: 10px 10px;
}

/* Remove extra left and right margins, due to padding */
.row2 {margin: 0 -5px;}

/* Clear floats after the columns */
.row2:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 1100px) {
  .column2 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}
/*H1*/
h2.heading-2 {margin-top: 0px; margin-bottom: 0px; padding-bottom:0px; padding-top:5px; font-size:1.8em; }
.heading h3 {margin-top: 5px; margin-bottom: 0px; padding-bottom:0px; padding-top:5px; font-size:1.4em; }
h4.heading-4 {margin-top: 5px; margin-bottom: 0px; padding-bottom:0px; padding-top:5px; font-size:1.2em; }
h5.heading-5 {margin-top: 5px; margin-bottom: 0px; padding-bottom:0px; padding-top:5px; font-size:1.1em; }

@media only screen and (max-width: 1199px) {
h1.heading-1 {font-size:1.8em;}
h2.heading-2 {font-size:1.6em; }
.heading h3 {font-size:1.2em; }
}	

@media only screen and (max-width: 480px) {
h3.heading-1 {font-size:1.6em; }	
h2.heading-2 {font-size:1.4em; }
.heading h3 {font-size:1.2em; }
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* ### toegevoegd ### */
.styled-table {
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 0.7em;
    font-family: sans-serif;
    min-width: 100px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
    background-color: #16703d;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #16703d;
}
/* ### 2 kolommen ### */

.cardBox .card-item-box { width: calc(50% - 27px); }
.cardBox .card-item-box.cnt h2 { text-align: left; }
.cardBox .card-item-box h2 { text-align: center; background-color: #fff; }

.cardBox .card-list-box { display: flex; flex-wrap: wrap; justify-content: space-between; }
.cardBox .menu-list-box { padding: 15px 30px; float: center;}
.cardBox .menu-list-box li { padding: 2px 0; border-top: 0px solid #707070; text-decoration: none; float: center;}
/* 
.cardBox .menu-list-box li:first-child { padding-top: 0; border-top: none;  }
.cardBox .menu-list-box a { padding: 0 15px; padding-left: 40px; position: relative; display: inline-block; width: 100%; font-size: 20px; color: #393939; }
.cardBox .menu-list-box a:hover { font-weight: 600; text-decoration: underline; color: #337720; }
.cardBox .menu-list-box a:before { position: absolute; top: 5px; left: 0; font-family: 'icomoon', sans-serif; font-size: 24px; font-weight: 400; line-height: normal; color: #d74323; content: '\e900'; }
.cardBox .menu-list-box a:hover:before { color: #337720; }
*/
.cardBox .menu-list-box img {display: block; margin-left: auto; margin-right: auto }

.content-box h1 { font-size: 25px; color: #2e3b2a; padding: 0; background: none !important; }
.content-box h2 { padding: 0; background: none !important; }
.content-box li { list-style: unset; font-size: 18px; margin-left: 10px; }
@media screen and (max-width: 1024px) {.content-box h1 { font-size: 19px; }
}

.button { display: inline-flex; align-items: center; justify-content: center; font-weight: 700; border-radius: 4px }
.button:after { padding-left: 4px; content: 'â†’'; }
.success2 { padding: 0 30px; height: 45px; font-size: 19px; background-image: linear-gradient(#62a34a, #1f650e); }
.success2:hover { background-image: linear-gradient(#4b8e33, #134e04); }
a.button.success2 { text-decoration: none !important; color: #fff; transition: 0.4s; margin-bottom: 15px;}


.button-box {
  background-color: #1e4626; /* Green */
  border: none;
  color: white;
  padding: 14px 27px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.button1-box {display: block; margin-left: auto; margin-right: auto } /* center */
.button1-box {padding: 10px 27px;}
.button1-box {border-radius: 4px;}
.button1-box {background-color: #1e4626; color: 567d5e; border: 2px solid #4CAF50;}
.button-box {transition-duration: 0.4s;}
.button-box:hover {background-color: 567d5e; /* Green */  color: white;}
.button1-box:hover {box-shadow: 0 2px 6px 0 rgba(0,0,0,0.24), 0 7px 25px 0 rgba(0,0,0,0.19);}

ul#vinkje {
list-style-type: square;
list-style-image: url(uploads/check.png));
list-style-position: inside;
}


li#vinkje {
list-style-type: square;
list-style-image: url(uploads/check.png);
}
ul.list {
	list-style-type: none;
	text-align: left;
}
li.list {
	padding: 5px 5px 8px 0px;
	border: solid 1px transparent
	border-radius:1px;
}
/*    Extra table info blok   */
.info-information { float: left; width: 99.5%; margin: 0 1.5% 15px 0; border: 1px solid #cfcfcf; border-collapse: collapse; }
.info-information thead, .info-information tbody { width: 100%; padding: 0 10px 0 10px; float: left; }
.info-information thead { font-family: 'bebas', Arial, Helvetica, sans-serif; font-size: 17px; color: #002c48; }
.info-information thead tr, .info-information thead th { width: 100%; float: left; text-align: left; font-weight: bold; padding: 4px 0; }
.info-information tbody tr { float: left; width: 100%; border-top: 1px dotted #dcdcdc; padding: 3px 0; }
.info-information tbody tr:hover { background: #ffffff; }
.info-information .ciq { width: 65px; font-weight: bold; text-align: left; }
.info-information .cia { font-weight: bold;  text-align: left;}
.info-information .cib { text-align: left;}
@media (max-width: 500px) { .info-information .ciq { display: block; } }
@media (max-width: 1000px) { .info-information { width: 100%; } }
@media (max-width: 820px) { .info-information { width: 100%; } }
.info-information { background: #ffffff; border-radius:10px; border: 2px solid #cfcfcf; font-size: 17px; } 
img.picts {}
.picts { border-radius: 50%; height: 60px; width: 60px; float:left;	}

/*    Extra table   */
.spel-information { width: 99.5%; margin: 0 1.5% 15px 0; border: 1px solid #cfcfcf; border-collapse: collapse; }
.spel-information thead, .spel-information tbody { width: 100%; padding: 0 10px 0 10px; float: left; }
.spel-information thead { font-family: 'bebas', Arial, Helvetica, sans-serif; font-size: 17px; color: #002c48; }
.spel-information thead tr, .spel-information thead th { width: 100%; float: left; text-align: left; font-weight: bold; padding: 4px 0; }
.spel-information tbody tr { float: left; width: 100%; border-top: 1px dotted #dcdcdc; padding: 3px 0; }
.spel-information tbody tr:hover { background: #faf2e8; }
.spel-information .ciq { width: 60px; font-weight: bold; text-align: left; color:#283fa4;}
.spel-information .cia { font-weight: bold;  text-align: left; color:#000;}
.spel-information .cib { text-align: left;}
@media (max-width: 1000px) { .spel-information .ciq { display: block; } }
/*    @media (max-width: 1000px) { .spel-information { width: 100%; } }   */
/*    @media (max-width: 820px) { .spel-information { width: 100%; } }   */
.spel-information { background: #ffffff; border-radius:10px; border: 2px solid #cfcfcf; font-size: 17px; } 
img.picts {}
.picts { border-radius: 50%; height: auto; height: 60px; width: 60px; float:left;	}
.spel-information .picts2 { border-radius: 50%; height: auto; height: 60px; width: 60px; float:left;	}

/* Link lees artikelen */
.cardBox .menu-list2 { padding: 15px 30px; }
.cardBox .menu-list2 li { padding: 9px 0; border-top: 1px solid #707070; }
.cardBox .menu-list2 li:first-child { padding-top: 0; border-top: none; }
.cardBox .menu-list2 a { padding: 0 15px; padding-left: 40px; position: relative; display: inline-block; width: 100%; font-size: 20px; color: #393939; }
.cardBox .menu-list2 a:hover { font-weight: 600; text-decoration: underline; color: #337720; }
.cardBox .menu-list2 a:before { position: absolute; top: 5px; left: 0; font-family: 'icomoon', sans-serif; font-size: 24px; font-weight: 400; line-height: normal; color: #d74323; content: '\e900'; }
.cardBox .menu-list2 a:hover:before { color: #337720; }


/* inhoudsopgave */

#toc_container {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    padding: 10px;
    width: auto;
}

.toc_title {
    font-weight: 700;
    text-align: center;
}

#toc_container li, #toc_container ul, #toc_container ul li{
    list-style: outside none none !important; padding: 5px 0 0 0;
}

/* Variables
================================== */
/* Tables https://codepen.io/team/css-tricks/pen/wGJVqq
================================== */
.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
}
.Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style: none;
  border: solid 3px white;
/*   background: rgba(112, 128, 144, 0.2); */
}
.Rtable-cell > h1,
.Rtable-cell > h2,
.Rtable-cell > h3,
.Rtable-cell > h4,
.Rtable-cell > h5,
.Rtable-cell > h6 {
  margin: 0;
}
/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell {
  width: 50%;
}
.Rtable--3cols > .Rtable-cell {
  width: 33.33%;
}
.Rtable--4cols > .Rtable-cell {
  width: 25%;
}
.Rtable--5cols > .Rtable-cell {
  width: 20%;
}
.Rtable--6cols > .Rtable-cell {
  width: 16.6%;
}
/* Page styling
================================== */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/josefinsans/v20/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhKg.ttf) format('truetype');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/josefinsans/v20/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_N_XbMZhKg.ttf) format('truetype');
}

/* Variables
================================== */
/* Tables https://codepen.io/team/css-tricks/pen/wGJVqq
================================== */
.Rtable2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
}
.Rtable2-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style: none;
  border: solid 3px white;
/*   background: rgba(112, 128, 144, 0.2); */
}
.Rtable2-cell > h1,
.Rtable2-cell > h2,
.Rtable2-cell > h3,
.Rtable2-cell > h4,
.Rtable2-cell > h5,
.Rtable2-cell > h6 {
  margin: 0;
}
/* Table column sizing
================================== */
.Rtable2--2cols > .Rtable-cell {
  width: 50%;
}
.Rtable2--3cols > .Rtable-cell {
  width: 33.33%;
}
.Rtable2--4cols > .Rtable-cell {
  width: 25%;
}
.Rtable2--5cols > .Rtable-cell {
  width: 20%;
}
.Rtable2--6cols > .Rtable-cell {
  width: 16.6%;
}
/* Page styling
================================== */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/josefinsans/v20/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhKg.ttf) format('truetype');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/josefinsans/v20/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_N_XbMZhKg.ttf) format('truetype');
}

================================== */
/* Tables zwarte rand https://codepen.io/team/css-tricks/pen/wGJVqq
================================== */
.RtableZ {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
}
.RtableZ-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style: none;
  border: solid 3px black;
/*   background: rgba(112, 128, 144, 0.2); */
}
.RtableZ-cell > h1,
.RtableZ-cell > h2,
.RtableZ-cell > h3,
.RtableZ-cell > h4,
.RtableZ-cell > h5,
.RtableZ-cell > h6 {
  margin: 0;
}
/* Table column sizing
================================== */
.RtableZ--2cols > .RtableZ-cell {
  width: 50%;
}
.RtableZ--3cols > .RtableZ-cell {
  width: 33.33%;
}
.RtableZ--4cols > .RtableZ-cell {
  width: 25%;
}
.RtableZ--5cols > .RtableZ-cell {
  width: 20%;
}
.RtableZ--6cols > .RtableZ-cell {
  width: 16.6%;
}
/* Page styling
================================== */


/* 3 koloms table
================================== */
@import url("https://fonts.googleapis.com/css?family=Abel");
body-table {
  background: #F0EDED;
}

#wrapper-blok {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #wrapper-blok {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
  }
}
#wrapper-blok #pricing-tables {
  font-family: "Abel", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  #wrapper-blok #pricing-tables {
    flex-direction: row;
  }
}
#wrapper-blok #pricing-tables .pricing-table {
  max-width: 300px;
  width: 100%;
  margin: 15px 0;
}
@media screen and (min-width: 1024px) {
  #wrapper-blok #pricing-tables .pricing-table {
    margin: 0;
  }
}
#wrapper-blok #pricing-tables .pricing-table .header .title {
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  background: #e4e4e4;
  color: #000;
  font-size: 16x;
}
#wrapper-blok #pricing-tables .pricing-table .header .price {
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  background: #f6f6f6;
  color: #000;
  font-size: 28px;
  font-weight: 300;
}
#wrapper-blok #pricing-tables .pricing-table .header .price span {
  font-size: 14px;
  vertical-align: super;
}
#wrapper-blok #pricing-tables .pricing-table .features {
  background: #fff;
}
#wrapper-blok #pricing-tables .pricing-table .features ul {
  list-style: none;
  margin: 0;
  padding: 15px 0;
}
#wrapper-blok #pricing-tables .pricing-table .features ul li {
  padding: 8px 5px;
  text-align: center;
}
#wrapper-blok #pricing-tables .pricing-table .features ul li span {
  color: #999;
}
#wrapper-blok #pricing-tables .pricing-table .signup {
  background: #fff;
  padding: 2px 0 25px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
#wrapper-blok #pricing-tables .pricing-table .signup a {
  width: auto;
  margin: 0 auto;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  color: #FC4445;
  border: 1px solid #FC4445;
  transition: all 0.2s ease;
}
#wrapper-blok #pricing-tables .pricing-table .signup a:hover {
  color: #fff;
  background: #FC4445;
}
#wrapper-blok #pricing-tables .pricing-table.featured .header .title {
  background: #FC4445;
  color: #fff;
}
#wrapper-blok #pricing-tables .pricing-table.featured .signup a {
  background: #FC4445;
  color: #fff;
}
#wrapper-blok #pricing-tables .pricing-table.featured .signup a:hover {
  color: #FC4445;
  background: #fff;
}
span.nummer {
display: inline; /* the default for span */
width: 100px;
height: 100px;
padding: 0px 10px 1px 10px;
background-color: #474947;
color: white;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.banner-container {
	position:relative;
	padding-bottom:15.75%;
	padding-top:0px;
	height:0;
	overflow:hidden;
}
.banner-container iframe, .banner-container object, .banner-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 0.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
width:320px;
text-align:left;
float: right;
}
blockquote:before {
color: #ccc;
content: open-quote;
font-size: 2em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
text-align: right;	
}
blockquote p {
display: inline-block;	
}
blockquote2 {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 0.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
width:320px;
text-align:left;
float: right;
}
blockquote2:before {
color: #ccc;
content: open-quote;
font-size: 2em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
text-align: right;	
}
blockquote2 p {
display: inline-block;	
}

/* setup tooltips */
@import url('https://fonts.googleapis.com/css?family=Raleway:200,200i,400,400i,500,500i,700,700i');
/*tipped element. should be inline-block or block*/
/*https://speckyboy.com/free-css-tooltip-snippets*/
.qtip {
display: inline-block;
position: relative;
cursor: pointer;
color: #3bb4e5;
border-bottom: 0.05em dotted #3bb4e5;
box-sizing: border-box;
font-style: normal;
transition:all .25s ease-in-out
}
.qtip:hover {color:#069;border-bottom:0.05em dotted #069}
/*the tip*/
.qtip:before {
content: attr(data-tip);
font-size: 14px;
position: absolute;
background: rgba(10, 20, 30, 0.85);
color: #fff;
line-height: 1.2em;
padding: 0.5em;
font-style: normal;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
min-width: 120px;
text-align: center;
opacity: 0;
visibility: hidden;
transition: all .3s ease-in-out;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
font-family: sans-serif;
letter-spacing: 0;
font-weight: 600
}
.qtip:after {
width: 0;
height: 0;
border-style: solid;
content: '';
position: absolute;
opacity: 0;
visibility: hidden;
transition: all .3s ease-in-out
}
.qtip:hover:before,
.qtip:hover:after {
visibility: visible;
opacity: 1
}
/*top*/
.qtip.tip-top:before {
top: 0;
left: 50%;
transform: translate(-50%, calc(-100% - 8px));
box-sizing: border-box;
border-radius: 3px;
}
.qtip.tip-top:after {
border-width: 8px 8px 0 8px;
border-color: rgba(10, 20, 30, 0.85) transparent transparent transparent;
top: -8px;
left: 50%;
transform: translate(-50%, 0);
}
/*bottom*/
.qtip.tip-bottom:before {
bottom: 0;
left: 50%;
transform: translate(-50%, calc(100% + 8px));
box-sizing: border-box;
border-radius: 3px;
}
.qtip.tip-bottom:after {
border-width: 0 8px 8px 8px;
border-color: transparent transparent rgba(10, 20, 30, 0.85) transparent;
bottom: -8px;
left: 50%;
transform: translate(-50%, 0);
}
/*left*/
.qtip.tip-left:before {
left: 0;
top: 50%;
transform: translate(calc(-100% - 8px), -50%);
box-sizing: border-box;
border-radius: 3px;
}
.qtip.tip-left:after {
border-width: 8px 0 8px 8px;
border-color: transparent transparent transparent rgba(10, 20, 30, 0.85);
left: -8px;
top: 50%;
transform: translate(0, -50%);
}
/*right*/
.qtip.tip-right:before {
right: 0;
top: 50%;
transform: translate(calc(100% + 8px), -50%);
box-sizing: border-box;
border-radius: 3px;
}
.qtip.tip-right:after {
border-width: 8px 8px 8px 0;
border-color: transparent rgba(10, 20, 30, 0.85) transparent transparent;
right: -8px;
top: 50%;
transform: translate(0, -50%);
}
/* # The Rotating Marker # */
details summary::-webkit-details-marker { display: none; }
summary::before {
font-family: "Hiragino Mincho ProN", "Open Sans", sans-serif;
content: "â–¶";
position: absolute;
top: 1rem;
left: 0.8rem;
transform: rotate(0);
transform-origin: center;
transition: 0.2s transform ease;
}
details[open] > summary:before {
transform: rotate(90deg);
transition: 0.45s transform ease;
}

/* # The Sliding Summary # */
/*https://codepen.io/redesigned/pen/wvoEvqG*/

details { overflow: hidden; }
details summary {
position: relative;
z-index: 10;
}
@keyframes details-show {
from {
	margin-bottom: -80%;
	opacity: 0;
	transform: translateY(-100%);
}
}
details > *:not(summary) {
animation: details-show 500ms ease-in-out;
position: relative;
z-index: 1;
transition: all 0.3s ease-in-out;
color: transparent;
overflow: hidden;
}
details[open] > *:not(summary) { color: inherit; }

/* # Style 2 # */
/* 
details.style2 summary::before {
content: "Ã—";
color: #FFF;
font-size: 2rem;
line-height: 1rem;
transform: rotate(-45deg);
top: 1.2rem;
left: 0.5rem;
}
details[open].style2 > summary:before {
transform: rotate(90deg);
color: #F00 !important;
transition: color ease 2s, transform ease 1s;
}
*/

/* # Style 3 # */
/* 
details.style3 summary::before {
content: "â€º";
font-size: 2.5rem;
line-height: 1rem;
top: 1.3rem;
left: 0rem;
margin: -0.5rem -0.5rem 0 0.5rem;
transform-origin: bottom center;
transition: margin linear 0.05s;
}
details.style3:hover > summary:before {
color: #FFF;
}
details[open].style3 > summary:before {
left: 0rem;
color: #CCC;
transform: rotate(90deg);
margin-left: 0.4rem;
transition: color ease 2s, transform ease 1s, margin ease 1s;
}
@supports (-webkit-touch-callout: none) {
details.style3 summary::before { top: 1.6rem; }
details[open].style3 > summary:before { top: 1.3rem; transition: all 0.8s; }
}
*/

/* # Style 4 # */
/* 
details.style4 summary {
padding-right: 2.2rem;
padding-left: 1rem;
}
details.style4 summary::before {
content: "Ã—";
color: #FFF;
font-size: 2rem;
line-height: 1rem;
transform: rotate(-45deg);
top: 1.2rem;
left: unset;
right: 0.6rem;
}
details[open].style4 > summary:before {
transform: rotate(90deg);
color: #F00 !important;
transition: color ease 2s, transform ease 1s;
}
*/

/* # Style 5 # */
/* 
details.style5 summary {
padding-right: 2.2rem;
padding-left: 1rem;
}
details.style5 summary::before {
content: "ðŸ™ˆ";
font-size: 1.5rem;
top: 0.5rem;
left: unset;
right: 0.5rem;
transform: rotate(0);
}
details.style5:hover > summary::before {
content: "ðŸ™Š";
}
details[open].style5 > summary::before {
content: "ðŸµ";
transform: rotate(0deg);
}
details[open].style5 > summary:hover::before {
content: "ðŸ™‰";
}
details .monkey-see { display: inline; }
details .monkey-hide { display: none; }
details[open] .monkey-see { display: none; }
details[open] .monkey-hide { display: inline; }
*/

/* # Style 6 # */
details.style6 summary {
padding-right: 2.2rem;
padding-left: 1rem;
}
details.style6 summary::before {
content: "â”";
font-size: 1.4rem;
top: 0.5rem;
left: unset;
right: 0.5rem;
transform: rotate(0);
}
details.style6:hover > summary:before {
content: "ðŸ‘ï¸â€ðŸ—¨ï¸";
}
details[open].style6 > summary:before {
content: "âŒ";
transform: rotate(0deg);
}

@media only screen and (max-width: 991px) {
details.style6 summary::before { font-size: 1.1rem; }}

/* # Style 7 # */
/*details.style7 summary {
padding-left: 3rem;
}
details[open].style7 summary,
details.style7:hover summary {
background: #000;
color: #CCC;
}
details[open].style7 summary strong,
details.style7:hover summary strong {
color: #FDCE4C;
}
details.style7:hover summary strong { color: #ffdf87; }
details.style7 summary::before {
content: "ðŸŒ‘";
font-size: 1.5rem;
top: 0.5rem;
left: 0.5rem;
transform: rotate(0);
}
details.style7:hover > summary::before {
content: "ðŸŒ•";
}
details[open].style7 > summary::before {
content: "ðŸŒ•";
transform: rotate(0deg);
}
details[open].style7 > summary:hover::before {
content: "ðŸŒ•";
}
details .moon-new { display: inline; }
details .moon-full { display: none; }
details[open] .moon-new { display: none; }
details[open] .moon-full { display: inline; }
details.style7 .content { background: #DDD; }
*/
/* # Just Some Pretty Styles # */
details {
max-width: 100%;
box-sizing: border-box;
margin-top: 5px;
background: white;
}
summary {
border: 0px solid transparent;
outline: none;
padding: 1rem;
display: block;
background: #666;
color: white;
padding-left: 2.2rem;
position: relative;
cursor: pointer;
}
details[open] summary,
summary:hover {
color: #FFCA28;
background: #444;
}
summary:hover strong,
details[open] summary strong,
summary:hover::before,
details[open] summary::before {
color: #FFA128;
}
.content-info {
padding: 10px;
border: 2px solid #888;
border-top: none;
}


/* # Media code # */
@media only screen and (max-width: 767px) {
  .styled-table {
    font-size: 0.6em; 
	}
  .img-responsive {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .boxed img {
    width: 100%;	}
ul li .list {
    font-size: 15px; }
ul .link {
  list-style-image: url("/uploads/icon-link.webp");
	}
}
@media only screen and (max-width: 480px) {
p .boxed {
  font-size: 0.7em; 
	}
}
