#logo-wrapper {
	background-image: url('FileRequest.ashx?file=Signum.png');
	width: 105px;
	height: 139px;
	float: right;
	margin-left:auto; 
	margin-right:10px;
	display: flex; 
}

#container {
	display: flex;
	justify-content: flex-end;
}

.MainTitle
{
    color: #78BE20;
}

.Subtitle
{
    color: #78BE20;
}

.SubtitleAppointment, .SubtitleAppointmentStartPage
{
    color: #78BE20;
}

.Appointment .Title
{
    color: #78BE20;
}

.AppointmentGroup
{
    color: #78BE20;	
}

.CustomFooterWrapper{
 font-family: Arial;
 text-decoration: none;
 cursor: pointer;
 padding: 0px;
 font-size: 10pt;
 text-align: center;
}