#huk_cookie_prefernce_panel {
	padding: 2em 15%;
	height: auto;
}
#huk_cookie_prefernce_panel .texts {
	font-size: 1.25em;
	font-weight: 600;
	width: 75%;
}
#huk_cookie_prefernce_panel .huk_cookie_prefernce_toolbar input[type=button] {
	background-color: #669999 !important;
	font-size: 14px !important;
    width: 150px;
    height: 50px;
    line-height: 50px;
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_toolbar input[type=button]:hover {
	box-shadow: none;
    background-color: #527a7a;
}

#COOKIE_CLOSE, #COOKIE_CLOSE_SETTINGS {
	background-color: black;
    padding: 13px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 15px;
}

h3 {
	clear: none;
}

.DnnModule__content ul:not(.nav):not(.list-unstyled), .pane-content ul:not(.nav):not(.list-unstyled) {
    list-style: disc outside !important;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 1em;
}

.DnnModule__content a:not(.btn):not(.badge):not(.dropdown-item), .pane-content a:not(.btn):not(.badge):not(.dropdown-item) {
    font-weight: 700;
}

.DnnModuleContent ul:not(.nav):not(.list-unstyled) {
    list-style: disc outside;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 1em;
}





