.content_article_include_holder {
	height: 110px;
	width: 450px;
	margin-right: 50%;
}
.content_article_include_holder .config_container {
	height: 34px;
	margin: 15px 0px;
}
.content_article_include_holder .head {
    font-weight: 700;
    margin: 5px 0;
	color: #797979;
	font-family: Verdana, sans-serif;
	line-height: 12px;
}
.content_article_include_holder .config_container label {
	color: #797979;
	font-size: 12px;
	line-height: 12px;
	font-family: Verdana, sans-serif;
	
}
.content_article_include_holder .content_article_include_close.close {
	margin-top: 0px;
}#cookie_note.custom{
    text-align: center;
    background-color: #fff;
    opacity: 1;
    bottom: 0px;
    top:auto;
    position: fixed;
    width: 96%;
    margin: 10px 2%;

    border-radius: 7px;
    box-shadow: 2px 2px 32px #999;

}

#cookie_note.custom .buttonset {
    float:right;
    padding: 15px;
    height: 100%;
    width: 320px;
    padding-top: 5px;
}

#cookie_note.custom .content{
    padding: 10px;
    margin-top: 7px;
}

#cookie_note.custom .buttonset button.red,#cookie_note .buttonset button.grey {
    margin-top: 0px;
    position: relative;
    float: left;
    cursor:pointer;
}

#cookie_note.custom .buttonset button.red {
    margin-right: 10px;
}

@media (max-width: 768px) {
    #cookie_note.custom .buttonset button.red,#cookie_note .buttonset button.grey {
        width: 150px;
    }
}


