@font-face {
    font-family: 'robotoregular';
    src: url('fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: auto;
}


@font-face {
    font-family: 'robotothin';
    src: url('fonts/Roboto-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: auto;
}

.title {
	padding: 7px;
	text-align: center;
}

.contact_list {
	text-align: center;
 	font-family: 'robotoregular';
}

.font-title-header {
	font-size: x-large;
	background-color: #F0E9F1;
	font-family: 'robotoregular';
}


.servicedesk_title {
	font-family: 'robotothin';
	font-size: 30px;
	color: #993878;
	display: inline-block; 
	vertical-align: middle;
}

.image_logo {
	 width: 40px; 
	 height: 50px; 
	 display: inline-block; 
}


.footnote {
   padding-left: 17px;
   padding-top: 5px;
   font-family 'robotoregular';
   font-size: small;
   align: left;
   border-collapse: collapse;
   border-spacing: 10;
   width: 100%;
}

.footnote_list {
	margin-top: 0px;
}

.footnote_list_item {
	margin-left: -20px;
}
                                            
