/** do not delete - placeholder file to be used if no custom-style.css file is provided */
body > footer > div:nth-child(2) > a{
    display:none;
}
footer {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #133270), color-stop(1, #0A1D44));
}
#reservationParticipation > div:nth-child(2){
    display: none;
}
#form-reservation > div:nth-child(4) > div{
    display: none;
}

#reservationDetails > div.col-xs-12.reservationDescription{
	display:none;
}

#form-reservation > div.row.gx-2 > div.reservationDescription.border-bottom.py-2{
	display:none;
}

#form-reservation > div.row.gx-2 > div:nth-child(7)  {
	display:none;
}

#login-box > div.login-icon.my-2 {
	width: 200px;
    place-self: center;
}
body > footer{
	padding-bottom: 5%;
    margin-bottom: -5%;
}
body > footer > div:nth-child(1) > a{
	color: #ffffff !important;
}