/*
** MediaWiki 'Nimbus' style sheet for CSS2-capable browsers.
** License: GPL (http://www.gnu.org/copyleft/gpl.html)
*/

body {
	background: #FFFFFF;
	text-align: center;
	margin: 0px;
	font-family: Arial;
}

/**
 * Revert https://gerrit.wikimedia.org/r/#/c/151395/ because it's ugly and
 * unwanted for this skin, but we get it as a "nice" side-effect of loading
 * MonoBook's main RL module...
 */
div.mw-body {
	border: 0;
	margin: 0;
	padding: 0;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0pt;
	text-align: left;
}

.cleared {
	clear: both;
}

#siteNotice {
	border: none;
	padding: 0px;
}

/* Interwiki Styling */
#article-text a.extiw,
#article-text a.extiw:active {
	color: #36b;
}

/* External links */
#article-text a.external {
	color: #36b;
}

/* Hide [[MediaWiki:Tagline]] by default, just like how MonoBook & friends do it */
p.subtitle {
	display: none;
}

/* Styling for [[MediaWiki:Noarticletext]], the message shown on nonexistent pages */
div.noarticletext {
	border: 1px solid #ccc;
	background: #fff;
	padding: .2em 1em;
	color: #000;
}

/* clearfix is used by many social tools and the skin itself and it's required
to make certain things align properly */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/** Buttons **/
.positive-button {
	/* @embed */
	background: url('positive_button_right_ltr.gif') no-repeat right top;
	float: left;
	line-height: 17px;
	font-size: 10px;
	color: #FFF;
}

.positive-button span {
	/* @embed */
	background: url('positive_button_left_ltr.gif') no-repeat left top;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 17px;
	padding: 0px 22px;
}

.negative-button {
	/* @embed */
	background: url('negative_button_right_ltr.gif') no-repeat right top;
	float: left;
	line-height: 17px;
	font-size: 10px;
	color: #FFF;
}

.negative-button span {
	/* @embed */
	background: url('negative_button_left_ltr.gif') no-repeat left top;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 17px;
	padding: 0px 22px;
}

#sw-more-category .positive-button {
	/* @embed */
	background: url('category_button_right_ltr.gif') no-repeat right top;
}

#sw-more-category .positive-button span {
	/* @embed */
	background: url('category_button_left_ltr.gif') no-repeat left top;
}

a.positive-button:hover {
	color: #466C2C !important;
	text-decoration: none;
}

a.negative-button:hover {
	text-decoration: none;
}

#sw-more-category a:hover {
	color: #01405B;
	text-decoration: none;
}

a.positive-button:visited, a.negative-button:visited {
	color: #FFF;
}

#more-wikis-menu {
	background-color: #FFF;
	border-bottom: 1px solid #D4DFD7;
	border-left: 1px solid #D4DFD7;
	border-right: 1px solid #D4DFD7;
	left: 8px;
	position: absolute;
	top: 35px;
	width: 292px;
	z-index: 6;
	padding: 5px 10px;
	font-size: 13px;
}

#more-wikis-menu a {
	display: block;
	border-bottom: 1px dashed #EAF0F1;
	float: left;
	width: 144px;
	color: #0099D9;
	line-height: 20px;
}

/** Header **/
#header {
	position: relative;
	background-color: #687F79;
	height: 35px;
	width: 100%;
	z-index: 10;
}

#sw-logo {
	position: absolute;
	top: 2px;
	left: 9px;
}

#sw-logo img {
	vertical-align: text-bottom !important;
}

#sw-category {
	color: #FFF;
	line-height: 25px;
	font-size: 20px;
	margin: 0px 0px 0px 5px;
}

#sw-more-category {
	position: absolute;
	top: 12px;
	left: 205px;
	text-transform: uppercase;
}

#wiki-login {
	margin: 12px 0px 0px 0px;
	float: right;
	padding: 0px 5px 0px 10px;
	line-height: 17px;
	color: #FFF;
	font-size: 11px;
}

#wiki-login a {
	margin: 0px 10px 0px 0px;
}

