html {
	height: 100%;
}

/* STANDAARD HTML-ELEMENTEN */
body {
	color: #494945;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #fff;
}

input,
select,
textarea {
	background: #ffffff;
}

a:link,
a:visited,
a:active {
	text-decoration: underline;
	color: #494945;
} 
a:hover {
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}

h1,
.h1 {
	font: bold 22px/24px Arial, Helvetica, sans-serif;
	color: #c62701;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h2,
.h2 {
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color: #c62701;
	margin: 0px;
	padding: 0px;
}

h3,
.h3 {
	font: bold 12px/30px Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h4,
.h4 {
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h5,
.h5 {
	font: bold 15px/20px Arial, Helvetica, sans-serif;
	color: #13396d;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

img,
a img,
table {
	border: 0px;
}

p {
	margin: 0px 0px 18px 0px;
}

ul,
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li {
	padding: 0px 0px 0px 15px;
	background: url(images/list.gif) 0px 9px no-repeat;
}


/* Paginamanagerstyles */
img.left {
	margin: 0px;
	margin-right: 10px;
	float: left;
}

img.right {
	margin: 0px;
	margin-left: 10px;
	float: right;
}

.h1, .h2, .h3, .h4, .h5, .h6 { /* Paginamanagerstyles (omzetten van <h*>-tag naar een <span> met deze class) */
	display: block;
}



/* CONTAINERS */
.containerMain {
	position: relative;
	width: 960px;
	min-height: 18px;
	margin: 30px auto 0px auto;
	z-index: 1;
}
* html .containerMain {
	height: 18px;
}

.containerMenu {
	width: 960px;
	height: 34px;
	background: url(images/bg-menu.gif) 0px 0px repeat-x;
	padding-top: 6px;
}

.containerContent {
	width: 950px;
	min-height: 230px;
	background: #ffffff url(images/bg-content.gif) 0px 0px repeat-x;
	border: 5px solid #ffffff;
}

* html .containerContent {
	height: 230px;
}

.containerHomeContent {
	width: 500px;
	height: 235px;
	background: #ffffff url(images/bg-home.jpg) 0px 0px repeat-x;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	border-top: 5px solid #ffffff;
	padding: 20px 0px 0px 450px
}

.containerHomeMiddle {
	width: 950px;
	min-height: 50px;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}

* html .containerHomeMiddle {
	height: 50px;
}

.containerHomeUnder {
	clear: both;
	width: 950px;
	min-height: 130px;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	background: #ffffff url(images/bg-home-onder.gif) 0px 0px repeat-x;
	padding: 0px 0px 5px 0px;
}

* html .containerHomeUnder {
	height: 130px;
}


.containerBlokUnder {
	width: 178px;
	padding: 0px 5px 0px 5px;
	float: left;
}

.HomeMiddleCol1 {
	width: 295px;
	min-height: 50px;
	background: #ffffff url(images/home-col1.gif) 0px 0px no-repeat;
	float: left;
	padding: 0px 10px 10px 10px;
}
* html .HomeMiddleCol1 {
	height: 50px;
}


.HomeMiddleCol2 {
	width: 300px;
	min-height: 50px;
	background: #ffffff url(images/home-col2.gif) 0px 0px no-repeat;
	float: left;
	padding: 0px 10px 10px 10px;
}
* html .HomeMiddleCol2 {
	height: 50px;
}

.HomeMiddleCol3 {
	width: 295px;
	min-height: 50px;
	background: #ffffff url(images/home-col3.gif) 0px 0px no-repeat;
	float: left;
	padding: 0px 10px 10px 10px;
}
* html .HomeMiddleCol3 {
	height: 50px;
}

.HomePaneel {
	position: absolute;
	top: 250px;
	left: 25px;
	border: 5px solid #ffffff;
	background: #ffffff url(images/home-paneel.gif) 0px 0px no-repeat;
	width: 245px;
	height: 206px;
	z-index: 50;
	padding: 90px 10px 0px 10px;
}

.containerContentLeft {
	width: 250px;
	min-height: 200px;
	padding: 5px;
	margin-left: 15px;
	margin-top: 15px;
	background-color: #ffffff;
	float: left;
}
* html .containerContentLeft {
	height: 200px;
}

.imageLeft {
	width: 250px;
	min-height: 18px;
}
* html .imageLeft {
	height: 18px;
}
.imageLeft img {
	float: left;
}

.ThumbAndText {
	clear: both;
	width: 600px;
	padding-top: 20px;
	min-height: 18px;
}
* html .ThumbAndText {
	height: 18px;
}

.thumbLeft {
	float: left;
	width: 171px;
	min-height: 18px;
}
* html .thumbLeft {
	height: 18px;
}

.thumbLeft img {
	float: left;
}

.textRight {
	min-height: 18px;
	width: 429px;
	float: left;
}
* html .textRight {
	height: 18px;
}

.containerContentRight {
	width: 600px;
	min-height: 400px;
	margin-left: 15px;
	padding: 15px;
	background-color: #ffffff;
	float: left;
}
* html .containerContentRight {
	height: 400px;
}

.containerFooter {
	clear: both;
	float: left;
	width: 940px;
	height: 18px;
	margin-left: 5px;
	background: url(images/bg-footer.gif) 0px 0px repeat-x;
	padding: 2px 0px 0px 10px;
	color: #ffffff;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}

.containerMenuLeft {
	float: left;
	width: 835px;
	height: 34px;
}

.containerMenuRight {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	float: left;
	width: 125px;
	color: #ffffff;
	height: 19px;
	padding-top: 15px;
	padding-bottom: 0px;
}


/* CONTAINERS VOOR DE GEMEENTE PAGINA'S */
.containerGemMain {
	width: 960px;
	min-height: 300px;
	margin: 0px auto 0px auto;
}
* html .containerGemMain {
	height: 300px;
}

.containerGemLeft {
	float: left;
	width: 195px;
	min-height: 110px;
	position: relative;
	z-index: 10;
	background: url(images/logo-left.gif) 0px 0px no-repeat;
}
* html .containerGemLeft {
	height: 110px;
}

.containerGemRight {
	float: left;
	width: 765px;
	min-height: 50px;
	padding: 30px 0px 0px 0px;
}
* html .containerGemRight {
	height: 50px;
}

.containerGemMenu {
	width: 765px;
	height: 34px;
	background: url(images/bg-menu.gif) 0px 0px repeat-x;
	padding-top: 6px;
}
.containerMenuGemLeft {
	float: left;
	width: 640px;
	height: 34px;
}
.containerMenuGemRight {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	float: left;
	width: 125px;
	color: #ffffff;
	height: 19px;
	padding-top: 15px;
	padding-bottom: 0px;
}
.containerGemHeader {
	float: left;
	width: 765px;
	height: 205px;
	background: url(images/header-gemeente.jpg) 0px 0px no-repeat;
}
.containerGemHeader a.uitlogKnop:link,
.containerGemHeader a.uitlogKnop:visited,
.containerGemHeader a.uitlogKnop:active {
	width: 87px;
	height: 30px;
	margin: 175px 5px 0px 0px;
	padding: 0px;
	display: block;
	float: right;
	text-decoration: none;
	background: url(/images/menu/uitloggen2.gif) no-repeat left top;
}
.containerGemHeader a.uitlogKnop:hover {
	background: url(/images/menu/uitloggen2.gif) no-repeat right top;
}
* html .containerGemHeader a.uitlogKnop:link,
* html .containerGemHeader a.uitlogKnop:visited,
* html .containerGemHeader a.uitlogKnop:active,
* html .containerGemHeader a.uitlogKnop:hover {
	margin: 175px 3px 0px 0px;
}

.containerGemContent {
	float: left;
	background-color: #ffffff;
	width: 635px;
	min-height: 355px;
	padding: 30px 15px 30px 115px;
}
* html .containerGemContent {
	height: 355px;
}

.containerGemContentMR {
	float: left;
	background-color: #ffffff;
	width: 465px;
	min-height: 360px;
	padding: 30px 15px 30px 115px;
}
* html .containerGemContentMR {
	height: 360px;
}

.containerGemRubrieken {
	float: left;
	background-color: #ffffff;
	width: 160px;
	min-height: 385px;
	padding: 5px 5px 0px 5px;
}
* html .containerGemRubrieken {
	height: 385px;
}

.containerGemRubriekenContent {
	float: left;
	width: 138px;
	min-height: 385px;
	padding: 25px 10px 5px 10px;
	border: 1px solid #d0d7e2;
}
* html .containerGemRubriekenContent {
	height: 385px;
}


.containerGemFooter {
	clear: both;
	float: left;
	width: 745px;
	height: 20px;
	margin-left: 5px;
	background: url(images/bg-footer.gif) 0px 0px repeat-x;
	padding: 0 0px 0px 10px;
	color: #ffffff;
}
.containerGemMenuLeft {
	position: absolute;
	top: 95px;
	left: 0px;
	width: 278px;
	height: 578px;
	background: #ffffff url(images/left-gemeente.gif) 0px 0px no-repeat;
	padding: 11px 11px 6px 11px;
	z-index: 50;
}
.GemMenuLeftTop {
	width: 278px;
	height: 169px;
	float: left;
	overflow: hidden;
}
.GemMenuLeftMiddle {
	width: 278px;
	height: 30px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	font: bold 14px/30px Arial, Helvetica, sans-serif;
	color: #ffffff;
}


.GemMenuLeftUnder {
	width: 278px;
	height: 379px;
	float: left;
	overflow: hidden;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #494945;
}

.containerGemBehLeft {
	float: left;
	width: 278px;
	height: 578px;
	background: #ffffff url(images/left-gemeente.gif) 0px 0px no-repeat;
	margin-top: 30px;
	padding: 11px;
}
.containerGemBehRight {
	float: left;
	width: 645px;
	min-height: 50px;
	padding: 30px 0px 0px 0px;
	margin-left: 15px;
}
* html .containerGemBehRight {
	height: 50px;
}

.containerGemBehMenu {
	width: 635px;
	height: 34px;
	background: url(images/bg-menu.gif) 0px 0px repeat-x;
	padding: 6px 0px 0px 10px;
	font: bold 12px/34px Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.containerGemBehContent {
	float: left;
	background-color: #ffffff;
	width: 635px;
	min-height: 360px;
	padding: 5px;
}
* html .containerGemBehContent {
	height: 360px;
}
.containerGemBehContentIn {
	float: left;
	width: 613px;
	border: 1px solid #d0d7e2;
	padding: 10px;
	min-height: 360px;
}
* html .containerGemBehContentIn {
	height: 360px;
}


.containerGemBehFooter {
	clear: both;
	float: left;
	width: 625px;
	height: 18px;
	background: url(images/bg-footer.gif) 0px 0px repeat-x;
	padding: 0px 0px 0px 10px;
	color: #ffffff;
}

.VragenOverzicht {
    background-color: #dce1e9;
    padding: 5px;
	min-height: 18px
}
* html .VragenOverzicht {
	min-height: 18px
}

.VragenOverzicht input {
    background-color: #dce1e9;
}

.VragenOverzichtCheckboxList input.checkBox,
.VragenOverzichtCheckboxList input.radio {
	display: block;
    float: left;
	clear: left;
	margin-top: 4px;
	min-height: 20px;
}

.VragenOverzichtCheckboxList label {
	display: block;
	width/**/:/**/257px;  /* 260px */
	padding-left: 3px;
    float: left;
	clear: right;
	margin-top: 3px;
	min-height: 20px;
}

label.nofloat {
	float: none;
}



/* ******************************************************************************************************************************************** */

.containerVragenHeader {
    float: left;
	width: 765px;
	height: 55px;
}

.containerVragenTitels {
    float: left;
	width: 660px;
	height: 30px;
	background: url(images/bg-vragentitels.gif) 0px 0px repeat-x;
	padding: 0px 0px 0px 105px;
	font: normal 14px/30px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.VraagTitelLinks {
    float: left;
    width: 180px;
    padding: 0px 5px 0px 5px;
}

.VraagTitelMidden {
    float: left;
    width: 295px;
    padding: 0px 5px 0px 5px;
}

.VraagTitelRechts {
    float: left;
    width: 155px;
    padding: 0px 0px 0px 10px;
}

.VraagTitelRechts a.uitlogKnop:link,
.VraagTitelRechts a.uitlogKnop:visited,
.VraagTitelRechts a.uitlogKnop:active {
	width: 87px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	text-decoration: none;
	background: url(/images/menu/uitloggen.gif) no-repeat left top;
}
.VraagTitelRechts a.uitlogKnop:hover {
	background: url(/images/menu/uitloggen.gif) no-repeat right top;
}

.containerVragenContent {
    float: left;
	width: 660px;
	min-height: 530px;
	padding: 5px 0px 0px 105px;
	background-color: #ffffff;
}
* html .containerVragenContent {
	height: 540px;
}

.VragenLinks {
    float: left;
    width: 178px;
    min-height: 518px;
    border: 1px solid #d0d7e2;
    padding: 5px;
}
* html .VragenLinks {
	height: 518px;
}


.VragenMidden {
    float: left;
    width: 295px;
    min-height: 518px;
    padding: 5px;
}
* html .VragenMidden {
	height: 518px;
}

.VragenRechts {
    float: left;
    width: 148px;
    min-height: 518px;
    border: 1px solid #d0d7e2;
    padding: 5px;
}
* html .VragenRechts {
	height: 518px;
}


.VragenEind {
    float: left;
    width: 455px;
    min-height: 518px;
    padding: 5px;
}
* html .VragenEind {
	height: 518px;
}

.VraaglijstActief {
	font: bold 14px/24px Arial, Helvetica, sans-serif;
	color: #13396d;
	background: url(images/vragenlijst-actief.gif) no-repeat 0px 0px;
	padding: 0px 0px 0px 20px;
}
.VraaglijstNietActief {
	font: bold 14px/24px Arial, Helvetica, sans-serif;
	color: #a1a1a0;
	background: url(images/vragenlijst-nietactief.gif) no-repeat 0px 0px;
	padding: 0px 0px 0px 20px;
}
.VraaglijstIntro {
    padding: 0px 0px 0px 20px;
}
.lijnErtussen td {
    border-bottom: 1px solid #c1d0e7;
	padding: 4px 0 5px 0;
}

/* ******************************************************************************************************************************************** */

/* ALGEMEEN */
.pagina {
	background: url(images/bg-pagina.gif) 0px 0px repeat-x;
}


.containerFooter a:link,
.containerFooter a:visited,
.containerFooter a:active,
.containerGemFooter a:link,
.containerGemFooter a:visited,
.containerGemFooter a:active {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
} 
.containerFooter a:hover,
.containerGemFooter a:hover {
	text-decoration: underline;
}



.containerGemRubriekenContent a:link,
.containerGemRubriekenContent a:visited,
.containerGemRubriekenContent a:active {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #c62701;
	padding: 0px 0px 0px 10px;
	background: url(images/pijltje-list.gif) no-repeat 0px 5px;
}

.containerGemRubriekenContent a:hover {
    text-decoration: underline;
}

.containerMenuRight a:link,
.containerMenuRight a:visited,
.containerMenuRight a:active,
.containerMenuGemRight a:link,
.containerMenuGemRight a:visited,
.containerMenuGemRight a:active {
	text-decoration: none;
	color: #ffffff;
} 
.containerMenuRight a:hover, 
.containerMenuGemRight a:hover {
	text-decoration: underline;
}

.GemMenuLeftUnder a:link,
.GemMenuLeftUnder a:visited,
.GemMenuLeftUnder a:active {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #494945;
}
.GemMenuLeftUnder a:hover {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #494945;
}

.GemMenuLeftMiddle a:link,
.GemMenuLeftMiddle a:visited,
.GemMenuLeftMiddle a:active,
.GemMenuLeftMiddle a:hover {
	font: bold 14px/30px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

a.rodeLink:link, 
a.rodeLink:visited, 
a.rodeLink:active,
a.rodeLink:hover {
	font: normal 14px/14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #c62701;
}

input.blauweKnop,
a.blauweKnop:link, 
a.blauweKnop:visited, 
a.blauweKnop:active, 
a.blauweKnop:hover {
	display: block;
	float: left;
	height: 18px;
	background: url(images/bg-but-blauw.gif) 0px 0px repeat-x;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	border: none;
}
.blauweKnop span {
	float: left;
	display: block;
	padding: 0px 5px 0px 17px;
	height: 18px;
	cursor: pointer;
}
.blauweKnop span.pijlRU {
	background: url(images/pijl-ru.gif) no-repeat 5px 6px;
}
.blauweKnop span.pijlU {
	background: url(images/pijl-u.gif) no-repeat 5px 6px;
}
.blauweKnop span.pijlD {
	background: url(images/pijl-d.gif) no-repeat 5px 6px;
}
.blauweKnop span.pijlL {
	background: url(images/pijl-l.gif) no-repeat 5px 6px;
}
.blauweKnop span.pijlR {
	background: url(images/pijl-r.gif) no-repeat 5px 6px;
}

a.blauweKnopWide:link,
a.blauweKnopWide:visited,
a.blauweKnopWide:active,
a.blauweKnopWide:hover {
	width: 100%
}

a.blauweKnopRechts:link, 
a.blauweKnopRechts:visited, 
a.blauweKnopRechts:active, 
a.blauweKnopRechts:hover {
	display: block;
	float: right;
	height: 18px;
	width: 80px;
	background: url(images/bg-but-blauw.gif) 0px 0px repeat-x;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
}
.blauweKnopRechts span {
    float: right;
	display: block;
	padding: 0px 20px 0px 0px;
	height: 18px;
	cursor: pointer;
}

.blauweKnopRechts span.pijlR {
	background: url(images/pijl-r.gif) no-repeat 60px 6px;
}

a.blauweKnopEinde:link, 
a.blauweKnopEinde:visited, 
a.blauweKnopEinde:active, 
a.blauweKnopEinde:hover {
	display: block;
	float: right;
	height: 18px;
	width: 55px;
	background: url(images/bg-but-blauw.gif) 0px 0px repeat-x;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
}
.blauweKnopEinde span {
    float: right;
	display: block;
	padding: 0px 20px 0px 0px;
	height: 18px;
	cursor: pointer;
}

.blauweKnopEinde span.pijlR {
	background: url(images/pijl-r.gif) no-repeat 40px 6px;
}

a.blauweKnopRechtsVerzenden:link, 
a.blauweKnopRechtsVerzenden:visited, 
a.blauweKnopRechtsVerzenden:active, 
a.blauweKnopRechtsVerzenden:hover {
	display: block;
	float: right;
	height: 18px;
	width: 225px;
	background: url(images/bg-but-blauw.gif) 0px 0px repeat-x;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
}
.blauweKnopRechtsVerzenden span {
    float: right;
	display: block;
	padding: 0px 20px 0px 0px;
	height: 18px;
	cursor: pointer;
}

.blauweKnopRechtsVerzenden span.pijlR {
	background: url(images/pijl-r.gif) no-repeat 205px 6px;
}

a.blauweKnopGrootLinks:link,
a.blauweKnopGrootLinks:visited,
a.blauweKnopGrootLinks:active,
a.blauweKnopGrootLinks:hover {
	width: 145px;
	height: 30px;
	display: block;
	float: left;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background: url(images/but-vraag-back.gif);
}
a.blauweKnopGrootRechts:link,
a.blauweKnopGrootRechts:visited,
a.blauweKnopGrootRechts:active,
a.blauweKnopGrootRechts:hover {
	width: 145px;
	height: 30px;
	display: block;
	float: right;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background: url(images/but-vraag-forward.gif);
}

.hideInScreen {
	display: none;
}



/*  KNOPPEN */

input.blauweKnopPijlR 
{
	height: 18px;
	background: url(images/bg-but-blauw-r.gif) 0px 0px repeat-x;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: none;
	padding-left: 10px;
}

input.blauweKnopPijlRU
{
	height: 18px;
	background: url(images/bg-but-blauw-ru.gif) 0px 0px repeat-x;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: none;
	padding-left: 10px;
}

/* EINDE KNOPPEN */



.floatClear {
	clear: both;
	height: 18px;
}

.floatRight {
	float: right;
}

.smallfont {
	font-size: 12px;
	font-weight: bold;
}
.smallerfont {
	font-size: 10px;
	font-weight: normal;
}
.normalfont {
	font-size: 14px;
	font-weight: bold;
}
.bigfont {
	font-size: 16px;
	font-weight: bold;
}

.paginering {
    padding-top: 10px;
    border-top: 1px solid #c62701;
}
.uitvullentextareaBeheer {
	width/**/:/**/401px;  /* 411px */
	height: 72px;
	padding: 0 5px 0 5px;
	border: 1px solid #18376a;
	font: normal 16px/28px Arial, Helvetica, sans-serif;
	background: url(images/form-textBox-background.gif) top left no-repeat;
}

.uitvullenBeheer {
	width: 411px;
	height: 18px;
	border: 1px solid #18376a;
}

.uitvullenVraag {
	width/**/:/**/270px;  /* 280px */
	height: 28px;
	padding: 0 5px 0 5px;
	border: 1px solid #18376a;
	font: normal 16px/28px Arial, Helvetica, sans-serif;
	background: url(images/form-textBox-background.gif) top left no-repeat;
}

.uitvullenEinde {
	width/**/:/**/230px;  /* 240px */
	height: 28px;
	padding: 0 5px 0 5px;
	border: 1px solid #18376a;
	font: normal 16px/28px Arial, Helvetica, sans-serif;
	background: url(images/form-textBox-background.gif) top left no-repeat;
}

.korteUitleg {
    margin-bottom: 10px;
}

.logoBlijvendThuisPrint {
	display: none;
}

/* HACK -> 'Display-Table'-vervanger */
.containerMain:after,
.containerContent:after,
.VragenOverzicht:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}



/* Styles voor de print variant */
@media print
{
    .NoPrint { 
    	display: none;
    }
}