/** GLOBAL **/	
div.clear {
	display: block;
	clear: both;
}

label#brandwatch_heading,
label#favorites_heading,
.mrbw_blurb_heading {
	text-transform: capitalize;
	font-size: 16px;
	background-color: #D52527;
	color: #FFF;
	padding: 10px 20px !important;
	letter-spacing: 0px;
	display:block;
	font-weight: bold;
	margin: 20px 0;
	background-image: linear-gradient(bottom, rgb(184,24,26) 9%, rgb(213,37,40) 55%);
	background-image: -o-linear-gradient(bottom, rgb(184,24,26) 9%, rgb(213,37,40) 55%);
	background-image: -moz-linear-gradient(bottom, rgb(184,24,26) 9%, rgb(213,37,40) 55%);
	background-image: -webkit-linear-gradient(bottom, rgb(184,24,26) 9%, rgb(213,37,40) 55%);
	background-image: -ms-linear-gradient(bottom, rgb(184,24,26) 9%, rgb(213,37,40) 55%);	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.09, rgb(184,24,26)),
		color-stop(0.55, rgb(213,37,40))
	);
}
.notbuyingit #pageheader {
		display: none;
}	
.mrbw_blurb_heading {
		text-align: center;
		border-bottom: 1px solid;
}
.mrbw_blurb_heading.top {
	text-align: center;
}
.mrbw_blurb_heading a { 
	color: #FFF;
}
div#brandwatch, div#favorites {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
}

div#brandwatch a, div#favorites a {
	font-weight: normal;
}

ul#brandwatch_brands li img, ul#favorites_list li img  {
	float:left;
	border-radius: 3px !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

div#favorites a, div#brandwatch a {
	color: #8AB9DE;
	text-decoration: none;
}

div#favorites a:hover, div#brandwatch a:hover {
	text-decoration: underline;
}

/** FAVORITES **/	
div#favorites {
	width: 98%;
	background:#f1f7fc;
	padding: 2%;
	margin-right: 20px;
	min-width: 300px;
	max-width: 500px;
	float: left;
	padding: 2%;
}

ul#favorites_list {
	height: 460px;
	padding: 0;
	margin-bottom: 20px;
	padding-right: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
}


ul#favorites_list li {
	margin-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	list-style-type: none;
	border-bottom: 1px solid #cae3f8;
}

ul#favorites_list li span.favorite_display_name {
	margin-left: 7px;
	font-weight: bold;	
}

ul#favorites_list li span.favorite_screen_name {
	font-size: 0.9em;
}

ul#favorites_list li span.favorite_date {
	font-size: 0.9em;
	float: right;
	color: #818181;
}

ul#favorites_list li div.favorite_text {
	margin-left: 55px;
}

ul#favorites_list li a.not_buying_it {
	display: block;
	padding: 0;
	border: 0;
	float: right;
	width: 162px;
	height: 28px;
}

.mrbw_blurb {
    padding: 20px 0;
    margin: 10px 0px 15px 0px;
    width: 100%;
    margin-top: 110px;
}
/** BRANDWATCH **/
div#brandwatch {
	display: inline-block;
	border: 0px solid black;
	float: left;
	padding: 0;
	padding: 20px;
	background:#f1f7fc;
}

label#brandwatch_subheading {
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: left;	
	font-size: .8em;
	padding: 0;
	color: #999;
	margin-bottom: 10px;
	margin-left: 0;
}

ul#brandwatch_brands {
	margin-bottom: 0px !important;
	padding-left: 0px;
}

ul#brandwatch_brands li {
	margin-left: 0px;
	list-style-type: none;

	border-bottom: 1px solid #d3eafd;
	padding: 20px 0;
}

ul#brandwatch_brands li:last-child {
	border-bottom: none;
}

ul#brandwatch_brands li span.names {
	width: 100px;
	display: inline-block;
	margin-left: 10px;
}

ul#brandwatch_brands li span.names label.brand_display_name {
	font-weight: bold;
	display: block;
}

ul#brandwatch_brands li span.brand_count {
	float: right;
	font-size: 1.0em;
	font-weight: bold;
	background: #D52527 ;
	color:#fff;
	padding: 10px;
	min-width: 25px;
	text-align: center;
	-webkit-border-radius: 40px;
    border-radius: 40px;
}

iframe.twitter-tweet {
	float: left;
	margin-left: 10px !important;
}


.post-11130 p span {
	padding: 10px;
}



.profile_image{
	margin-top:5px;
}