a:link, a:visited, a:active
{font-weight: bold; text-decoration: none;}

td a:hover	{ text-decoration: underline; }

p strong { color: "#6A532F"; font-weight: bold; }

.top_menu {
margin-left:10px;	
}

.width {
    margin: 0 auto;
    max-width: 940px;
	min-width: 320px;
}

.hide {
	 display: none;
}
.cookie-notification-modal{
    width:100%;
    font-size: 13px;
    position:fixed;
    bottom:0;
    left:0;
    z-index:1060;
    padding:10px;
    line-height:1.5;
    background-color: rgb(243 243 243 / 90%);
}
.cookie-agree{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:100%
}
.cookie_accept{
    background: #B9720E repeat-x 0 0 scroll;
	border: none;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	font-family: Play;
	font-size: 12px;
	font-weight: bold;
    text-transform: uppercase;
	line-height: 1;
	padding: 7px 14px;
	text-decoration: none;
}

.cookie_accept:hover,
{
	background: #8d2e01 repeat-x 0 0 scroll;
}
.cookie-agree__text{
    line-height:1.5;
    margin:0;
}
/* Responsive: width <= 960px */
@media screen and (max-width: 960px), screen and (max-device-width: 960px) {
	.cookie-agree{
	    display: block;
	}
	.cookie-agree__buttons
	{
	   text-align: center;
	}
}
@media (min-width:768px){
    .cookie-agree__text{
        padding-right:10px
    }
}
@media (max-width:767px){
    .cookie-agree__text{
        margin-bottom:10px
    }

}
