@CHARSET "UTF-8";
@media (max-width: 479px) {
/* line 33, ../sass/_variables.scss */
.col-xxs {
	width: 100%;
	float: none;
	clear: both;
}
}
/* line 40, ../sass/_variables.scss */
.clear {
clear: both;
}

/******** APPS ********/
H2 {margin-bottom: 20px}
H2 IMG {width:80px; margin: 20px}
TABLE IMG {width:40px; margin: 10px}
.role:before {font-family: FontAwesome; display: inline-block; margin-right: 5px}
.role-admin:before{content:"\f234";}
.role-user:before{content:"\f007";}

IMG.avatar {max-width: 64px; max-height: 64px; vertical-align:middle; margin: 5px; border-radius: 50%; margin-right: 15px}

