/* CSS Document */

div#helpDialog div.modal-content {
	width: 800px;
}

div.profile-user-info div.well div.blue table {
	margin-top:20px;
}

div.profile-user-info div.well div.blue table td {
	padding-right:10px
}

div.well div.blue.flex {
	
	display: inline-block;
	margin-top:10px;
	padding-right: 10px;
}

html.fontawesome-i2svg-active.fontawesome-i2svg-complete body.no-skin div#main-container.main-container.ace-save-state div.main-content div.main-content-inner div.page-content div.row div.col-xs-12 div.col-xs-12 div.well div.blue div.blue.flex {
	width: auto; 
}

div.blue img {
	width:100px;
}

@media screen and (max-width: 450px) {
	div.col-xs-12 {
		width:100%;
		padding-left:0px;
		padding-right: 0px;
	}
	
	div.flex {
		text-align: center;
	}
	div.flex img {
		width:150px;
	}
}