.message_error, .follower_error {
	background-color:#FFCCCC !important;
}

#profile_image {
	width:50px;
}

#following, #followers_count, #friends_count {
	width:100px;
}


#sf-header a {
	background-image: url('../img/sf-title.png');
	background-repeat:no-repeat;
	background-size: 195px 66px;
	display:block;
	height:66px;
	width:195px;
	vertical-align:top;
}

#sf-header a span {
	display:none;
}

#sf-user-profile {
	display:block;
	margin-top:-40px;
}

#sf-user-stats {
	display:inline-block;
}

#sf-user-name {
	display:inline-block;
}

#sf-user-stats ul {
	display:table;
	margin:0;
}

#sf-user-stats ul li {
	display:table-cell;
	padding-left:15px;
}

.sf-account-name {
	display:block;
	font-size: 18px;
	font-weight:700;
	color#292f33;
}

.sf-account-screen_name {
	display:block;
	font-size: 12px;
	color: #66757f;
}

.sf-account-image {
	border-radius:6px;
	margin-left:10px;
}

.sf-twitter-label {
	display:block;
	color: #8899a6;
	font-size: 10px;
	text-transform:uppercase;
}

.sf-twitter-value {
	display:block;
	color: #3B94D9;
	font-size:18px;
}

@media (max-width: 782px) {
    .column-profile_image {
        display: none !important;
    }
}

progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  appearance: none;

  width: 100%;
  height: 10px;
  background: #555;
}
