@charset "utf-8";
/* CSS Document */
*{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	border-collapse:collapse;
}

body{
	line-height: 1.5;
}

a{
	text-decoration: none;
	color:#000;
}

a:hover{
	color: greenyellow;
	text-decoration: underline;
}

a.footer{
	color:#FFF;
}

a.menutop:hover{
	color:#FFF;
	text-decoration: none;
}

a.footer:hover{
	text-decoration: underline;
	color: #33FF66;
}

.logoandheadermobile{
	display: block;
	height: 10vh;
}

.hamburgermobile i{
	padding: 1vh;
}

#menubarmobile{
	width: 100%;
	position: fixed;
	top: 0;
}

#menubarmobile #menumobile{
	display: none;
}

.menutopmobile{
	background-color: #33FF66;
	padding: 14px 16px;
	display: block;
}

#menubarmobile a.icon{
	background: #33FF66;
	display: inline-block;
	position: fixed;
	right: 0;
	top: 0;
}

#menubarmobile a:hover{
	color:#FFF;
	text-decoration: none;
}

.active{
	background-color: #009900;
	color: white;
}

.screenshot{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

#formulasub td, th{
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
	text-align: center;
	width: 33%;
}

/*Add some padding and a green area background to containers*/
.container{
	padding: 20px;
	background: #00cc44;
}

/*Style the input elements and the submit button*/
input[type=email], input[type=submit]{
	width: 100%;
	padding: 15px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #009900;
	box-sizing: border-box;
}

/*Style the submit button*/
input[type=submit]{
	background-color: #000;
	color: #FFF;
	font-size: large;
	border: none;
}

input[type=submit]:hover{
	opacity: 0.8;
}

#shortcut-image{
	text-align: center;
	vertical-align: middle;
}

/*MODAL*/
button{
	cursor: pointer;
	background: transparent;
	border: none;
	outline: none;
	font-size: inherit;
}

.open-modal{
	font-weight: bold;
	background: steelblue;
	color: #fff;
	padding: .75rem 1.75 rem;
	margin-bottom: 1rem;
	border-radius: 5px;
}

.modal{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	background-color: rgba(0, 0, 0, .7);
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: all 0.35 ease-in;
	z-index: 10;
}

.modal.is-visible{
	visibility: visible;
	opacity: 1;
}

.modal-dialog{
	position: relative;
	max-width: 80%;
	max-height: 80vh;
	border-radius: 5px;
	background: #00cc44;
	overflow: auto;
	cursor: default;
}

.modal-dialog > *{
	padding: 1rem;
}

.modal-header, 
.modal-footer{
	background:#00cc44;
}

.modal-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal-header .close-modal{
	font-size: 1.5rem;
}

.modal p + p{
	margin-top: 1rem;
}

#toc a{
	color: white;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	/* ...and now for the proper property */
  	transition:.5s;
}

#toc a:hover{
	text-decoration: underline;
	color: greenyellow;
}

#tutorialchoices a:hover, a:hover div{
	background-color: green;
	text-decoration: none;
	color: white;
}

.cookie-banner{
	position: fixed;
	bottom: 40px;
	left: 10%;
	right: 10%;
	width: 80%;
	padding: 5px 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #33FF66;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
}

.accept{
	background-color: green;
	border: none;
	color: white;
	padding: 5px 10px;
	margin: 4px 2px;
	display: inline-block;
	border-radius: 2px;
	cursor: pointer;
}

.social-media-like{
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

.social-media-like img{
	padding: 5px;
}

.social-media-like:hover{
	background-color: #00cc44;
}

@keyframes ads-blink-1{
	from{content:url(ads-square-ce-eng.png);}
	to{content: url(ads-square-ce-eng-2.png);}
}

@keyframes ads-blink-2{
	from{content:url(ads-half-page-ce-eng.png);}
	to{content: url(ads-half-page-ce-eng-2.png);}
}

.in-article-ads{
	display: block;
	margin-left: auto;
	margin-right: auto;
	animation: ads-blink-1 3s infinite;
}

.my-ads{
	animation: ads-blink-1 3s infinite;
}

.affiliate-button:hover{
	text-decoration-color: #FFF;
}

@media screen and (max-width: 800px){
	#menubarwebmain, #menubarwebsticky, #divfooterweb{
		display: none;
	}

	#emptyspot1,#emptyspot2,#advertisingspot1{
		display: none;
	}

	#content,#advertisingspot2{
		width:100%;
	}

	.realcontent{
		padding: 50px;
	}

	#message{
		width: 90%;
	}
	
	#shortcut-image{
		padding-top: 30px;
		width: 50%;
		display: block; 
		margin-left: auto; 
		margin-right: auto; 
	}
	
	#shortcut-image img{
		width: 175px;
	}

	.in-article-ads{
		width: 95%;
	}

	#advertisingspot2{
		padding-bottom: 25px;
	}

	.my-ads{
		width: 300px;
		height: 300px;
	}

	#ads-top{
		padding-top: 12.5vh;
	}
}

@media(min-width: 800px){
	#menubarmobile, #divfootermobile{
		display: none;
	}
	.viewtable{
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.viewrow{
		display: table-row;
	}
	.viewrow > div{
		display: table-cell;
	}
	#emptyspot1{
		width:10%;
	}
	#content{
		width: 50%;
		padding: 25px;
	}
	.realcontent{
		max-width: 52vw;
	}
	#advertisingspot2{
		width: 25%;
		padding: 25px;
	}
	#emptyspot2{
		width:15%;
	}

	.fixedone{
		position: fixed;
		top: 0;
	}

	.fixedtwo{
		position: fixed;
		top: 0.25vh;
	}

	#message{
		flex-grow: 0;
		width: 60%;
		display: table-cell;
	}
	
	#shortcut-image{
		flex-grow: 0;
		width: 35%;
		display: table-cell;
	}
	
	#shortcut-image img{
		width: 225px;
	}

	.in-article-ads{
		width: 40%;
	}

	.my-ads{
		width: 95%;
		height: 300px;
	}

	#ads-top{
		padding-top: 25px;
	}
}