
#BG_top {
	margin: 0px auto;
}

#BG_bottom {
	margin: 0px auto;
}

#mainContents {
	background-image: none;
}

.rightSectionTopTitle {
	line-height: 18px;
	margin-bottom: 4px;
}

.friend_block_avatar_92 {
	width: 92px;
	height: 92px;
	background-repeat: no-repeat;
	padding: 4px;
	margin-right: 2px;
}

.friend_status_offline .friend_block_avatar_92 {
	background-image: url( 'https://community.fastly.steamstatic.com/public/images/skin_1/iconholder_92_offline.gif' );
}

.friend_status_online .friend_block_avatar_92 {
	background-image: url( 'https://community.fastly.steamstatic.com/public/images/skin_1/iconholder_92_online.gif' );
}

.friend_status_in-game .friend_block_avatar_92 {
	background-image: url( 'https://community.fastly.steamstatic.com/public/images/skin_1/iconholder_92_ingame.gif' );
}

.friend_block_avatar_92 img {
	width: 92px;
	height: 92px;
}


.recommendation_detail {
	min-height: 124px;
	background-repeat: repeat-x;
	background-position: top;

	margin-right: 16px;
}

.recommendation_detail .quote {
	max-height: 450px;
	overflow: auto;
	overflow-x: hidden;
	word-wrap: break-word;
}

.recommendation_area_ctn.game_recommendation {
	margin-bottom: 32px;
}

.recommendation_area
{
	position: relative;
}

.recommendation_area .recommendation_author
{
	position: absolute;
	left: 0px;
	top: 0px;
}

.quote_serif
{
	font-family: Georgia, serif;
}

.recommendation_detail .recommendation_area_content
{
	padding-left: 116px;
	width: 596px;
}

.recommendation_detail .recommendation_date
{
	padding-left: 13px;
	color: #626467;
	font-size: 11px;
}

.recommendation_detail .recommendation_date a
{
	color: #626467;
	text-decoration: underline;
}

.game_recommendation .recommendation_area_content
{
	padding-left: 56px;
}

.quote
{
	padding: 13px 13px;
	border: 1px solid #3c3d3e;
	color: #d6d7d8;
	font-size: 14px;
	font-style: italic;
	line-height: 19px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 5px;
}

.quote_arrow
{
	position: absolute;
	width: 17px;
	height: 18px;
	background-repeat: no-repeat;
	background-image: url( 'https://community.fastly.steamstatic.com/public/images/skin_1/quotearrow_graybg.png' );
}

.recommendation_detail .quote_arrow
{
	left: 100px;
	top: 13px;
}


.recommendation_area .gameLogoHolder_default {
	position: absolute;
	right: 0px;
	top: 0px;
}

.app_actions
{
	position: absolute;
	width: 187px;
	right: 0px;
	top: 84px;
	text-align: right;
}

.actiontext
{
	color: #82807c;
	font-size: 11px;
	line-height: 22px;
}

.actiontext a
{
	color: #82807c;
	text-decoration: underline;
}

.actiontext a:hover
{
	text-decoration: underline;
	color: #d6d7d8;
}


#profileBlock.recommendationProfileBlock {
	padding-top: 13px;
}

/* dynamic select */
.dselect_container .dropcontainer {
	z-index: 2000;
}

.dselect_container .dropcontainer ul {
	background: -webkit-linear-gradient( top, #8f98a0 5%, #b1bcc4 95%);
	background: linear-gradient( to bottom, #8f98a0 5%, #b1bcc4 95%);
	border-radius: 0 0 3px 3px;
	box-shadow: 0 5px 5px #000000;
	box-sizing: border-box;
	list-style-type: none;
	margin: 0;
	max-height: 306px;
	overflow: hidden auto;
	padding: 5px;
	width: 100%;
}

html.GamepadMode .dselect_container .dropcontainer ul {
	border-radius: 3px;
	padding: 0;
}

.dselect_container .dropcontainer ul.dropdownhidden {
	display: none;
}

.dselect_container .dropcontainer ul li a {
	color: #333333;
	display: block;
}

html:not(.GamepadMode) .dselect_container .dropcontainer ul li a {
	font-size: 12px;
	line-height: 22px;
	padding-inline: 2px;
}

html:not(.GamepadMode) .dselect_container .dropcontainer ul li a.highlighted_selection,
html.touch:not(.GamepadMode) .dselect_container .dropcontainer ul li a:hover {
	background: #3196FF;
}

.dselect_container .trigger {
	background-color: #8f98a0;
	border: 0 solid #8f98a0;
	border-radius: 3px;
	color: #333333;
	font-size: 12px;
	line-height: 22px;
	margin: 3px 0;
	overflow: hidden;
	padding-inline: 8px 24px;
	position: relative;
	text-align: start;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

/* `div` and `button` added here to increase specificity so as to override shared_gamepad.css. */
html.GamepadMode div.dselect_container button.trigger {
	padding-inline-end: 28px;
}

html:not(.GamepadMode) .dselect_container .trigger.activetrigger {
	border-radius: 3px 3px 0 0;
}

.dselect_container .trigger::after {
	background: url(https://community.fastly.steamstatic.com/public/images/skin_1/arrowDn9x5.gif) no-repeat left center;
	content: '';
	inset: 0 0 0 auto;
	position: absolute;
	width: 16px;
}

.review_page_content {
	max-width: 918px;
	padding: 0 16px;
	position: relative;
}

@media screen and (max-width: 910px)
{
	html.responsive #leftContents {
		width: auto;
		float: none;
	}
}