*{
	font-family: 'Roboto', sans-serif;
	outline: none;
}
html, body{
	height: 100%;
}
a{
	text-decoration: none;
}
a:hover{
	color: inherit;
	text-decoration: none;
}
.fixMP{
	margin: 0px;
	padding: 0px;
}
.error-message {
	right: 0px;
	top: -4px;
	left: 0px;
	position: absolute;
	color: #ff0000;
	text-align: right;
}
.mb0{
	margin-bottom: 0px !important;
}
.uppercase {
text-transform: uppercase;
}
