/* CSS user */
@import url(https://fonts.googleapis.com/css?family=Raleway|Varela+Round|Coda);
@import url(http://weloveiconfonts.com/api/?family=entypo);

[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

.user-profile {
  margin: auto;
  margin-left: 0.0em;
	width: 25em; 
  height: 11em;
  background: #fff;
  border-radius: .3em;
}

.user-profile  .username {
  margin: auto;
  margin-top: -3.40em;
  margin-left: 5.80em;
  color: #26A2FF;
  font-size: 1.53em;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.user-profile  .bio {
  margin: auto;
  /*display: inline-block;*/
  margin-top: -4.9em;
  margin-left: 7.43em;
  color: #e76043; 
  font-size: .97em;
  font-family: "Roboto", sans-serif;
}
.user-profile > .description {
  margin: auto;
  /*margin-top: 1.35em;*/
  margin-right: 6.3em;
  width: 14em;
  color: #c0c5c5; 
  font-size: .87em;
  font-family: "Roboto", sans-serif;
}
.user-profile  .tx {
  margin: auto;
  /*display: inline-block;*/
  margin-left: 8.43em;
  color: #000000; 
  font-size: .87em;
  font-family: "Roboto", sans-serif;
  width: 100%;
  text-align: justify;
}
.user-profile > img.avatar {
	padding: .7em;
  /*margin-left: 0.3em;*/
  margin-top: .3em;
  height: 6.23em;
  width: 6.23em;
  border-radius: 18em;
}

.user-profile ul.data {
	margin: 2em auto;
	height: 3.70em;
  background: #4eb6b6;
  text-align: center;
  border-radius: 0 0 .3em .3em;
}
.user-profile li {
	margin: 0 auto;
  padding: 1.30em; 
  width: 33.33334%;
  display: table-cell;
  text-align: center;
}

.user-profile span {
	font-family: "varela round", sans-serif;
	color: #e3eeee;
  white-space: nowrap;
  font-size: 1.27em;
  font-weight: bold;
}
.user-profile span:hover {
  color: #daebea;
}