#login-message {
	float: left;
	margin: 1px 10px 0px;
}

#login-message a {
	margin: 0px 2px;
	font-size: 11px;
	text-decoration: underline;
}

#login-message a:hover {
	color: #333;
}

/** Site Header **/
#site-header {
	z-index: 5;
	position: relative;
	width: 100%;
}

/**
 * Center the logo image
 * @see http://bugzilla.shoutwiki.com/show_bug.cgi?id=236
 */
#site-logo {
	width: 200px !important;
}

#site-logo img {
	display: block;
	margin: auto;
}

#top-ad {
	position: absolute;
	top: 53px;
	left: 278px;
	z-index: 6;
}

/** Body **/
#body-container {
	margin: -120px 10px 0px 220px;
	position: relative;
	z-index: 7;
}

#body {
	top: 0px;
}

#article {
	font-family: sans-serif;
	background-color :#FFF;
	font-size: 127%;
	line-height: 1.5em;
	width: 100%;
}

#article-body {
	padding: 10px;
	border-left: 1px solid #D4DFD7;
	border-right: 1px solid #D4DFD7;
	border-bottom: 1px solid #D4DFD7;
}

#article-text {
	position: relative;
	width: 100%;
}

#action-bar {
	position: relative;
	background-color: #D4DFD7;
	font-size: 13px;
	height: 30px;
	z-index: 10;
}

#article-tabs a {
	color: #687F79;
	margin: 0px 3px 0px;
	font-size: 13px;
	text-decoration: none;
}


#article-tabs a:hover {
	color: #3B4744;
}

#article-tabs {
	position: relative;
	top: 5px;
	left: 5px;
}

.tab-on, .more-tab-on {
	position: relative;
	/* @embed */
	background: url('article_tab_on_left_ltr.gif') no-repeat right top;
	float: left;
	line-height: 25px;
	font-size: 10px;
}

.tab-on span, .more-tab-on span {
	/* @embed */
	background: url('article_tab_on_right_ltr.gif') no-repeat left top;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 25px;
	padding: 0px 10px;
}

.tab-off, .more-tab-off {
	position: relative;
	/* @embed */
	background: url('article_tab_off_left_ltr.gif') no-repeat right top;
	float: left;
	line-height: 25px;
	font-size: 10px;
}

.tab-off span, .more-tab-off span {
	/* @embed */
	background: url('article_tab_off_right_ltr.gif') no-repeat left top;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 25px;
	padding: 0px 10px;
}


.tab-off img, .tab-on img, .more-tab-on img, .more-tab-off img {
	vertical-align: baseline;
}

.tab-new {
	color: #F15A3A !important;
}

#article-controls {
	float: right;
	position: relative;
	padding: 10px 10px 0px 0px;
	z-index: 15;
}

#article-controls a {
	text-decoration: none;
	font-size: 11px;
	color: #68BD46;
}

#article-controls a:hover {
	color: #466C2C;
}

#article-controls img {
	padding: 0px 1px 0px 0px;
	margin: -2px 0px 0px 0px;
	vertical-align: middle;
}

.more-tab-off, .more-tab-on {
	margin: 0px 3px;
	height: 25px;
	font-size: 13px;
}

.more-tab-off {
	color: #687F79;
}

.more-tab-on {
	color: #3B4744;
}

.more-tab-off span, .more-tab-on span {
	padding: 5px 10px 0px 10px;
	line-height: 14px;
}

.article-more-actions {
	background-color: #FFFFFF;
	border-bottom: 2px solid #EFF3F0;
	border-left: 1px solid #EFF3F0;
	border-right: 2px solid #EFF3F0;
	padding: 0px;
	position: absolute;
	right: -2px;
	top: 25px;
	width: 100%;
	z-index: 1000;
}

.article-more-actions a {
	display: block;
	border-bottom: 1px dashed #EAF0F1;
	padding: 0px 0px 0px 10px;
	line-height: 14px;
	padding: 6px 0px 6px 8px;
}

