#titleModal{
	font-family: 'Roboto Condensed';
}
#modal-footer button{
	background-color: #2a3642;
	border-color: #2a3642;
	color: #FFF;
	font-family: 'Roboto Condensed';
}
#modal-footer button:hover{
	background-color: #ffd200;
	color: #2a3642;
}
#titleConsole{
	font-family: 'Roboto Condensed';
	padding-top: 10px;
}
#console{
	font-family: 'Roboto Condensed';
	font-size: 12px;
	background-color: #EEE;
	border: 1px #CCC solid;
	border-radius: 5px;
	padding: 5px;
}