
div.profile_page {
	position: relative;

	background-image: url( '/img/profile_bg.jpg' );
	background-repeat: repeat-x;
	background-color: #262627;

	min-width: 950px;
}

div.profile_page.private_profile {
	background-image: none;
}

div.profile_page.has_profile_background {
	background-color: #000000;
	background-position: center top;
	background-repeat: no-repeat;
}

/* this is a workaround for webkit centering bug with backgrounds that are larger than the window */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.profile_page.has_profile_background {
		background-position: 49.999% 0;
	}
}

.profile_header_bg {
	position: relative;
	max-width: 1018px;
	min-height: 224px;
	padding-bottom: 16px;
	margin: 0 auto;

	background-image: url( '/img/profile_header_bg.png' );
	background-repeat: no-repeat;
	background-position: center bottom;
}

.profile_header_bg_texture {
	max-width: 976px;
	min-height: 224px;
	margin: 0 auto;

	background-image: url( '/img/profile_header_bg_texture.jpg' );
	background-repeat: no-repeat;
	background-position: center;
}

.profile_header {
	position: relative;
	max-width: 926px;
	margin: 0 auto;

	padding-top: 24px;

}

.profile_header_content {
	position: relative;
	padding-top: 8px;

	color: #898989;
	font-size: 13px;
}

.profile_header_summary {
	overflow: hidden;
	padding-right: 18px;
}

.playerAvatar.profile_header_size {
	position: relative;
	width: 166px;
	height: 166px;
}

.playerAvatar.profile_header_size .playerAvatarAutoSizeInner img {

	/* override the gradient behind the image (it won't show anyway) */
	background: none;
	filter: none;

	/* fix space appearing beneath image */
	display: block;

	padding: 0;
	width: 100%;
	height: 100%;
}

.playerAvatar.profile_header_size .playerAvatarAutoSizeInner {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
}

.profile_header .playerAvatar.profile_header_size {
	float: left;
	margin-right: 18px;
}

.profile_header_badgeinfo {
	float: right;
}

.profile_header_badgeinfo_badge_area {
	width: 268px;
}

@media screen and ( max-width: 700px )
{
	html.responsive .profile_header_summary {
		clear: both;
		padding: 8px;
	}
	html.responsive .profile_header .profile_summary.noexpand {
		height: auto;
	}

	html.responsive .profile_header .playerAvatar.profile_header_size {
		max-width: 40%;
	}

	html.responsive .profile_header .profile_header_centered_persona {
		position: static;
		padding-bottom: 8px;
	}

	html.responsive .profile_header .profile_header_summary .persona_name_spacer,
	html.responsive .profile_header .profile_header_summary .header_real_name_spacer {
		display: none;
	}

	html.responsive .profile_header .header_real_name {
		height: auto;
		line-height: 24px;
	}

	html.responsive .profile_header_content {
		padding-top: 0;
	}

	html.responsive .profile_header {
		padding-top: 8px;
	}

	html.responsive .profile_header_bg_texture {
		background-size: cover;
	}

	html.responsive .profile_header_badgeinfo {
		float: none;
		overflow: hidden;
	}
}

@media screen and ( max-width: 460px )
{

	html.responsive .profile_header_badgeinfo {
		float: none;
		overflow: visible;
	}

	html.responsive .profile_header_badgeinfo_badge_area {
		float: none;
		overflow: hidden;
		max-width: 50%;
		max-width: calc( 100% - 125px - 20px );
	}

	html.responsive .profile_header_badgeinfo_badge_area .profile_header_badge {
		margin-bottom: 0;
	}

	html.responsive .profile_header_actions {
		clear: both;
		padding-top: 8px;
		text-align: center;
	}

	html.responsive .profile_header .playerAvatar.profile_header_size {
		max-width: none;
		width: 125px;
		height: 125px;
	}
}

.profile_header_valve_employee {
	background-color: rgba(0, 0, 0, 0.3);
	padding: 5px 10px 5px 10px;
	margin-bottom: 15px;
}

.profile_header_valve_employee_icon {
	position: absolute;
	vertical-align: middle;
	background-image: url( '/img/info.png' );
	background-repeat: no-repeat;
	background-position: center;
	padding: 5px 10px 10px 0px;
	width: 32px;
	height: 32px;
  }

.profile_header_valve_employee_desc {
	display: inline-block;
	padding: 5px 10px 10px 48px;
	font-family: "Motiva Sans", Sans-serif;
	font-weight: 200;
	color: #ffffff;
	font-size: 14px;
}

.profile_header_actions {
	white-space: nowrap;
}

.profile_header .persona_name {
	line-height: 40px;
	font-size: 24px;
	color: #ffffff;
	font-family: 'Motiva Sans Thin',Arial,Helvetica,Verdana,sans-serif;
}

.profile_header .profile_header_centered_persona {
	position: absolute;
	left: 186px;
	right: 268px;
	white-space: nowrap;
}

.profile_header .persona_name .nickname {
	color: #9b9b9b;
}

.header_real_name_spacer {
	height: 52px;
}

.profile_flag {
	vertical-align: middle;
	width: 16px;
	height: 11px;
}

.profile_header .profile_summary {
	line-height: 18px;
	height: 90px;
	overflow: hidden;
	margin-bottom: 8px;
}

.profile_header .profile_summary.noexpand {
	height: 76px;
}

.profile_summary_modal {
	line-height: 18px;
}

.profile_summary img.emoticon, .profile_summary_modal img.emoticon {
	vertical-align: text-bottom;
}

.profile_header_badgeinfo .persona_level {
	line-height: 40px;
	margin-bottom: 13px;
}

.profile_header_badgeinfo .persona_level .friendPlayerLevel {
	vertical-align: middle;
}

.profile_header_badgeinfo .persona_level .friendPlayerLevel .friendPlayerLevelNum {
	color: #ffffff;
}

.profile_header_badge {
	border: 1px solid #212121;
	border-radius: 3px;
	background-color: #222223;
	height: 70px;

	box-shadow: 1px 1px 0 #343944;

	margin-bottom: 13px;
}

.profile_header_badge_instructions {
	padding: 8px;
}

.favorite_badge {
	position: relative;
	padding: 8px 8px;
}

.favorite_badge_icon {
	position: absolute;
	top: 8px;
	left: 8px;
}

.favorite_badge_icon img {
	width: 54px;
	height: 54px;
}

.favorite_badge_description {
	padding-left: 64px;
	padding-top: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

	font-size: 12px;
}

.favorite_badge_description .name {
	color: #ffffff;
}