/** Side Bar **/
#side-bar {
	position: absolute;
	/*top: 163px;*/
	left: 10px;
	width: 200px;
	z-index: 10;
}

#navigation {
	margin: 0px 0px 10px 0px;
}

#navigation-title {
	font-size: 17px;
	color: #687F79;
	line-height: 30px;
	font-weight: bold;
	padding: 0px 5px;
	/* @embed */
	background: url('navigation_top.gif') no-repeat scroll top left;
}

#search-box {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 5px;
}

#search-title {
	color: #333;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}

input.search-field {
	float: left;
	width: 145px;
	height: 22px;
	border: 1px solid #D4DFD7;
	color: #687F79;
	padding: 2px 0px 0px 3px;
	margin: 0px 0px 0px 0px;
}

#searchInput {
	width: 15em;
}

input.search-button {
	float: left;
}

/* Make the search suggestions readable, the default font size is too small */
.suggestions {
	font-size: 127% !important;
}

/** MENU **/
#menu {
	border-left: 1px solid #d4dfd7;
	border-right: 1px solid #d4dfd7;
}

.menu-item {
	position: relative;
	border-bottom: 1px dashed #EAF0F1;
	padding: 4px 0px 4px 5px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

.menu-item a {
	color: #0099D9;
	text-decoration: none;
}

.menu-item a:visited {
	color: #0099D9;
	text-decoration: none;
}

.menu-item a:hover {
	color: #01405B;
	text-decoration: none;
}

.menu-item .sub-menu-button {
	position: absolute;
	top: 8px;
	right: 5px;
}

.sub-menu-item .sub-menu-button {
	position: absolute;
	right: 5px;
	top: 7px;
}

.border-fix {
	border-bottom: none !important;
}

#other-links {
	font-size: 11px;
	padding: 5px 7px;
	/* @embed */
	background: url('navigation_bottom.gif') no-repeat scroll bottom left;
}

#other-links-container {
	background-color: #D4DFD7;
}

#other-links a {
	float: left;
	display: block;
	color: #687F79;
	text-decoration: none;
	line-height: 14px;
	width: 90px;
}

#other-links a:hover {
	color: #3B4744;
	text-decoration: underline;
}

.sub-menu {
	position: absolute;
	top: -2px;
	right: -135px;
	background-color: #FFF;
	border: 1px solid #D4DFD7;
	padding: 5px 0px;
	width: 130px;
	z-index: 1000;
}

.sub-menu-item {
	border-bottom: 1px dashed #EAF0F1;
	color: #333333;
	font-size: 12px;
	padding: 4px 10px;
	position: relative;
}

.sub-sub-menu {
	position: absolute;
	top: -27px;
	right: -300px;
	background-color: #FFF;
	padding: 5px 10px;
	border: 1px solid #D4DFD7;
	width: 130px;
	z-index: 1000;
}

.sub-sub-menu-item {
	border-bottom: 1px dashed #EAF0F1;
	color: #333333;
	font-size: 12px;
}

/** Footer **/
#footer-container {
	position: relative;
	background-color: #F7F9F8;
	border-bottom: 1px solid #D4DFD7;
	border-left: 1px solid #D4DFD7;
	border-right: 1px solid #D4DFD7;
	height: 140px;
}

#footer-container, #footer-bottom {
	margin: 0 10px 0 220px;
}

#footer-container a, #footer-bottom a {
	color: #0099D9;
}

#footer-container a:hover, #footer-bottom a:hover {
	text-decoration: underline;
}

#footer-container h2 {
	font-size: 16px;
	color: #687F79;
	margin: 0;
	padding: 0px 0px 5px 0px !important;
	border-bottom: none;
}

#footer-container p {
	margin: 0px 0px 12px 0px;
	font-size: 11px;
	line-height: 12px;
}

#footer-actions {
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 10px 20px 10px 10px;
	width: 40%;
	border-right: 1px #DCDCDC solid;
}

#footer-actions a {
	text-decoration: none;
	font-size: 13px;
	display: block;
}

#footer-contributors {
	float: left;
	width: 40%;
	padding: 10px 10px 10px 0px;
}

