body{
	border: 0px;
	border-top: 3px solid #096396;
}
/*
#id_cookie_show {
    position: fixed;
	top: 0px;
	left: 0px;
	background-color: #eee;
	padding: 50px;
	text-align: center;
	z-index: 99999;
	font-size: 16px;
	width:99.999%;
}
*/
#id_cookie_show {
    position: fixed;
    bottom: 10%;
    left: 10%;
    right: 10%;
    background-color: #eee;
    padding: 10px;
    text-align: left;
    z-index: 100;
    font-size: 12pt;
    width: 80%;
    border: 3px solid #484848;
}
.ui.icon.button.blue{
	background-color: #096396;
}
.ui.icon.button.blue:hover{
	background-color: #244b82;
	color: #FFF;
}
