  /* If you want to add your own CSS code, please do it in this file */
ul.project_details li p {
    width: 50%;
}

ul.project_details li .label {
    width: 40%;
}
.center-text{
    text-align: center;
}

.hide{
    display: none;
}
.width-100{
    width: 100% !important;
}

.covid19MessageContainer{
	width: 100%;
	color: #000;
	background-color: #f2b705;
	padding: 20px 10%;
	box-sizing: border-box;
	overflow: hidden;
}

.covid19MessageContainer > div:first-child{
	font-size: 28px;
}

.covid19MessageContainer > div:nth-child(2){
	padding-left: 30px;
	font-size: 16px;
}

#CybotCookiebotDialog button::after {
	display: none;
}