#footer-contributors br {
	height: 10px;
}

#footer-contributors a, #footer-contributors a:hover {
	text-decoration: none;
}

#footer-contributors img {
	border: 1px solid #DCDCDC;
	padding: 1px;
	background: #FFF;
	height: 30px;
	width: 30px;
}

.editor-spacer {
	height: 3px;
}

#footer-bottom {
	padding: 5px;
	text-align: center;
}

#footer-bottom a {
	text-decoration: none;
	margin: 0px 5px 0px 0px;
	font-size: 12px;
}

/** Legacy **/
#title-linktabs {
	position: absolute;
	top: 5px;
	right: 0px;
}

#title-linktabs img {
	margin: 0px 0px 0px 3px;
}

/** COMMENTS **/
.c-item {
	padding: 0px 0px 10px 0px;
}

/* LISTPAGES */
.listpages-left {
	float: left;
	border: 1px solid #DCDCDC;
	width: 500px;
}

.listpages-link {
	margin: 0px;
	padding: 0px;
}

.listpages-item {
	margin-top: 10px;
}

.listpages-item a {
	text-decoration: underline;
	font-weight: bold;
}

.listpages-image {
	float: left;
	margin-right: 10px;
}

.listpages-categories {
	color: #78BA5D;
	font-size: 10px;
	font-weight: bold;
}

.listpages-categories a {
	color: #78BA5D;
	font-size: 10px;
	text-decoration: none;
	border-bottom: 1px dotted #78BA5D;
}

.listpages-date {
	color: #888;
	font-size: 10px;
}

.listpages-stats {
	color: #666;
	font-weight: bold;
	font-size: 11px;
}

.listpages-stats img {
	vertical-align: middle;
	margin: -2px 1px 0px 2px;
}

.listpages-votebox {
	margin: 0px 10px 3px 0px;
	float: left;
	text-align: center;
	width: 25px;
}

.rating-total {
	color: #666;
	font-weight: bold;
	font-size: 11px;
	margin: 3px 0px 0px 0px;
}

.listpages-votebox-number {
	background-color: #89C46F;
	color: #FFFFFF;
	margin: 0px 0px 2px 0px;
	font-weight: bold;
	padding: 3px 0px;
}

.listpages-votebox-text {
	margin: -1px 0px 0px 0px;
	font-size: 9px;
	color: #777;
	line-height: 9px;
}

.listpages-commentbox-number {
	background-color: orange;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0px;
	margin: 0px 0px 2px;
}

.listpages-blurb {
	margin: 0px 0px 2px 0px;
}

.listpages-blurb a {
	font-size: 11px;
	text-decoration: underline;
}

.listpages-nav-buttons {
	margin: 10px 0px 0px 0px;
}

.listpages-blurb-size-small {
	font-size: 11px;
	line-height: 15px;
}

.listpages-blurb-size-medium {
	font-size: 12px;
	line-height: 16px;
}

.listpages-blurb-size-large {
	font-size: 13px;
	line-height: 17px;
}

.listpage-button {
	background-color: #FAFAFA;
	border: 1px solid #DCDCDC;
	color: #376EA6;
	font-size: 12px;
	padding: 3px;
	margin: 0px 3px 0px 0px;
}

.listpage-button-off {
	background-color: #FAFAFA;
	border: 1px solid #DCDCDC;
	color: #797979;
	font-size: 12px;
	padding: 3px;
	margin: 0px 3px 0px 0px;
}

.listpages-nav-buttons a {
	margin: 0px 5px 0px 0px;
}

/** EXTENSIONS CSS FIXES **/

/** Polls **/
.poll {
	position: relative;
}

.poll-right {
	padding-top: 8px;
	position: relative;
}

.poll h1.pagetitle {
	margin-bottom: 15px;
}

.create-poll-top h1 {
	padding: 0px;
	font-weight: bold;
}

/** Picture Game **/
.pick-game-welcome-message h1,
.uploadLeft h1,
#vote-stats-text h1,
#picGameVote h1,
.edit-image-one h1,
.credit-box-edit h1,
.edit-image-text h2,
.update-poll-left h1,
.update-poll-right h1,
.credit-box h1 {
	border-bottom: none;
	font-weight: bold;
}

