/* --------------------------
	Easy Table of Content
--------------------------- */
#ez-toc-container {
	padding: 1.5em;
}

div#ez-toc-container p.ez-toc-title{
	font-size: 1.5em;
	text-align: center;
    padding-bottom: 1em;
}
div#ez-toc-container li {
	padding: .2em 0;
}

/* --------------------------
		Google Ads
--------------------------- */
ins {
	background: transparent;
	text-decoration: none;
}

/*-----------------------
 * Cookie Notice Button
 *----------------------*/
.cn-button {
    background: #D64A4A !important;
}
/* ========================================================================
   Cookie Notice as Window - Last Edit: 10.03.2021
 ========================================================================== */
 #cookie-notice{
    width: 75%;
    margin: 3em auto;	
    border-radius: 5px;
    left: 15%;
    min-width: 0;
}
#cn-close-notice{
	display:none;
}
#cn-notice-text a{
	color:#fff;
	text-decoration:underline;
}