.btn_profile_action {
	border-radius: 2px;
	color: #fff !important;
	padding: 1px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #212121;

	background: #373f4f; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#7a8494), color-stop(95%,#282f3d));filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a8494', endColorstr='#282f3d',GradientType=0 );background: -moz-linear-gradient( top, #7a8494 5%, #282f3d 95%);background: -webkit-linear-gradient( top, #7a8494 5%, #282f3d 95%);background: -o-linear-gradient( top, #7a8494 5%, #282f3d 95%);background: -ms-linear-gradient( top, #7a8494 5%, #282f3d 95%);background: linear-gradient( to bottom, #7a8494 5%, #282f3d 95%);}
.btn_profile_action > span {

	border-radius: 2px;
	display: block;
	background: #2e394c; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#33425a), color-stop(95%,#282f3d));filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33425a', endColorstr='#282f3d',GradientType=0 );background: -moz-linear-gradient( top, #33425a 5%, #282f3d 95%);background: -webkit-linear-gradient( top, #33425a 5%, #282f3d 95%);background: -o-linear-gradient( top, #33425a 5%, #282f3d 95%);background: -ms-linear-gradient( top, #33425a 5%, #282f3d 95%);background: linear-gradient( to bottom, #33425a 5%, #282f3d 95%);}
.btn_profile_action:hover, .btn_profile_action.focus {
	text-decoration: none;

	background: #688bb1 ; /* Old browsers */
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#9ba9bf), color-stop(95%,#282f3d));filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ba9bf', endColorstr='#282f3d',GradientType=0 );background: -moz-linear-gradient( top, #9ba9bf 5%, #282f3d 95%);background: -webkit-linear-gradient( top, #9ba9bf 5%, #282f3d 95%);background: -o-linear-gradient( top, #9ba9bf 5%, #282f3d 95%);background: -ms-linear-gradient( top, #9ba9bf 5%, #282f3d 95%);background: linear-gradient( to bottom, #9ba9bf 5%, #282f3d 95%);}
.btn_profile_action:hover > span, .btn_profile_action.focus > span {
	background: #526d95; /* Old browsers */
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#3c597b), color-stop(95%,#282f3d));filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c597b', endColorstr='#282f3d',GradientType=0 );background: -moz-linear-gradient( top, #3c597b 5%, #282f3d 95%);background: -webkit-linear-gradient( top, #3c597b 5%, #282f3d 95%);background: -o-linear-gradient( top, #3c597b 5%, #282f3d 95%);background: -ms-linear-gradient( top, #3c597b 5%, #282f3d 95%);background: linear-gradient( to bottom, #3c597b 5%, #282f3d 95%);}
.btn_profile_action_disabled {
	opacity: 0.5;
	cursor: default;
}
#profile_action_dropdown {
	white-space: nowrap;
}

#profile_action_dropdown .popup_menu_item {
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#profile_action_dropdown .popup_menu_item img {
	vertical-align: middle;
}

.popup_menu .profile_actions_support a.popup_menu_item {
	color: #cc3333;
}

.profile_content {
	position: relative;

	background-image: url( '/img/profile_content_bg.png' );
	background-position: center;
	background-repeat: repeat-y;

	padding: 0 12px 64px 12px;
	width: 926px;
	margin: 0 auto;

	font-size: 13px;
	min-height: 675px;
}

.private_profile .profile_content {

	padding-bottom: 120px;
	background-image: url( '/img/profile_content_bg_fade.png' ), url( '/img/profile_content_bg.png' );
	background-position: center bottom, center;
	background-repeat: no-repeat, repeat-y;
}

.profile_content.has_profile_background
{
	background: none;

	margin-top: -14px;
	overflow: hidden;
	padding-top: 14px;
	min-height: 900px;
}

.profile_content_inner {
	position: relative;
}

.profile_leftcol {
	width: 636px;
	float: left;
}

.profile_rightcol {
	width: 268px;
	float: right;
}

.profile_content h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;

	line-height: 26px;
	font-size: 20px;
	font-family: 'Motiva Sans Thin',Arial,Helvetica,Verdana,sans-serif;
}

.profile_customization {
	position: relative;

	background-image: url('/img/showcase_bg.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #141414;

	border-radius: 3px;
	padding: 0 10px 11px 10px;

	margin-bottom: 12px;

	font-size: 13px;

	overflow: hidden;
}

.profile_customization_header {
	font-family: 'Motiva Sans Thin',Arial,Helvetica,Verdana,sans-serif;
	color: #5491cf;
	font-size: 20px;
	line-height: 30px;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.profile_customization_editlink {
	float: right;
	display: none;

	line-height: 30px;
}

.profile_customization:hover .profile_customization_editlink {
	display: block;
}

.profile_customization_editlink:hover .profile_customization_editlink_text {
	text-decoration: underline;
}

.showcase_content_bg {
	background-color: #101214;
	background-color: rgba( 0, 0, 0, 0.3 );
	padding: 8px;
	border-radius: 3px;

	margin-bottom: 9px;

	overflow: hidden;
}

.showcase_content_bg:last-child {
	margin-bottom: 0;
}

.showcase_stats_row {
	white-space: nowrap;
}

.showcase_stats_row .showcase_stat {
	margin-left: 42px;
	display: inline-block;
}

.showcase_stat {
	font-size: 34px;
}

.showcase_stats_row .showcase_stat:first-child, html.responsive .showcase_stats_row .showcase_stat:first-child {
	margin-left: 0;
}

.showcase_stat .value {
	font-size: 1em;
	font-family: 'Motiva Sans Thin',Arial,Helvetica,Verdana,sans-serif;
	color: #ffffff;
}
.showcase_stat .label {
	font-size: 0.5em;
	color: #9b9b9b;
}

a.showcase_stat:hover .label {
	color: #ffffff;
}

@media screen and ( max-width: 600px )
{
	html.responsive .showcase_stats_row .showcase_stat {
		margin-left: 6%;
	}

	html.responsive .showcase_stat {
		font-size: 30px;
	}
}

@media screen and ( max-width: 500px )
{
	html.responsive .showcase_stat {
		font-size: 26px;
	}
}


@media screen and ( max-width: 400px )
{
	html.responsive .showcase_stat {
		font-size: 22px;
	}
}


.showcase_bodylabel {
	font-size: 13px;
	margin-bottom: 8px;
	color: #898989;
}

.showcase_achievement {
	width: 64px;
	height: 64px;
	line-height: 64px;
	float: left;

	margin-left: 25px;
}

.showcase_achievement img {
	height: 64px;
}

.showcase_achievement:first-child, html.responsive .showcase_achievement:first-child {
	margin-left: 0;
}

.showcase_achievement.openslot {
	width: 60px;
	height: 60px;
	line-height: 60px;
}

.showcase_badges_icons {
	margin-bottom: 9px;
}

.showcase_badges_icons .showcase_badge {
	float: left;
	position: relative;

	margin-left: 26px;
}

.showcase_badges_icons .showcase_badge.openslot {
	margin-left: 22px;
}


.showcase_badges_icons .showcase_openslot_placeholder {
	line-height: 80px;
}


.showcase_badges_icons .showcase_badge, .showcase_badges_icons .showcase_badge img {
	width: 80px;
	height: 80px;
}

.showcase_badges_icons .showcase_badge:first-child, html.responsive .showcase_badges_icons .showcase_badge:first-child {
	margin-left: 0;
}

.showcase_slot {
	display: block;
	float: left;
	position: relative;
}

.showcase_gamecollector_game {
	width: 148px;
	height: 56px;
	margin-left: 7px;
	line-height: 56px;
}

.showcase_gamecollector_games .showcase_gamecollector_game:first-child,
html.responsive .showcase_gamecollector_games .showcase_gamecollector_game:first-child {
	margin-left: 0;
}

.showcase_gamecollector_game img.game_capsule {
	width: 148px;
	height: 56px;
}

.showcase_gamecollector_game.openslot {
	width: 144px;
	height: 52px;
	line-height: 52px;
}


@media screen and (max-width: 910px)
{
	html.responsive .showcase_badges_icons .showcase_badge
	{
		width: 12%;
		height: auto;
	}

	html.responsive .showcase_badges_icons .showcase_badge img
	{
		width: 100%;
		height: auto;
	}

	html.responsive .showcase_badges_icons .showcase_badge
	{
		margin-left: 4%;
	}

	html.responsive .showcase_badges_icons .showcase_badge.openslot
	{
		margin-left: 3%;
	}

	html.responsive .showcase_gamecollector_game {
		width: 24%;
		height: auto;
		margin-left: 1%;
		line-height: 100%;
	}

	html.responsive .showcase_gamecollector_game img.game_capsule {
		width: 100%;
		height: auto;
	}

	html.responsive .item_showcase_item {
		width: 15%;
		margin-left: 0.9%;
		line-height: 100%;
		height: auto;
	}

	html.responsive .item_showcase_item img.item_image {
		width: 100%;
		height: auto;
	}



	html.responsive .showcase_achievement {
		width: 10%;
		height: auto;
		line-height: 100%;
		float: left;

		margin-left: 4.5%;
	}

	html.responsive .showcase_achievement img {
		width: 100%;
		height: auto;
	}
}

.item_showcase .item_count_stat {
	float: left;
	padding-top: 14px;
	max-width: 30%;
}

.item_showcase .item_count_stat > div {
	padding-left: 12px;
}

.item_showcase .showcase_slot_row, .trade_showcase .showcase_slot_row {
	margin-left: -5px;
}

.item_showcase_item {
	width: 96px;
	height: 96px;
	line-height: 96px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #3a3a3a;
}

.item_showcase_item img.item_image {
	width: 96px;
	height: 96px;
}

.item_showcase_item.openslot {
	width: 94px;
	height: 94px;
	line-height: 94px;
}

.trade_showcase_items {
	margin-bottom: 10px;
}

.showcase_stats_trading {
	margin-bottom: 12px;
}

.favoritegame_showcase_game {
	position: relative;
	height: 69px;
	padding-left: 200px;

	margin-bottom: 22px;
}

.favoritegame_showcase_game.showcase_slot {
	float: none;
}

.favoritegame_showcase_game .favorite_game_cap {
	position: absolute;
	left: 0;
	top: 0;
}

.favoritegame_showcase_game .favorite_game_cap, .favoritegame_showcase_game .favorite_game_cap img {
	width: 184px;
	height: 69px;
}

.showcase_item_detail_title {
	font-family: 'Motiva Sans Thin',Arial,Helvetica,Verdana,sans-serif;
	font-size: 24px;
	padding-top: 10px;
	color: #ffffff;

	line-height: 29px;
	max-height: 58px;
	overflow: hidden;
}

.favoritegame_showcase_game .showcase_openslot_placeholder {
	line-height: 69px;
}

.favoritegroup_showcase_group {
	position: relative;
	height: 157px;
	padding-left: 166px;

	margin-bottom: 22px;
}

.favoritegroup_showcase_group.showcase_slot {
	float: none;
}

.favoritegroup_showcase_group .favoritegroup_avatar {
	position: absolute;
	left: 0;
	top: 0;
	width: 157px;
	height: 157px;
}

.favoritegroup_showcase_group .favoritegroup_avatar img {
	width: 157px;
	height: 157px;
}

.favoritegroup_showcase_group .favoritegroup_content {
	position: relative;
	height: 157px;
}

.favoritegroup_showcase_group .showcase_openslot_placeholder {
	line-height: 157px;
}

.favoritegroup_showcase_group .favoritegroup_namerow {
	font-size: 16px;
	color: #828282;
	vertical-align: bottom;
	line-height: 32px;
}

.favoritegroup_showcase_group .favoritegroup_namerow .favoritegroup_name {
	font-size: 24px;
	font-family: 'Motiva Sans Thin',Arial,Helvetica,Verdana,sans-serif;
}

@media screen and (max-width: 480px)
{
	html.responsive .favoritegroup_showcase_group .favoritegroup_avatar {
		position: static;
		float: left;
		margin: 0 12px 12px 0;
	}

	html.responsive	.favoritegroup_showcase_group {
		padding-left: 0;
	}

	html.responsive .favoritegroup_showcase_group .favoritegroup_avatar,
	html.responsive .favoritegroup_showcase_group .favoritegroup_avatar img {
		width: 92px;
		height: 92px;
	}

	html.responsive .favoritegroup_description {
		max-height: 58px;
		overflow: hidden;
	}
}

.recommendation_showcase .showcase_slot {
	float: none;
}

.recommendation_showcase .showcase_slot .showcase_openslot_placeholder {
	line-height: 91px;
}

.favorite_game_playtime {
	color: #9b9b9b;
	font-size: 17px;
}

.showcase_stats_row.favoritegroup_stats {
}

.showcase_stats_row.favoritegroup_stats .showcase_stat {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 22px;
}

.showcase_stats_row.favoritegroup_stats .showcase_stat:first-child {
	margin-left: 0;
}

.showcase_stats_row.favoritegroup_stats .showcase_stat .value {
	font-size: 0.64em;
}

.showcase_stat.favoritegroup_ingame .value {
	color: #8bc53f;
}

.showcase_stat.favoritegroup_online .value {
	color: #62a7e3;
}

.showcase_stat.favoritegroup_inchat {
	background-color: #192b3b;
	border-radius: 3px;

	padding-left: 12px;
	padding-right: 12px;
}

.favoritegroup_stats.showcase_stats_row {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.workshop_showcase_item {
	height: 160px;
	position: relative;

	overflow: hidden;
}

.favoriteguide_showcase .workshop_showcase_item {
	height: auto;
	min-height: 160px;
}

.workshop_showcase_item.showcase_slot {
	float: none;
}

.workshop_showcase_item .showcase_openslot_placeholder, .workshop_showcase_multiitem .showcase_openslot_placeholder {
	line-height: 160px;
}

.workshop_showcase_mutiitem_ctn {
	float: left;
	max-width: 25%;
	width: 154px;
}

.workshop_showcase_multiitem.showcase_slot {
	position: relative;
	float: none;
	margin: 2px;
}

.workshop_showcase_multiitem img.workshop_showcase_item_image {
	width: 100%;
}

.workshop_showcase_multiitem.openslot {
	margin: 0;
}

.workshop_showcase_item img.workshop_showcase_item_image {
	float: left;
	width: 160px;
	max-width: 40%;
	margin-right: 8px;
	display: block;
}

.workshop_showcase_right_col {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.myworkshop_showcase_header {
	/* 620 x 58 */
	width: 600px;
	height: 38px;
	padding: 10px;
	line-height: 38px;
	background-image: url( '/img/profile_showcase_myworkshop.png' );

	margin-bottom: 14px;
}

.myworkshop_showcase_header .playerAvatar {
	float: left;
	margin-right: 10px;
}

.myworkshop_showcase_header .myworkshop_playerName {
	font-size: 24px;
	font-family: 'Motiva Sans Thin',Arial,Helvetica,Verdana,sans-serif;
	color: #ffffff;
}

.workshop_showcase_mini_app {
	position: absolute;
	right: 0;
	bottom: 0;
}

.workshop_showcase_mini_app, .workshop_showcase_mini_app img {
	height: 32px;
	width: 32px;
}

.workshop_showcase_details_row {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;

	padding-top: 10px;
	background-image: url( '/img/showcase_content_fade.png' );
	background-position: center top;
	background-repeat: repeat-x;

}

.workshop_showcase_details_content {
	background-color: #0e0e0e;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.workshop_showcase_app {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.workshop_showcase_app_details {
	line-height: 32px;
}

.workshop_showcase_app_details .workshop_showcase_app img {
	vertical-align: middle;
}

.workshop_showcase_stars {
	float: right;
}

.guide_showcase_contributors {
	margin-bottom: 8px;
}

.guide_showcase_appinfo {
	line-height: 32px;
	margin-bottom: 8px;
}

.guide_showcase_appinfo .workshop_showcase_app img {
	vertical-align: middle;
}

.guide_showcase_item_description {
	line-height: 18px;
	max-height: 72px;
}

.myworkshop_showcase_header.guides {
	border-top: 1px solid #444549;
	border-radius: 3px;

	background-image: none;
	background-color: #000000;

	background: -webkit-gradient(linear, left top, right top, color-stop(5%,#000000), color-stop(95%,#282828));filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#282828',GradientType=1 );background: -moz-linear-gradient( left, #000000 5%,#282828 95%);background: -webkit-linear-gradient( left, #000000 5%,#282828 95%);background: -o-linear-gradient( left, #000000 5%,#282828 95%);background: -ms-linear-gradient( left, #000000 5%,#282828 95%);background: linear-gradient( to right, #000000 5%,#282828 95%);}

.myguide_showcase_item_ctn {
	width: 48%;
	overflow: hidden;

	background-color: #101214;
	background-color: rgba( 0, 0, 0, 0.3 );

	border: 1px solid transparent;
	border-radius: 3px;
	margin-bottom: 7px;
}

.myguide_showcase_item_ctn.openslot {
	height: 88px;
}

.myguide_showcase_item {
	padding: 10px;
	height: 68px;
}

.myguide_showcase_item_overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.myguide_showcase_item.left {
	margin-right: 2%;
}

.myguide_showcase_item:hover {
	border-color: #97C0E3;
}

.guide_showcase_img_ctn {
	float: left;
	position: relative;
	width: 66px;
	max-width: 25%;

	margin-right: 8px;
}

.guide_showcase_img_ctn img.guide_showcase_image {
	width: 100%;
	display: block;
}

.guide_showcase_item_content {
	overflow: hidden;	/* prevents wrapping below image */
}

@media screen and (max-width: 460px) {
	html.responsive .myguide_showcase_item_ctn.left,
	html.responsive .myguide_showcase_item_ctn {
		margin-right: 0;
		width: auto;
		float: none;
	}
}

.guide_showcase_img_ctn .workshop_showcase_mini_app, .guide_showcase_img_ctn .workshop_showcase_mini_app img {
	width: 18px;
	height: 18px;
}

.myguide_showcase_item_ctn.showcase_slot .showcase_openslot_placeholder {
	line-height: 88px;
}

.guide_showcase_title {
	font-size: 14px;
	color: #ffffff;
}

.guide_showcase_author, .guide_showcase_author a {
	color: #828282;
}

.screenshot_showcase_primary {
	width: 508px;
	max-width: 83%;
	float: left;
}

.screenshot_showcase_screenshot {
	cursor: pointer;
	border: 1px solid #000000;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}

.screenshot_showcase_screenshot:hover {
	border: 1px solid #97C0E3;
}

.screenshot_showcase_primary .screenshot_showcase_screenshot {
	margin-bottom: 4px;
}

.screenshot_showcase_screenshot img {
	display: block;
}

.screenshot_showcase_itemname {
	word-wrap: break-word;
}

.screenshot_showcase_rightcol {
	float: right;
	max-width: 17%;
	width: 102px;
	text-align: center;
}

.screenshot_showcase_smallscreenshot {
	float: none;
	margin-bottom: 11px;
}

.screenshot_showcase_smallscreenshot.screenshot_count {
	display: block;
	height: 57px;
	line-height: 57px;
	background-color: #222223;
	color: #ffffff;
}

.screenshot_showcase_smallscreenshot.openslot {
	height: 79px;
}

.screenshot_showcase_stats {
	line-height: 24px;
}

.screenshot_showcase_stat {
	margin-right: 12px;
	cursor: default;
}

.screenshot_showcase_stats .screenshot_showcase_staticon {
	vertical-align: text-bottom;
}

.screenshot_showcase_staticon.favorite {
	display: inline-block;
	background-image: url( '/img/ico_fav_tiled.png' );
	background-repeat: no-repeat;
	background-position: 0 -65px;
	width: 17px;
	height: 17px;
}

.profile_recentgame_header {
	margin-bottom: 8px;
}

.recentgame_quicklinks {
	float: right;
}


.recent_game {
	background-color: #141414;
	border-radius: 5px;
	margin-bottom: 21px;
}

.recent_game_content {
	padding: 8px 10px;
}

.recent_game.in_game {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.recent_game_now_playing {
	height: 33px;
	padding: 5px;

	border-radius: 3px;

	background-color: #88c743;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#b0f951), color-stop(95%,#88c743));filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0f951', endColorstr='#88c743',GradientType=0 );background: -moz-linear-gradient( top, #b0f951 5%, #88c743 95%);background: -webkit-linear-gradient( top, #b0f951 5%, #88c743 95%);background: -o-linear-gradient( top, #b0f951 5%, #88c743 95%);background: -ms-linear-gradient( top, #b0f951 5%, #88c743 95%);background: linear-gradient( to bottom, #b0f951 5%, #88c743 95%);
}

.recent_game_now_playing .content {
	height: 31px;
	line-height: 31px;
	border: 1px solid #3c5a1b;


	border-radius: 3px;

	background-color: #1b1b1b;
	padding: 0 5px;
}

.recent_game .game_info {
	position: relative;
	height: 69px;
}
.recent_game .game_info .game_info_cap {
	float: left;
	margin-right: 8px;
	width: 184px;
	max-width: 33%;
}
.recent_game .game_info .game_info_cap img {
	width: 100%;
}
.recent_game .game_info .game_info_details {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}
.recent_game .game_info .game_name {
	padding-top: 10px;
	font-size: 14px;
}

.recent_game .game_info_stats, .favoritegame_showcase .game_info_stats {
	padding: 9px 11px 10px;
	background-color: #282828;
	border-radius: 3px;
	border-top: 1px solid #4d4d4d;

	margin-top: 9px;
}

.game_info_stats_rule {
	border-top: 1px solid #222223;
	background-color: #3d3d3d;

	height: 1px;
	margin: 10px 0;
}

.game_info_achievements_only_ctn {
	line-height: 32px;
	position: relative;
}

.game_info_achievements_badge .game_info_achievements {
	width: 286px;
	float: right;
}
.game_info_achievements_badge .game_info_achievement_summary {
	display: block;
	text-align: right;
	margin-bottom: 8px;
}
.game_info_achievements_badge .game_info_achievement_summary a.whiteLink {
	float: left;
}
.game_info_achievements_badge .achievement_progress_bar_ctn {
	width: auto;
	display: block;
	margin-bottom: 8px;
}

.achievement_progress_bar_ctn {
	height: 8px;
	padding: 1px;
	width: 160px;

	display: inline-block;

	background-color: #222223;
	border: 1px solid #212121;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #353535;
}

.achievement_progress_bar_ctn .progress_bar {
	background-color: #364359;
	height: 8px;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#516179), color-stop(95%,#2a3547));filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516179', endColorstr='#2a3547',GradientType=0 );background: -moz-linear-gradient( top, #516179 5%, #2a3547 95%);background: -webkit-linear-gradient( top, #516179 5%, #2a3547 95%);background: -o-linear-gradient( top, #516179 5%, #2a3547 95%);background: -ms-linear-gradient( top, #516179 5%, #2a3547 95%);background: linear-gradient( to bottom, #516179 5%, #2a3547 95%);}

.achievement_icons {
	white-space: nowrap;
	overflow: hidden;
}
.game_info_achievement {
	vertical-align: top;
	display: inline-block;
	margin-left: 4px;
}
.game_info_achievements_only_ctn .game_info_achievements_summary_area {
	float: left;
	width: 361px;
	white-space: nowrap;
}

.game_info_achievement:first-child {
	margin-left: 0;
}

.game_info_achievement, .game_info_achievement img {
	width: 32px;
	height: 32px;
}

.game_info_achievement.plus_more, .showcase_achievement.plus_more {
	height: 30px;
	width: 30px;
	border: 1px solid #212121;
	background-color: #222223;

	line-height: 30px;
	color: #ffffff;
	text-align: center;

	box-shadow: 1px 1px 1px #353535;

	cursor: pointer;
}

.game_info_badge_only_ctn {

}

.game_info_badge_border {
	border: 1px solid #212121;
	border-radius: 3px;
	background-color: #222223;

	width: 282px;
	height: 48px;

	box-shadow: 1px 1px 0 #343944;
}

.game_info_achievements_badge .game_info_badge_border {
	float: left;
}



.game_info_badge {
	position: relative;
	padding: 7px;
}

.game_info_badge_icon {
	position: absolute;
	top: 7px;
	left: 7px;
}

.game_info_badge_icon img {
	width: 36px;
	height: 36px;
}

.game_info_badge_description {
	padding-left: 52px;
	padding-top: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

	font-size: 12px;
}

.game_info_badge_description .name {
	color: #ffffff;
	font-size: 13px;
}

.showcase_achievement.plus_more {
	height: 62px;
	width: 62px;

	line-height: 62px;
}

@media screen and ( max-width: 640px )
{
	html.responsive .game_info_achievements_badge .game_info_badge_border {
		float: none;
		margin-bottom: 8px;
		width: auto;
		max-width: 282px;
	}
	html.responsive .game_info_achievements {
		float: none;
		clear: left;
		margin-top: 8px;
		width: auto;
		position: relative;
	}

	html.responsive .game_info_achievements_only_ctn {
		line-height: normal;
	}

	html.responsive .game_info_achievement_summary a.whiteLink {
		white-space: nowrap;
	}

	html.responsive .game_info_achievements_summary_area {
		float: left;
		margin-right: 1%;
		max-width: 54%;
		white-space: normal;
	}
	html.responsive .game_info_achievements_summary_area .game_info_achievement_summary {
		display: block;
		text-align: center;

	}

	html.responsive .game_info_achievements_only_ctn .game_info_achievements_summary_area .achievement_progress_bar_ctn {
		width: auto;
		display: block;
	}

	html.responsive .game_info_achievements_only_ctn .achievement_icons {
		overflow: hidden;
	}

	html.responsive .achievement_icons {
		overflow: hidden;
	}
}

@media screen and (max-width: 480px )
{
	html.responsive .achievement_icons {
		padding-top: 6px;
	}

	html.responsive .game_info_achievements_only_ctn .game_info_achievements {
		margin-top: 0;
	}
}

.game_info_stats_publishedfilecounts .published_file_count_ctn {
	display: inline-block;
}

.game_info_stats_publishedfilecounts .published_file_link {
	margin-right: 12px;
	white-space: nowrap;
	line-height: 19px;
}

.game_info_stats_publishedfilecounts .published_file_link:hover {
	text-decoration: underline;
}

.published_file_icon {
	width: 19px;
	height: 19px;
	display: inline-block;
	margin-right: 4px;
	background-image: url('/img/icons_content.png?v=2');
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.published_file_icon.workshop_item {
	background-position: 0 center;
}

.published_file_icon.video {
	background-position: -19px center;
}

.published_file_icon.screenshot {
	background-position: -38px center;
}

.published_file_icon.guide {
	background-position: -57px center;
}

.published_file_icon.recommendation {
	background-position: -76px center;
}

.published_file_icon.artwork {
	background-position: -95px center;
}


.profile_comment_area {
	margin-top: 84px;
}

.profile_count_link {
	font-size: 14px;
	margin-bottom: 4px;
	min-height: 29px;
}
.profile_count_link a:hover .count_link_label {
	text-decoration: underline;
}
.profile_count_link_total {
	font-family: 'Motiva Sans Thin',Arial,Helvetica,Verdana,sans-serif;
	color: #9b9b9b;
	font-size: 24px;
}

.profile_in_game {
	margin-bottom: 32px;
}

.profile_in_game_header {
	font-family: 'Motiva Sans Thin',Arial,Helvetica,Verdana,sans-serif;
	font-size: 20px;
}

.profile_in_game_name {
	font-size: 15px;
	margin-bottom: 12px;
}

.profile_in_game_broadcastpreview {
	color: #9b9b9b;
	margin-bottom: 12px;
}

.profile_private_info {

	padding: 12px 0;
	color: #a94847;
	font-size: 17px;
}

.profile_ban_status {
	margin-bottom: 32px;
	color: #a94847;
	line-height: 22px;
}

.profile_ban .profile_ban_info {
	color: #828282;
}

.profile_badges_badge, .profile_badges_badge img {
	width: 54px;
	height: 54px;
}
.profile_badges_badge {
	float: left;
	margin-right: 16px;
}
.profile_badges_badge.last {
	margin-right: 0;
}

.profile_badges, .profile_item_links, .profile_group_links, .profile_friend_links {
	margin-bottom: 40px;
}

html.responsive .localmenu_content .profile_badges_badge {
	width: 19%;
	margin-right: 7%;
}

html.responsive .localmenu_content .profile_badges_badge.last {
	margin-right: 0;
}
html.responsive .localmenu_content .profile_badges_badge img {
	width: 100%;
	height: auto;
}

.profile_in_common {
	margin-bottom: 6px;
}

.profile_group {
	position: relative;

	word-wrap: break-word;
	overflow: hidden;

	padding-top: 1px;
	padding-left: 42px;
	height: 36px;

}

.profile_group.profile_primary_group {
	padding-top: 10px;
	padding-left: 80px;
	height: 60px;

	margin-bottom: 12px;
	margin-top: 12px;
}

.profile_group_avatar {
	position: absolute;
	left: 0;
	top: 0;

	box-shadow: 2px 2px 3px #0c0c0c;

	width: 32px;
	height: 32px;
}

.profile_primary_group .profile_group_avatar {
	width: 64px;
	height: 64px;
}

.profile_small_header_bg {
	background-image: url( '/img/profile_header_small_bg.png' );
	max-width: 1010px;
	height: 215px;
	margin: 0 auto -98px auto;
	background-position: center;
}

.profile_small_header_texture {
	background-image: url( '/img/profile_header_small_bg_texture.jpg' );
	max-width: 978px;
	height: 102px;
	margin: 0 auto;
	position: relative;
}

.profile_small_header_text {
	position: absolute;
	left: 120px;
	right: 30px;
	bottom: 31px;
	max-height: 65px;
	color: white;
	font-size: 14px;

	overflow: hidden;
	text-overflow: ellipsis;
}

.profile_small_header_name {
	font-size: 26px;
}

.profile_small_header_avatar {
	position: absolute;
	left: 30px;
	top: 18px;
	color: white;
}

.profile_small_header_arrow {
	font-size: 16px;
	color: #828282;
}

.profile_small_header_additional {
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
}

.profile_small_header_additional .gameLogo {
	margin-top: 12px;
}

body .pagecontent.profile_subpage_column {
	padding-bottom: 0;
}

.profile_subpage_column .profile_small_header_bg {
	background-image: url( '/img/profile_header_small_bg_column.png?v=1' );
	height: 111px;
	margin-bottom: 0;
}

.profile_subpage_general .profile_small_header_bg {
	background-image: url( '/img/profile_header_small_bg_none.png' );
	height: 111px;
	margin-bottom: 0;
}

.profile_subpage_column .profile_header, .profile_subpage_general .profile_header {
	height: 87px;
}

.profile_subpage_column .maincontent, body.migrated_profile_page .profile_subpage_column #BG_bottom.maincontent {
	background-image: url( '/img/profile_subpage_column_bottom.png' ), url( '/img/profile_subpage_column.png' );
	background-repeat: no-repeat, repeat-y;
	background-position: bottom center, center;
	width: 926px;
	padding: 12px 12px 128px 12px;

}

.profile_subpage_general .maincontent {
	margin-top: -7px;

	border-left: 1px solid #000000;
	border-right: 1px solid #545454;
	background-color: #262627;
	padding: 12px;

	width: 926px;

	box-shadow: inset 0 -1px 3px #101010;
}

body.migrated_profile_page #BG_bottom.maincontent {
	margin: 0 auto;
	width: 948px;
	background: none;
}

.profile_topfriends .friendBlock {
	background: none;
}

.profile_topfriends .friendBlock:hover {

	background-color: #3a3a3a;
}

#group_invite_modal_list {
	max-height: 400px;
	overflow-y: auto;
	background-color: #000000;
	border-radius: 3px;
	padding: 8px;
}

.group_invite_throbber {
	text-align: center;
	height: 32px;
	padding: 32px 0px;
}

.group_list_option {
	height: 40px;
	position: relative;
	padding: 5px 5px 5px 50px;
	border-radius: 3px;
	cursor: pointer;
}

.group_list_option:hover {
	background-color: #33425A;
}

.group_list_option .playerAvatar {
	position: absolute;
	left: 5px;
	top: 5px;
}

.group_list_option .group_list_groupname {
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.profile_comment_area .commentthread_header, .profile_leftcol_header {
	border-bottom: none;
	padding: 6px 10px;
	line-height: 26px;
	border-radius: 3px;
	background-color: #141414;
}

.profile_leftcol_header h2 {
	float: left;
}

.profile_comment_area .commentthread_header .commentthread_count {
	font-family: 'Motiva Sans Thin',Arial,Helvetica,Verdana,sans-serif;
	background: none;
	padding-left: 0px;
	font-size: 20px;
}

.profile_comment_area .commentthread_header .commentthread_allcommentslink {
	font-size: 12px;
	font-family: Arial,Helvetica,Verdana,sans-serif;
}

.profile_comment_area .commentthread_header .commentthread_allcommentslink:hover {
	text-decoration: underline;
}

.profile_comment_area .commentthread_allcomments_separator {
	display: none;
}

.profile_comment_area .commentthread_entry {
	background-color: transparent;
}

.profile_comment_area .commentthread_entry_quotebox_quote {
	display: none;
}

.profile_comment_area .commentthread_entry_quotebox {
	border: 1px solid #000000;
	border-radius: 0px;
	background-color: #3a3a3a;

	box-shadow: inset 0 0 5px #202020;
	-webkit-box-shadow: inset 0 0 5px #202020;
}

.profile_comment_area .commentthread_comment_container {
	border-bottom: 1px solid #000000;
}

.profile_comment_area .commentthread_textarea {
	background-color: #3a3a3a;
}

.profile_comment_area .commentthread_footer {
	padding-top: 6px;
	border-top: 1px solid #303030;
}

.profile_comment_area .pagebtn {
	line-height: 16px;
}

.profile_background_holder {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: 0;
	min-width: 972px;
}

.profile_background_image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
}

.profile_background_holder_content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000000;
	z-index: 0;
}

.profile_background_image_content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center -226px;	/* 240px header, -14px margin .profile_content.has_profile_background */
	background-repeat: no-repeat;
	z-index: 0;
}

.profile_background_overlay_content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;

	background-color: #171717;

    overflow-x: hidden;
    overflow-y: auto;

	opacity: .85;
	filter: alpha(opacity=85);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}


.profile_customization.customization_edit.none_selected {

	background: #383838;
	border: 1px dashed #5491CF;
}
.profile_customization_area .profile_customization.customization_edit.none_selected {
	cursor: pointer;
}
.profile_customization_area .profile_customization.customization_edit.none_selected:hover {
	border-color: #ffffff;
}

.showcase_notes {
	word-wrap: break-word;
	overflow: hidden;
	overflow-y: auto;

	max-height: 600px;
}

.newmodal_content a.bb_link:hover, .profile_summary a.bb_link:hover, .showcase_notes a.bb_link:hover, .showcase_notes a:hover {
	text-decoration: underline;
}

.profile_summary_modal .bb_h1, .customtext_showcase .bb_h1 {
	border-bottom: 1px dotted #666666;
}

.profile_customization_edit_icon {
	display: inline-block;
	vertical-align: middle;
	background-image: url( 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJFQ0Q1M0UyOTAwODExRTJCOEQxQjI4RTMyMTI3NEIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJFQ0Q1M0UzOTAwODExRTJCOEQxQjI4RTMyMTI3NEIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkVDRDUzRTA5MDA4MTFFMkI4RDFCMjhFMzIxMjc0QjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkVDRDUzRTE5MDA4MTFFMkI4RDFCMjhFMzIxMjc0QjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6u3ykzAAAAvUlEQVR42oxTCxHDIAwNDpAwCUiYhEpAQutgDiqhEiqhczAJnYNKSJNb2AENJe/ucXySd+EFADpARE/c8IeDGLMzAIPAjCUOswAFDMQncckVTAKSnMoeZc3zuStAB0GCc6y8X8U1TdvxChb0FoENdQQltut4QmxctVjERvJyY/StaYxPp83/iWbaXpumCtDwkBbVjgfDKy1a9+qZ1qpgFfe9eDGAESzgss8xEb/WZOfcO1UwKlewgP8GnAIMACuKvjkRumvoAAAAAElFTkSuQmCC' );
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
}

.saved_changes_msg {
	border: 1px solid #549cd7;
	color: #549cd7;
	line-height: 39px;
	padding: 0 16px;
	margin-bottom: 18px;
}

.manage_friends_btn_ctn {
	float: right;
}

.bulk_action_ctn {
	white-space: nowrap;
}


.coplayGroup {
	border-bottom: 1px solid;
	margin-bottom: 25px;
	padding-bottom: 10px;
}
.gameListRow {
	height: 77px;
	margin-bottom: 15px;
	padding-left: 208px;
	position: relative;
}

.gameListRowItem {

	color: #939393;
	font-size: 11px;
	height: 66px;
	padding: 9px;
	position: relative;
}

.gameListRowLogo {
	left: 0;
	position: absolute;
}

.friends_limit_details {
	line-height: 20px;
	font-size: 17px;
	color: #6b6b6c;
}

.friends_limit_details strong {
	font-weight: normal;
	color: #67c1f5;
}

.friends_limit_details_maxed_out {
	color: orange;
	max-width: 600px;
}

.friends_current_count {
	font-size: 18px;
}

.friends_limit_invites_maxed_out {
	color: orange;
	max-width: 600px;
	margin: 0 6px 0 8px;
	font-size: 14px;
}

.manage_friends_header {
	margin-bottom: 14px;
}

.manage_actions_ctn {
	border: 1px solid #529cde;
	background-color: #3a3a3a;
	margin-bottom: 17px;
	padding: 18px 12px;

	color: #8e8e8e;
	font-size: 12px;
}

.manage_actions_instructions {
	color: #ffffff;
	margin-right: 15px;
}

.manage_actions_buttons {
	padding-top: 12px;
}

.manage_actions_buttons .btn_medium {
	margin-right: 10px;
	margin-bottom: 10px;
}

.manage_friend_checkbox {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	line-height: 48px;
	background-color: #434343;
	text-align: center;
	z-index: 5;	/* overlap link overlay */
	cursor: default;
}

.manage_friend_checkbox input {
	vertical-align: middle;
}

a.manage_friend_link {
	display: block;
	min-height: 40px;
}

.profile_friends .friendBlock {
	position: relative;
	float: left;
	width: 290px;
	margin-right: 8px;
}

.profile_friends .friendBlock:nth-child(3n) {
	margin-right: 0;
}

.btn_manage_friends {
	color: #ffffff;
}

#blockConfirmBlock {
	width: 800px;
	margin: 0 auto;
}

body.profile_page #footer {
	background-color: #000000;
}

.friends_that_play_content .profile_friends {
	margin-bottom: 12px;
}

.player_list_results .friendBlock {
	width: 264px;
}

.player_list_results.cols {
	width: 822px;
}

.player_list_results.cols .friendBlock {
	float: left;
	margin-right: 6px;
}

@media screen and (max-width: 910px)
{
	.player_list_results.cols {
		width: auto;
	}

	.player_list_results .friendBlock {
		float: left;
	}
}

.namehistory_link {
	cursor: pointer;
}

#NamePopup {
	font-size: 13px;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	line-height: normal;
	color: #e8e6e3;
}

#NamePopup .popup_menu {
	padding: 6px;
}

#NamePopup #NamePopupAliases {
	padding: 0 12px;
}

.rightcol_controls {
	background-color: #1e1e1f;
	border-radius: 5px;
}

.rightcol_controls_content {
	padding: 20px 14px;
}

.rightcol_controls_rule {
	height: 1px;
	background-color: #333333;
	border-top: 1px solid #000000;
}

.profile_fatalerror {
	padding: 20px 9% 80px 9%;
}

.profile_fatalerror h1 {
	margin-left: 8px;
}

.profile_fatalerror h3 {
	color: #5491cf;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 12px;
	margin-left: 8px;
}

.profile_fatalerror_message {
	background-color: #1d1d1d;
	border-radius: 3px;
	padding: 16px 4.5%;
	color: #d6d6d6;
	margin-bottom: 32px;
	line-height: 20px;
}

.group_breadcrumbs, .group_breadcrumbs a {
	color: #9b9b9b;
	text-decoration: none;
	margin-bottom: 12px;
}

.group_breadcrumbs a:hover {
	text-decoration: underline;
}

.sectionTabs
{
	position: relative;
	padding-top: 3px;
	margin-left: -5px;
	font-size: 14px;
	z-index: 10;
}

.sectionTab, a.sectionTab
{
	margin-top: 7px;
	display: block;
	float: left;
	color: #dadada;
	background-color: rgba( 0, 0, 0, 0.4 );
	line-height: 29px;
	height: 29px;
	padding: 0px 12px;
	margin-left: 5px;
	text-decoration: none;
	border-radius: 2px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius: 2px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
}

.sectionTab:hover
{
	background-color: rgba( 102, 192, 244, 0.4 );
	color: #ffffff;
}

.sectionTabActive
{
	position: relative;
	margin-top: 0px;
	margin-left: 5px;
	font-size: 14px;
	color: white;
	float: left;
}

.sectionTabActive .sectionTab
{
	margin-top: 0px;
	display: inline-block;
	padding-left: 12px;
	padding-right: 8px;
	margin-right: 12px;
	height: 36px;
	line-height: 36px;
	background-position: 0 0px;
	background-repeat: repeat-x;
	text-decoration: none;
}

.sectionTabActive .sectionTab:hover
{
	text-decoration: none;
	color: #ffffff;
}

.sectionTabInactive, .sectionTabInactive .sectionTab_leftcap, .sectionTabInactive .sectionTab_rightcap
{
	display: inline;
}

.sectionTab.active
{
	margin-top: 0px;
	height: 34px;
	padding: 1px;
	text-decoration: none;
	border: none;

	background: #57749e; /* Old browsers */
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#66C0F4), color-stop(95%,#417B9C));filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66C0F4', endColorstr='#417B9C',GradientType=0 );background: -moz-linear-gradient( top, #66C0F4 5%, #417B9C 95%);background: -webkit-linear-gradient( top, #66C0F4 5%, #417B9C 95%);background: -o-linear-gradient( top, #66C0F4 5%, #417B9C 95%);background: -ms-linear-gradient( top, #66C0F4 5%, #417B9C 95%);background: linear-gradient( to bottom, #66C0F4 5%, #417B9C 95%);}

.sectionTab.active > span
{
	height: 35px;
	line-height: 36px;
	padding: 0 19px;
	border-radius: 2px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	color: #ffffff;

	display: block;
	background: #417B9C; /* Old browsers */
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#5AA9D6), color-stop(95%,#417B9C));filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5AA9D6', endColorstr='#417B9C',GradientType=0 );background: -moz-linear-gradient( top, #5AA9D6 5%, #417B9C 95%);background: -webkit-linear-gradient( top, #5AA9D6 5%, #417B9C 95%);background: -o-linear-gradient( top, #5AA9D6 5%, #417B9C 95%);background: -ms-linear-gradient( top, #5AA9D6 5%, #417B9C 95%);background: linear-gradient( to bottom, #5AA9D6 5%, #417B9C 95%);}




.profile_paging {
	background-color: rgba( 0, 0, 0, 0.2 );
	border-radius: 3px;
	color: #747474;
	font-size: 12px;

	height: 25px;
	line-height: 25px;

	padding: 0px 5px;

	margin: 9px 0px;
}

.profile_paging .pageLinks {
	float: right;
}

.profile_paging .pagebtn {
	height: 15px;
	line-height: 15px;
}

.profile_broadcast_thumbnail{
    width: 268px;
    height: 150px;
    display: inline;
    margin-bottom:12px
}

.profile_broadcast_live
{
    margin-bottom:12px
}

.profile_subpage_selector {
	margin-bottom: 16px;
}

@media screen and (max-width: 910px)
{
	html.responsive div.profile_page {
		min-width: 0;
	}

	html.responsive .profile_header_bg {
		min-width: 0;
	}

	html.responsive .profile_header {
		width: auto;
		padding-left: 8px;
		padding-right: 8px;
	}

	html.responsive .profile_content {
		width: auto;
		font-size: inherit;
	}

	html.responsive .profile_count_link {
		font-size: inherit;
	}

	html.responsive .profile_content.has_profile_background {
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}

	html.responsive .profile_background_holder_content {
		min-width: 0;
	}

	html.responsive .profile_leftcol, html.responsive .profile_rightcol {
		float: none;
		width: auto;
		padding: 0 1%;
	}

	html.responsive .profile_summary_modal {
		line-height: normal;
	}


	/* friends page */
	html.responsive body.migrated_profile_page #BG_bottom.maincontent {
		width: auto;
		margin: 0 1%;
	}

	html.responsive .profile_subpage_column .maincontent {
		width: auto;
		margin: 0;
		padding: 0 1%;
	}

	html.responsive .profile_subpage_general .maincontent {
		width: auto;
		padding-left: 1%;
		padding-right: 1%;
	}

	html.responsive .graytab_body_wrapper {
		width: auto;
	}

	html.responsive .profile_background_image_content {
		background-position: center top;
		background-size: 115% auto;
		background-attachment: fixed;
	}

	html.responsive .profile_background_overlay_content {
		opacity: .65;
		filter: alpha(opacity=65);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	}

	html.responsive .profile_small_header_avatar {
		left: 3%;
	}

	html.responsive .profile_small_header_text {
		left: 3%;
		padding-left: calc( 68px + 3% );
		right: 32px;	/* need to avoid right menu hamburger on profile subpages */
	}

	/*
	html.responsive .profile_content.has_profile_background .profile_content_inner {
		padding-top: 128px;
	}
	*/

	html.responsive .responsive_status_info {
		padding: 8px;
		background: rgba( 0, 0, 0, 0.5 );
		margin: 12px 0;
	}

	html.responsive .responsive_status_info .profile_in_game {
		margin: 0;
	}
	html.responsive .responsive_status_info .profile_in_game_name,
	html.responsive .responsive_status_info .profile_ban_status,
	html.responsive .responsive_status_info .profile_in_game_broadcastpreview,
	html.responsive .responsive_status_info .profile_in_game_joingame {
		margin-top: 8px;
		margin-bottom: 0;
	}
	html.responsive .responsive_status_info .profile_ban_status {
		margin-top: 12px;
	}

	html.responsive .responsive_count_link_area {
		margin: 0 -4px;
	}

	html.responsive .profile_count_link_preview {
		overflow: hidden;
		line-height: 44px;
		height: 44px;
	}

	html.responsive .profile_count_link_preview > div {
		float: none;
		display: inline-block;
		vertical-align: middle;
	}

	html.responsive .profile_count_link,
	html.responsive .profile_count_link_preview_ctn {
		background: rgba( 0, 0, 0, 0.5 );
		display: block;
		float: left;
		padding: 8px;
		margin: 0 4px 4px 4px;
		height: 29px;
	}

	html.responsive .profile_count_link_total {
		font-size: 20px;
	}

	html.responsive .profile_count_link_preview_ctn {
		height: 78px;
		overflow: hidden;
	}

	html.responsive .profile_count_link_preview_ctn .profile_count_link {
		background: transparent;
		margin: 0;
	}

	html.responsive .profile_badges_badge {
		margin-right: 6px;
	}

	html.responsive .profile_badges_badge,
	html.responsive .profile_badges_badge img {
		width: 36px;
		height: 36px;
	}

	html.responsive .profile_badges {
		margin-bottom: 0;
	}

	html.responsive .profile_item_links {
		margin-bottom: 12px;
	}

	html.responsive .profile_group > *:not(.profile_group_avatar),
	html.responsive .profile_topfriends .friendBlock > div:not(.playerAvatar) {
		display: none;
	}

	html.responsive .profile_count_link_preview_ctn .profile_count_link {
		width: auto;
		float: none;
		padding: 0;
		margin-bottom: 8px;
	}

	html.responsive .profile_group.profile_primary_group,
	html.responsive .profile_group,
	html.responsive .profile_topfriends .friendBlock {
		padding: 0;
		margin: 0;
		height: auto;
		width: auto;
		margin-right: 6px;
	}

	html.responsive .profile_topfriends .friendBlock .playerAvatar {
		margin: 0;
		float: none;
	}

	html.responsive .profile_primary_group .profile_group_avatar,
	html.responsive .profile_primary_group .profile_group_avatar img {
		width: 32px;
		height: 32px;
	}
	
	html.responsive .profile_group_avatar {
		position: static;
	}
}

@media screen and (min-width: 661px) and (max-width: 910px) {
	html.responsive .profile_count_link,
	html.responsive .profile_count_link_preview_ctn {
		width: calc( 25% - 16px - 8px );
	}

	html.responsive .profile_count_link:nth-child(4n) {
		/* margin-right: 0; */
	}
}

@media screen and (min-width: 521px) and ( max-width: 660px ) {

	html.responsive .profile_count_link,
	html.responsive .profile_count_link_preview_ctn  {
		width: calc( 33% - 16px - 8px );
	}

	html.responsive .profile_count_link:nth-child(3n) {
		/* margin-right: 0; */
	}
}

@media screen and (max-width: 520px) {

	html.responsive .profile_count_link,
	html.responsive .profile_count_link_preview_ctn  {
		width: calc( 50% - 16px - 8px );
	}

	html.responsive .profile_count_link:nth-child(2n) {
		/* margin-right: 0; */
	}
}

@media screen and (max-width: 910px)
{
	html.responsive body.profile_page .responsive_page_template_content {
	   padding-bottom: 0;
	}

	html.responsive body.profile_page .profile_content_inner {
		padding-bottom: 120px;
	}

}
	html.responsive.touch body.profile_page .responsive_page_template_content {
	   padding-bottom: 0;
	}

	html.responsive.touch body.profile_page .profile_content_inner {
		padding-bottom: 120px;
	}

@media screen and (max-width: 600px )
{
	html.responsive .profile_small_header_additional {
		display: none;
	}
}

@media screen and (max-width: 500px)
{
	html.responsive .profile_leftcol_header > h2 {
		display: inline-block;
		margin-right: 8px;
		float: none;
	}
	html.responsive .recentgame_recentplaytime {
		display: inline-block;
		float: none;
		vertical-align: bottom;
	}
	html.responsive .recentgame_recentplaytime > h2 {
		font-size: 16px;
	}
}

body.flat_page .sectionTabsHR {
	position: static;
	width: auto;
	left: 0;
	right: 0;
	top: 0;
	max-width: 958px;
}

.manage_friends_max_block_ctn {
	margin: 20px 10% 0 10%;
	text-align: center;
	padding: 15px;
	background-color: rgba( 0, 0 , 0, .3 );
}

.manage_friends_max_block_header {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}

.manage_friends_max_block_ctn > a {
	margin-top: 30px;
}

.social-links {
	cursor: default;
}

.social-links i:hover {
	cursor: pointer;
	color: white;
}

#profile-blog {
	overflow: scroll;
}

.blog-container {
	width: 90%;
	margin: 20px auto;
	padding: 20px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.post-title {
	font-size: 2em;
	color: #97b7d1;
}

.post-date {
	font-size: 0.9em;
	color: #777;
	margin-bottom: 20px;
}

.post-content {
	font-size: 1.1em;
	color: #999b9d;
}

.blog-container h2 {
	font-size: 2em;
	color: #97b7d1;
}

.blog-container img {
	width: 90%;
}

.blog-separator {
	width: 90%;
}