.pick-game-welcome-message h1 {
	padding: 0px;
}

.imgContent {
	width: 55% !important;
	min-width: 55% !important;
}

.other-info {
	width: 30%;
	margin: 0px;
}

/** Quiz **/
.quiz-leaderboard-top-links {
	margin: 10px 0px !important;
}

.quiz-leaderboard-nav {
	margin: 15px 0px 0px !important;
}

.view-quizzes-top-links, .view-poll-top-links {
	margin: 10px 0px 10px !important;
}

.view-quizzes-top-links a, .view-poll-top-links a {
	color: #002BB8;
	font-weight: bold;
	text-decoration: none;
}

.view-quizzes-text,
.view-quizzes-user-name,
.view-poll-text,
.view-poll-user-name {
	color: #002BB8;
}

.quizgame-create-form h1,
.create-message h1,
.create-poll-top h1,
.create-poll-question-and-answer h1,
.create-poll-image h1 {
	border-bottom: none;
	font-weight: bold;
}

.create-message, .create-poll-top {
	margin-top: 0px;
}

/** User Page **/
#points-level {
	margin: 0px;
}

.no-info-container {
	background-color: #EFF3F0;
}

.relationship-action {
	margin: 15px 0px;
}

.back-links {
	padding: 15px 0px 0px 0px;
}

#honorific-level {
	margin: 0px 0px 0px 10px;
}

#profile-toggle-button {
	top: -29px;
}

#profile-toggle-button a {
	text-decoration: none;
}

#profile-toggle-button a:hover {
	color: #C07C00;
}

/** Gifts **/
.g-give-all {
	width: 27%;
}

.g-blue {
	color: #002BB8 !important;
}

.g-describe {
	padding-top: 15px;
}

/** Blog Page **/
#blog-page-container h2 {
	border-bottom: none;
}

#blog-page-middle h1.page-title {
	margin: 0px !important;
}

#blog-page-middle #categories {
	background-color: #F9F9F9;
	border: 1px solid #AAAAAA;
	clear: both;
	margin-top: 1em;
	padding: 5px;
}

/** Board **/
#blast-friends-list div.blast-friend-unselected,
#blast-friends-list div.blast-foe-unselected {
	color: #002BB8;
}

/** Import Video/Image **/
.loading-message {
	background-color: #F15A3A;
	position: absolute;
	z-index: 1000;
	padding: 1px 3px;
}

.import-subtitle {
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
}

.image-options, .video-options {
	padding: 15px 0px;
}

.selected-photos, .selected-videos {
	margin: 20px 0px;
}

.video-options-button, .image-options-button {
	background-color: orange;
	border: 1px solid orange;
}

.video-options-button a, .image-options-button a {
	color: #FFF;
	font-weight: normal;
}

.video-options-button a:hover, .image-options-button a:hover {
	text-decoration: none;
}

.import-left-content {
	width: 60%;
}

.import-search, .flickr-image-container, .youtube-video-container, .youtube-results {
	width: 100%;
}

/** Top Lists **/
.top-users {
	margin: 15px 0px 0px !important;
}

/** User Images **/
.slide-show-top {
	margin: 10px 0px !important;
}

/** Top Awards **/
.top-awards-navigation {
	margin: 15px 0px 0px !important;
}

/** Random Featured user **/
.random-featured-user {
	font-size: 11px;
	color: #333;
	line-height: 14px;
	margin: 10px 0px 0px 0px;
}

.random-featured-user img {
	float: left;
	border: 1px solid #DCDCDC;
	padding: 3px;
	background-color: #FFF;
	display: block;
	text-align: justify;
	margin: 0px 10px 0px 0px;
}

.random-featured-user-title {
	margin: 0px 0px 6px 0px;
}

.random-featured-user-title a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.random-featured-user-about-title {
	font-weight: bold;
}

/* Site Activity */
.mp-friends-activity {
	padding: 0px 0px 15px 0px;
}

.mp-friends-activity h2 {
	letter-spacing: -1px;
	color: #333;
	font-size: 18px;
	margin: 0px 0px 8px 0px !important;
}

.mp-activity-timestamp {
	color: #999999;
	font-size: 9px;
	overflow: hidden;
	margin: 0px 0px 0px 6px;
}

.mp-activity {
	border-bottom: 1px solid #DCDCDC;
	padding: 7px 0px;
}

.mp-activity-last {
	padding: 7px 0px 0px 0px;
}

.mp-activity img, .mp-activity-bottom img {
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}

.mp-activity a, .mp-activity-bottom a {
	text-decoration: none;
}

.item {
	margin: 2px 25px;
}

.item a {
	color: #666;
}

.item img {
	border: 1px solid #DCDCDC;
	padding: 1px;
	background-color: #FFF;
}

/** Casual Game **/
.poll-unit-title {
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #777;
	margin: 0px 0px 8px 0px;
}

.poll-unit-choices a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
}

.poll-unit-image {
	margin: 0px 0px 8px 0px;
}

.poll-unit-image img {
	padding: 3px;
	background-color: #FFF;
	border: 1px solid #dcdcdc;
}

.poll-unit-choices input {
	margin: 0px 5px 0px 0px;
}

.quiz-unit-image {
	margin: 8px 0px 0px 0px;
}

.quiz-unit-image img {
	padding: 3px;
	background-color: #FFF;
	border: 1px solid #DCDCDC;
}

.quiz-unit-title a {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

.pg-unit-title {
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #777;
	margin: 0px 0px 8px 0px;
}

.pg-unit-pictures img {
	float: left;
	background-color: #FFF;
	border: 1px solid #dcdcdc;
	padding: 3px;
	margin: 0px 3px 0px 0px;
}

/** Edit Profile **/
.profile-tab-bar {
	padding: 0px;
}

.profile-update-title {
	padding: 0px;
}

.profile-tab-bar {
	border-bottom: none;
}

.profile-tab {
	border: none;
}

.profile-tab-on {
	border: none;
}

/** BOTTOM NAV **/
.bottom-left-nav {
	margin: 15px 0px 0px 0px;
}

.game-unit-container, .bottom-left-nav-container {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	border-bottom: none;
	overflow: hidden;
}

.game-unit-container h2, .bottom-left-nav-container h2 {
	margin: 0px 0px 5px 0px !important;
	font-size: 16px;
	letter-spacing: -1px;
	color: #333;
	border-bottom: none;
	font-weight: bold;
}

.game-unit-container a, .bottom-left-nav-container a {
	color:#0099D9;
	text-decoration:none;
}

.game-unit-container a:visited, .bottom-left-nav-container a:visited {
	color: #0099D9;
	text-decoration: none;
}

.game-unit-container a:hover, .bottom-left-nav-container a:hover {
	color: #01405B;
	text-decoration: none;
}

.bottom-left-nav-container .listpages-container a {
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

.bottom-left-listpage-fix h2 {
	margin-bottom: -5px !important;
}

/** MP SITE ACTIVITY **/
.mp-site-activity h2 {
	border-bottom: none;
	padding: 15px 0px 8px 0px;
	margin: 0px;
}

/** Invite Your Friends **/
.invite-email-title {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px;
}

.invite-email-submessage {
	color: #666;
	font-size: 12px;
}

.email-field {
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

.email-field input {
	width: 300px;
}

/** Comment Ignore List **/
.comment_blocked_user {
	margin: 10px 0px 0px 0px;
}

/** Articles Home **/
.logged-in-articles h2, .side-articles h2 {
	font-size: 1.5em;
	letter-spacing: 0px;
	color: #000;
	font-weight: normal;
}

/** User Activity */
.user-home-feed {
	padding-top: 15px;
	width: 60%;
}

.user-home-links-container {
	padding-top: 15px;
}

.email-new-article-message {
	padding: 15px 0px 0px 0px;
}

textarea#pageBody {
	width: 80%;
}
