/* fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,600,700');

/* general style declarations */
html.parent {
	height: 100%;
	background-color: #f2f3f7;
	background-image: url('/images/main_bg.png');
	background-repeat: no-repeat;
	background-position: 0 32px;
	background-attachment: fixed;
	background-size: 100%;
}

body.parent {
	height: 100%;
	text-align: center;
	margin: 0;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
	display: block;
}

small {
	font-weight: normal;
	font-size: 8px;
	color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

body,
td,
th,
select,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
label {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}

blockquote {
	color: #7a7a7a;
}

acronym,
acronym a,
acronym a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	cursor: help;
	border-bottom: 1px dotted #000000;
}

thead th,
thead td,
.sub-header {
	background-color: #fafafa;
	padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #eaeaea;
}

thead select.blend,
.sub-header select.blend {
	margin: 1px;
	background-color: #fafafa;
	border-width: 0;
	font-weight: bold;
}

thead select.blend:focus,
.sub-header select.blend:focus {
	margin: 0;
	background-color: #ffffff;
	border-width: 1px;
	font-weight: normal;
}

.footer {
	border-bottom: 1px solid #eaeaea;
}

.actions {
	height: 18px;
	margin: 5px 0 0 0;
	padding: 0;
}

.country-flag {
	width: 18px;
	height: 12px;
	vertical-align: middle;
}

img.game-icon {
	width: 16px;
	height: 13px;
	float: left;
	margin: 0 4px 0 0;
}

ul,
ol {
	padding: 5px 0 5px 10px;
	margin: 0 0 0 10px;
}

/* links */
a {
	color: #517099;
	text-decoration: underline;
}

a:hover {
	color: #517099;
	text-decoration: none;
}

a.new {
	color: #00AC17;
}

a.black {
	color: #000000;
	text-decoration: none;
}

.karma {
	text-decoration: none;
}

.karma.plus {
	color: #3366FF;
}

.karma.minus {
	color: #FF0000;
	font-weight: bold;
}

/* video */
.video-container-normal {
	position: relative;
}

.video-container-expanded {
	position: absolute;
	z-index: 201;
	top: 202px;
	left: 50%;
	margin: 0 0 0 -493px;
	width: 985px;
}

.video-container-normal video,
.video-container-expanded video {
	width: 100%;
}

.video-container-normal img.video-expand,
.video-container-expanded img.video-expand {
	position: absolute;
	display: none;
}

/* page layout */
#layout-header {
	min-width: 1045px;
	height: 80px;
	text-align: left;
	background-color: #212121;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

#layout-header > div {
	width: 1033px;
	padding: 0 6px 0 6px;
	margin: 0 auto 0 auto;
}

div#layout-header a.home img {
	margin: 11px 0 0 0;
}

div#layout-header input[type=text]{
	float: right;
	width: 189px;
	height: 30px;
	margin: 24px 0 0 0;
	padding: 0 0 0 6px;
	vertical-align: middle;
	background-color: #fefefe;
	border: 1px solid #ffffff;
	border-radius: 4px 0 0 4px;
	border-right: 0;
	font: normal 14px 'tahoma';
	color: #111111;
}

div#layout-header input[type=text]:hover {
	color: #000000;
}

div#layout-header input[type=text]:focus {
	outline: none;
}

::-webkit-input-placeholder {
	font: normal 14px 'tahoma';
	color: #111111;
}

div#layout-header input[type=image] {
	float: right;
	width: 32px;
	height: 32px;
	margin: 24px 0 0 0;
}

div#popup div.content {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 201;
	width: 450px;
	background-color: #ffffff;
	padding: 25px;
	text-align: left;
	margin: -250px 0 0 -200px;
	font: normal 12px 'tahoma';
}

div#popup li {
	list-style-position: inside;
	list-style-image: url('/global/images/icon_sortable.png');
	border: 1px solid #dddddd;
	padding: 5px 8px 5px 8px;
	margin: 0 0 2px 0;
	font: normal 12px 'tahoma';
}

div#popup li input,
div#popup li img {
	vertical-align: text-bottom;
	margin: 0 0 0 0;
}

#layout-ticker {
	min-width: 1045px;
	height: 28px;
	background: transparent;
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
}

#layout-ticker > div {
	width: 1033px;
	padding: 0 6px 0 6px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#layout-ticker * {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 300;
}

#layout-ticker b,
#layout-ticker #clock {
	font-weight: 600;
}

#layout-ticker img.country-flag {
	vertical-align: -2px;
	margin-right: 3px;
}

#layout-ticker div a:last-of-type img {
	margin-right: 5px;
}

div#layout-container {
	width: 1045px;
	margin: 0 auto 0 auto;
	background-position: 0 181px;
	background-repeat: repeat-y;
	text-align: left;
	clear: none;
}

#layout-region-selector {
	margin: 0 0 0 0;
	padding: 0;
	height: auto;
}

#layout-region-selector img {
	margin: 0 8px 0 0;
}

#layout-region-selector a span.right {
	transform: rotate(90deg);
	transition: transform 0.3s ease;
}

#layout-region-selector a.open {
	background: transparent;
}

#layout-region-selector a.open span.right {
	transform: rotate(-90deg);
}

#layout-region-selector div {
	position: absolute;
	width: 203px;
	margin: 0 0 0 0;
	background-color: #212121;
}

#layout-region-selector a {
	display: block;
	height: 27px;
	padding: 10px 10px 0 10px;
	text-decoration: none;
	color: #c8c8c8;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-webkit-font-smoothing: antialiased;
}

#layout-region-selector a:last-of-type {
	margin-bottom: 0;
}

#layout-region-selector a:hover {
	background-color: #1e1e1e;
	color: #ffffff;
}

#layout-region-selector a:hover img {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .50);
}

#layout-game-selector {

}

#layout-game-selector img {
	float: left;
	margin: 0 8px 0 0;
}

#layout-game-selector img:last-of-type {
	margin-right: 0;
}

#layout-navigation {
	width: 203px;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}

#layout-navigation a.menu-main {
	display: block;
	height: 25px;
	padding: 5px 0 0 10px;
	margin: 0 0 0 0;
	background-color: #ffffff;
	font: bold 14px 'tahoma';
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .35);
	text-decoration: none;
	color: #575757;
}

#layout-navigation a.menu-main.active {
	background-color: #3eb047;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .35);
	color: #ffffff;
}

#layout-navigation a.menu-main:hover:not(.active) {
	background-color: #f0f0f0;
}

#layout-navigation a.menu-main:last-of-type:not(.active) {
	margin: 0;
}

#layout-navigation div.menu-sub {
	background-color: #f5f5f5;
}

#layout-navigation div.menu-sub a {
	display: block;
	padding: 3px 0 4px 15px;
	font: normal 13px 'tahoma';
	color: #323232;
	text-decoration: none;
}

#layout-navigation div.menu-sub a.active,
#layout-navigation div.menu-sub a:hover {
	color: #000000;
	background-color: #eaeaea;
}

div#layout-column-left {
	float: left;
	width: 203px;
	padding: 0 6px 10px 6px;
	margin: 0 10px 0 0;
}

div#layout-container.layout-standard div#layout-column-center {
	float: left;
	width: 583px;
	padding: 0 6px 0 6px;
}

div#layout-container.layout-home div#layout-column-center {
	float: left;
	width: 442px;
	padding: 0 6px 0 6px;
}

div#layout-container.layout-stats div#layout-column-center {
	float: left;
	width: 788px;
	padding: 0 6px 0 6px;
}

div#layout-column-right > div {
	display: none;
}

div#layout-container.layout-standard div#layout-column-right {
	float: left;
	width: 203px;
	padding: 0 6px 10px 6px;
	margin: 0 0 0 10px;
	overflow: hidden;
}

div#layout-container.layout-standard div#layout-column-right div.layout-standard {
	display: block;
}

div#layout-container.layout-home div#layout-column-right {
	float: left;
	width: 344px;
	padding: 0 6px 10px 6px;
	margin: 0 0 0 10px;
	text-align: center;
}

div#layout-container.layout-home div#layout-column-right div.layout-home {
	display: block;
}

div#layout-container.layout-stats div#layout-column-right {
	display: none;
}

div#layout-footer-container {
	height: 142px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	background-color: #212121;
}

div#layout-footer-content {
	width: 1007px;
	text-align: left;
	padding: 0 19px 0 19px;
	margin: 0 auto 0 auto;
}

div#layout-footer-container img {
	float: left;
	width: 46px;
	height: 52px;
	margin: 14px 19px -10px 0;
}

div#layout-footer-container span {
	margin: 22px 0 0 0;
	font: 12px 'tahoma';
	color: #cfcfcf;
}

div#layout-footer-container a {
	text-decoration: none;
	font: 12px 'tahoma';
	color: #f5f5f5;
}

div#layout-footer-container a:hover {
	text-decoration: underline;
}

div#layout-footer-container span.right {
	width: 470px;
}

/* modules */
div.module {
	width: 100%;
	padding: 0;
	margin: 0 0 12px 0;
	background-color: #ffffff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	text-align: left;
}

div.module header {
	height: 27px;
	margin: 0 0 0 0;
	padding: 10px 10px 0 10px;
	background-color: #212121;
	border: 0;
	text-align: left;
}

div.module header,
div.module header span,
div.module header div {
	font-weight: normal;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #cfcfcf;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-webkit-font-smoothing: antialiased;
}

div.module header span.right select {
	margin-top: -6px;
	font: bold 11px 'tahoma';
	color: #000000;
	text-shadow: none;
}

div.module section {
	padding: 10px;
}

div.module hr {
	height: 1px;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #e0e0e0;
}

div.module .actions {
	margin: 7px 0 -6px 0;
	padding-left: 0;
}

div.module > iframe, div.module > object {
	margin-bottom: -2px;
}

div#module-ads-skyscraper {
	text-align: center;
}

div#module-ads-support {
	text-align: center;
}

div#module-events div.sub-header {
	margin: 7px 0 1px 0;
}

div#module-events ul {
	padding: 0;
	margin: 0;
}

div#module-events li {
	list-style-type: none;
	border-bottom: 1px solid #ececec;
	padding: 3px 0 4px 0;
}

div#module-events li:last-child,
div#module-events li:last-child:hover {
	border: 0;
}

div#module-events li span.left {
	display: block;
	width: 82%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	float: none;
}

div#module-events li span.right {
	font: normal 10px 'verdana';
	padding-left: 0;
}

div#module-events li:hover {
	background-color: #fafff9;
	border-bottom: 1px solid #d3e8d0;
}

div#module-events li img {
	width: 16px;
	height: 13px;
	float: left;
	margin: 0 5px 0 0;
}

div#module-events table.calendar {
	width: 185px;
	margin: -1px 0 9px -1px;
}

div#module-events table.calendar tr.month {
	display: none;
}

.layout-home div#module-events table.calendar {
	width: 326px;
}

.layout-home div#module-events table.calendar th {
	width: 14%;
	height: 24px;
	font: bold 11px 'verdana';
}

.layout-home div#module-events table.calendar * td {
	height: 21px;
	font-size: 11px;
}

div#module-promotions {
	text-align: center;
}

div#module-poll input.submit {
	background-color : #000000;
	border : 1px solid #000000;
	color : #FFFFFF;
	font-weight : bold;
}

div#module-poll div.left {
	width: 83%;
}

div#module-premium-checklist .checklist {
	background-color: #fffee8;
	text-align: center;
}

div#module-premium-checklist div a {
	color: #333333;
}

div#module-premium-checklist h1 {
	min-height: 50px;
	margin: 0 0 18px 0;
	padding: 5px 0 0 55px;
	background-image: url('/images/premium_checklist_unchecked.png');
	background-repeat: no-repeat;
	text-align: left;
	font-weight: normal;
}

div#module-premium-checklist h1:last-of-type {
	margin-bottom: 6px;
}

div#module-premium-checklist h1.checked {
	background-image: url('/images/premium_checklist_checked.png');
}

div#module-premium-checklist h1 a {
	display: block;
	margin: 0 0 3px 0;
	font: bold 14px 'tahoma';
	color: #000000;
}

.layout-standard div#module-premium-checklist h1 {
	min-height: 25px;
	background-size: 25px;
	margin: 0 0 13px 0;
	padding: 3px 0 0 30px;
}

.layout-standard div#module-premium-checklist h1 a {
	font-size: 13px;
}

.layout-standard div#module-premium-checklist span {
	display: none;
}

div#module-league h1 span.left {
	width: 54%;
	overflow: hidden;
}

div.server-container:not(:first-child) {
	margin-top: 2px;
}

div.server-container h1,
div.server-container h2 {
	border-width: 1px;
	border-style: solid;
	padding: 0 2px 1px 2px;
	cursor: pointer;
	width: 177px;
	height: 12px;
	white-space: nowrap;
	position: relative;
	z-index: 2;
	font-weight: normal;
}

div.server-container:hover h1 {
	margin-left: -12px;
	padding-left: 15px;
	border-left-width: 0;
}

div.server-container div {
	display: none;
	overflow: hidden;
	white-space: nowrap;
	width: 190px;
	padding: 0 5px 3px 5px;
	position: absolute;
	margin: -15px 0 0 -207px;
	border-width: 1px;
	border-style: solid;
	z-index: 1;
}

div.server-container:hover div {
	display: block;
}

div.server-container a,
div.server-container a:hover {
	color: #000000;
}

.open,
.live {
	background-color: #f3fff2;
	border-color: #cbdec9;
}

.full {
	background-color: #fef7f7;
	border-color: #ebd1d1;
}

.upcoming {
	background-color: #eff6fc;
	border-color: #c0ccd7;
}

.completed {
	background-color: #fdfae9;
	border-color: #e3e2cd;
}

div#module-recent-discussion.fixed {
	position: fixed;
	top: 32px;
	width: 203px;
	padding-top: 10px;
	z-index: 1;
}

div#module-recent-discussion .recent-items a {
	text-transform: lowercase;
}

div.summary {
	display: none;
	position: absolute;
	width: 171px;
	background-color: #FFFFE1;
	border: 1px solid #000000;
	padding: 5px;
	color: #000000;
	overflow: visible;
	white-space: normal;
}

div.filter {
	display: none;
	position: absolute;
	margin: -153px 0 0 34px;
	border: 1px solid #000000;
	width: 113px;
	height: 125px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #000000;
	border-color: #b2b2b2 #000000 #000000 #b2b2b2;
	background-color: #ffffff;
	z-index: 1;
}

div.filter .left {
	width: 80%;
	height: 20px;
}

div.filter .right {
	width: 15%;
	height: 20px;
}

div#module-recent-downloads a.tab {
	padding: 3px 3px 0 3px;
	margin: 0 5px 0 0;
}

div#module-headlines .tab {
	padding: 3px 8px 0 8px;
	margin: 0 6px 0 0;
}

div#module-headlines .tabContent {
	border-bottom: 0;
	margin-bottom: 0;
}

div#module-headlines .actions {
	text-align: right;
}

div#module-headlines h1 {
	border-bottom: 1px solid #ececec;
	padding: 10px 10px 10px 10px;
	cursor: pointer;
	font: normal 10px 'verdana';
	color: #c8c8c8;
}

div#module-headlines h1:hover {
	background-color: #fdfdfd;
}

div#module-headlines h2 {
	border-bottom: 1px solid #ececec;
	padding: 6px 10px 6px 10px;
	cursor: pointer;
}

div#module-headlines h1 canvas.content-preview {
	float: left;
	margin: 0 9px 0 0;
}

div#module-headlines h1 img.game-icon {
	margin: 1px 4px 0 0;
}

div#module-headlines h2 img {
	float: left;
	width: 16px;
	height: 13px;
	margin: 1px 7px 0 0;
}

div#module-headlines h1 a.headline {
	display: block;
	color: #323232;
	font: bold 12px 'verdana';
	text-decoration: none;
	margin: 0 0 4px 0;
}

div#module-headlines h1 a.type {
	color: #14be00;
	font: bold 10px 'verdana';
	text-decoration: none;
}

div#module-headlines h2 a.headline {
	color: #323232;
	font: 12px 'verdana';
	text-decoration: none;
}

div#module-headlines h1 div.comments {
	min-width: 32px;
	height: 27px;
	float: right;
	text-align: center;
	padding: 5px 0 0 0;
	background-image: url('/images/comments_large_off.png');
	background-repeat: no-repeat;
	font: bold 12px 'verdana';
	color: #646464;
}

div#module-headlines h1:hover div.comments {
	background-image: url('/images/comments_large_on.png');
	color: #148C00;
}

div#module-headlines h2 div.comments {
	height: 15px;
	float: right;
	text-align: right;
	padding: 0 21px 0 0;
	background-image: url('/images/comments_small_off.png');
	background-repeat: no-repeat;
	background-position: 100% 2px;
	font: bold 12px 'verdana';
	color: #969696;
}

div#module-headlines h2:hover div.comments {
	background-image: url('/images/comments_small_on.png');
	color: #148C00;
}

div#module-headlines h1 div.preview {
	font-weight: normal;
	margin: 11px 0 0 0;
	font: 11px 'verdana';
	color: #323232;
}

#module-stats div.stats-container {
	width: 206px;
	margin: 0 0 20px 0;
	text-align: left;
}

#module-stats .actions {
	text-align: right;
}

div#module-your-activity ul {
	padding: 0;
	margin: 0;
}

div#module-your-activity li {
	list-style-type: none;
	border-bottom: 1px solid #ececec;
	padding: 3px 0 4px 0;
}

div#module-your-activity li:last-child,
div#module-your-activity li:last-child:hover {
	border: 0;
}

div#module-your-activity li:hover {
	background-color: #fafff9;
	border-bottom: 1px solid #d3e8d0;
}

div#module-your-activity li img {
	width: 16px;
	height: 13px;
	float: left;
	margin: 0 5px 0 0;
}

div#module-ads-home-bottom {
	text-align: center;
}

/* content item declarations */
.content-details {
	padding: 10px 10px 10px 10px;
	background-color: #fafafa;
	border: 1px solid #f1f1f1;
	border-width: 1px 0 1px 0;
}

.content-details h1 {
	font: 12px 'tahoma';
	font-weight: bold;
	margin: 0 0 4px 0;
}

.content-text {
	text-align: justify;
	background-color: #ffffff;
	font: 12px 'arial';
}

.content-text li {
	padding-bottom: 5px;
}

.content-footer {
	padding: 2px 10px 10px 10px;
	background-color: #fafafa;
	border: 1px solid #f1f1f1;
	border-width: 1px 0 1px 0;
}

/* bbcode style */
div.bbcode-image {
	background-color: #ffffff;
	width: 144px;
	text-align: center;
	margin: 10px;
	clear: both;
}

div.bbcode-match {
	text-align: center;
	margin: 0 0 10px 0;
}

div.bbcode-match div.team,
div.bbcode-team {
	text-align: center;
	margin: 0 0 10px 0;
}

div.bbcode-match img,
div.bbcode-team img {
	max-width: 65px;
	margin: 0 0 7px 0;
}

div.bbcode-match h1 {
	padding: 25px 0 8px 0;
	font-size: 12px;
}

div.bbcode-match div.prediction-content {
	text-align: left;
	margin: 12px 0 0 0;
}

div.bbcode-match h2 {
	margin: 0 0 5px 0;
}

/* tab style */
.tabArea {

}

.tab {
	display: block;
	float: left;
	height: 16px;
	padding: 3px 5px 0 5px;
	margin: 0 6px 0 0;
	text-decoration: none;
	color: #969696;
	font: bold 10px 'verdana';
}

.tab:hover,
.tab.hover,
.tab.activeTab {
	color: #148200;
}

.tabContent {

}

/* comments */
.comment-parent-actions {
	padding: 0 0 7px 0;
	line-height: 18px;
}

.comment-container {
	width: 563px;
	background-color: #ffffff;
}

.comment-container .sub-header {
	padding: 2px 3px 3px 0;
}

.comment-container .comment-number {
	display: block;
	float: left;
	width: 50px;
	margin-right: 11px;
}

.comment-container .comment-controls {
	float: left;
	width: 50px;
	padding: 3px 0 15px 0;
	border: 0px solid red;
}

.comment-container .comment-content {
	overflow: hidden;
	float: right;
	padding: 3px 0 20px 0;
	width: 501px;
	text-align: left;
}

.comment-content-switch {
	color: #8a8a8a;
	cursor: pointer;
}

.comment-content textarea {
	width: 95%;
	height: 100px;
}

.comment-page-marker {
	border: 1px dashed gray;
	width: 547px;
	margin: 10px 0 10px 0;
	padding: 7px;
	text-align: center;
	cursor: pointer;
}

a.media-preview div {
	display: none;
	background-color: #ffffff;
	position: absolute;
	z-index: 3;
	padding: 10px;
	border: 1px solid #dedede;
}

a.media-preview div * {
	max-width: 200px;
	max-height: 275px;
}

.comment-nuked {
	color : #FF0000;
}

/* demos */
#featured-demo div.note2 {
	float: right;
	width: 220px;
}

#featured-demo div.note2 b {
	display: block;
	margin-bottom: 5px;
}

#demo-details div.left {
	width: 345px;
}

#demo-details div.left .data {
	width: 260px;
}

#demo-details div.right {
	width: 170px;
	text-align: center;
}

/* downloads */
#cotw-intro div.right {
	margin: 0 0 0 18px;
	text-align: center;
}

#cotw-intro div.right img {
	margin-bottom: 15px;
}

#cotw-intro div.note2 {
	width: 165px;
	margin: 0;
	padding-bottom: 12px;
}

#cotw-intro div.note2 li {
	text-align: left;
}

#cotw-view div.clip-header {
	margin: 10px 0 0 0;
	padding: 4px 0 4px 0;
	background-color: #EBEFF2;
}

#cotw-view .video-container-normal {
	width: 563px;
}

div.clip-preview {
	float: left;
	padding: 5px 0 0 0;
	text-align: center;
	margin: 10px 0 0 13px;
}

div.clip-preview img {
	width: 120px;
	border: 1px solid #999999;
}

div.clip-preview div {
	position: relative;
	top: -14px;
	height: 13px;
	width: 118px;
	padding: 1px 1px 0 1px;
	white-space: nowrap;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #999999;
	border-top: 0;
}

#featured-download .right {
	width: 60%;
	text-align: left;
}

#upload-progress {
	padding: 2px;
	width: 376px;
	border: 1px inset #555555;
	height: 14px;
}

#upload-progress .progress-bar {
	height: 100%;
	background-color: #44d033;
	width: 0;
}

/* events */
#events-next div.right {
	width: 415px;
	text-align: left;
}

#events-upcoming div.right {
	width: 450px;
	text-align: left;
}

#events-upcoming div.left {
	width: 66px;
	text-align: left;
}

#events-recent div.right {
	width: 450px;
	text-align: left;
}

#events-recent div.left {
	width: 66px;
}

#events-recent div.player-list {
	float: left;
	width: 150px;
}

#events-recent div.player-list div {
	margin-bottom: 4px;
}

/* forums */
#forums-default .forum-details {
	padding-left: 28px;
}

#forums-default table tbody tr:last-child td {
	border-bottom: none;
	padding-bottom: 8px;
}

#forums-new-topic input.path {
	width: 181px;
	height: 100px;
	margin: 0 6px 0 0;
	font: 18px 'tahoma';
}

#forums-new-topic input.path:last-of-type {
	margin: 0;
}

/* recruitment */
#recruitment-default input.path {
	width: 181px;
	height: 100px;
	margin: 0 6px 0 0;
	font: 18px 'tahoma';
}

#recruitment-default input.path.off {
	opacity: .5;
}

#recruitment-default input.path:hover {
	opacity: 1;
}

#recruitment-default input.path:last-of-type {
	margin: 0;
}

#recruitment-filter select {
	font-size: 16px;
	font-family: 'tahoma';
}

#recruitment-filter select.focus {
	font-weight: bold;
	background-color: #3eb047;
	color: #ffffff;
}

#recruitment-manage-ad label {
	width: 140px;
}

#recruitment-manage-ad div.data {
	margin-left: 140px;
}

/* support */
#support-faq .search {
	background-color: #FAFAFA;
	border: 1px solid #F0F1F3;
	border-width: 1px 0 1px 0;
	padding: 26px 10px 26px 10px;
}

#support-faq input.text {
	width: 471px;
	height: 24px;
	padding: 2px 0 2px 0;
	margin: 0;
	font: 18px 'tahoma';
}

#support-faq input.submit {
	float: right;
	height: 30px;
	width: 64px;
	padding: 0;
	margin: 0;
	font: 18px 'tahoma';
}

#support-faq div.left {
	margin: 6px 10px 0 5px;
	width: 165px;
	line-height: 1.6em;
}

#support-faq div.left li {
	list-style-type: circle;
	list-style-position: inside;
}

#support-faq div.left a {
	font-weight: bold;
	font-size: 10px;
}

#support-faq h1 {
	background-color: #EBEFF2;
	margin: 18px 0 2px 0;
	padding: 6px 2px 6px 2px;
	border: 1px solid #95b3d7;
	border-width: 1px 0 1px 0;
}

#support-faq h1:first-of-type {
	margin-top: 0;
}

#support-faq h1 span {
	float: right;
	font-weight: normal;
}

#support-faq div.question {
	padding: 10px 4px 10px 2px;
	border-bottom: 1px solid #F0F1F3;
}

#support-faq .row2 {
	background-color: #F8F8F8;
}

#support-faq div.question img {
	margin: 2px 0 0 0;
	float: left;
	clear: left;
}

#support-faq div.question span {
	float: right;
	clear: right;
	width: 50px;
	text-align: right;
}

#support-faq div.question a.section {
	float: right;
	width: 110px;
	text-align: right;
}

#support-faq div.question a.question {
	margin: 0 146px 0 15px;
	display: block;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

#support-faq div.answer {
	padding: 8px 5px 0 5px;
	line-height: 1.4em;
	font-size: 12px;
}

#support-faq div.answer li {
	list-style-position: inside;
}

#support-tickets-default input.submit {
	height: 30px;
	padding: 0;
	margin: 0;
	font: 18px 'tahoma';
}

#support-tickets-open label {
	width: 130px;
}

#support-tickets-open div.data {
	margin-left: 130px;
}

#support-tickets-open #st-filter {
	position: absolute;
	top: 330px;
	margin: 0 0 0 40px;
	width: 415px;
	border: 1px solid #000000;
	padding: 15px;
	background-color: #ffffff;
	font-size: 11px;
	z-index: 201;
}

#support-tickets-open #st-filter li {
	margin-bottom: 10px;
}

#support-tickets-view label {
	width: 120px;
}

#support-tickets-view div.data {
	margin-left: 120px;
}

#support-suspects input.trigger {
	display: block;
	padding: 3px;
	margin: 10px auto 0 auto;
	font: 18px 'tahoma';
}

/* poll */
#poll-comments div.footer {
	border-top: 1px solid #F0F1F3;
	padding: 10px 0 10px 0;
}

body.poll-popup {
	margin: 0;
}

#region-results {
	width: 180px;
	background-color: #ffffff;
	border: 1px solid #000000;
	position: absolute;
	display: none;
	padding: 5px;
}

#region-results .graph {
	height: 10px;
	border: 1px solid #000000;
	background-color: #ff0000;
	float: left;
}

#region-results .votes {
	font-size: 8px;
	margin-left: 5px;
	color: #444444;
	float: left;
}

#region-results .text {
	font-size: 10px;
	padding: 2px 0 10px 0;
}

#region-results .title {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
}

/* subscribe */
#subscribe-default .path {
	width: calc(100% - 20px - 2px);
	margin: 0 0 6px 0;
	padding: 20px 0 20px 20px;
	border: 1px solid #eaeaea;
	background-color: #fbfbfb;
	text-align: left;
	font: 18px 'tahoma';
	text-decoration: none;
}

#subscribe-default .path:last-of-type {
	margin: 0;
}

#subscribe-default .path input {
	float: right;
	margin: 8px 6px 0 0;
	font-weight: bold;
	font: 18px 'tahoma';
}

#subscribe-select-tier table {
	width: 100%;
	border-spacing: 0;
}

#subscribe-select-tier table th.tier {
	width: 100px;
	text-align: center;
}

#subscribe-select-tier table td,
#subscribe-select-tier table th {
	height: 30px;
}

#subscribe-select-tier table td {
	text-align: center;
}

#subscribe-select-tier table td img {
	max-width: 20px;
}

#subscribe-select-tier table td input[type=radio] {
	vertical-align: middle;
	margin: 1px 2px 0 0;
}

#subscribe-select-tier table span {
	display: block;
	padding: 4px 0 0 0;
	font-weight: normal;
}

#subscribe-select-tier table label {
	width: auto;
}

#subscribe-select-tier table td select,
#subscribe-select-tier table td input[type=text] {
	width: 90%;
}

#subscribe-select-tier table td div.option {
	float: right;
	margin: 0 0 10px 0;
	text-align: left;
	width: 95%;
}

#subscribe-redeem-code label {
	width: 120px;
}

#subscribe-redeem-code div.data {
	margin-left: 120px;
}

/* servers */
#servers-admin-application label {
	width: 140px;
}

#servers-players table {
	width: 100%;
}

#servers-players th.acronym {
	text-align: right;
}

#servers-players td.stat {
	text-align: right;
}

#servers-players td {
	vertical-align: top;
}

#servers-ghosts div {
	margin: 0 0 10px 0;
	padding: 0 5px 5px 5px;
	border: 1px solid #B8B8B8;
}

#servers-ghosts h1.sub-header {
	margin: 0 -5px 5px -5px;
	border: 1px solid #B8B8B8;
	border-width: 0 0 1px 0;
}

/* stats */
#stats-match-view span {
	font: 12px 'arial';
	padding: 0 10px 10px 10px;
	display: block;
}

#stats-match-view .match-details {
	float: right;
	width: 165px;
	text-align: center;
}

#stats-match-view .match-details table {
	margin: 10px 0 0 0;
	text-align: left;
	width: 100%;
}

.match-header {
	background-color: #FAFAFA;
	border: 1px solid #F0F1F3;
	border-width: 1px 0 0 0;
}

.match-roster {
	width: 162px;
	margin: 0 0 10px 0;
}

.match-preview {
	float: left;
	width: 239px;
	margin: 0 0 10px 0;
	text-align: center;
}

#stats-match-view h2 {
	margin: 6px 0 2px 0;
	padding: 0 0 2px 0;
	font-weight: normal;
	border-bottom: 1px dotted #bbbbbb;
}

.match-header div {
	width: 267px;
}

.match-header h1 {
	font-size: 20px;
	margin: 10px 0 10px 0;
}

.match-map {
	width: 120px;
	padding: 3px;
	background-color: #EBEFF2;
	border: 1px solid #B8B8B8;
	margin: auto;
}

#stats-match-view .actions {
	margin: 15px 0 10px 0;
}

#stats-match-view .box {
	border: 0;
}

img.stats-game {
	opacity: .70;
	padding: 1px;
}

img.stats-game-selected,
img.stats-game:hover {
	opacity: 1;
	padding: 1px;
	background-color: #000000;
}

#stats-leaders {
	padding: 5px 0 0 0;
}

.stats-container h1 {
	font-size: 20px;
}

.stats-cat-leader {
	width: 59px;
	height: 77px;
}

.stats-container div.center {
	height: 60px;
	padding-top: 3px;
	margin-bottom: 5px;
}

.stats-container h2 {
	display: block;
	float: left;
	clear: both;
	margin: 10px 0 0 0;
	font-weight: bold;
	color: #00AF00;
}

.stats-container {
	display: inline;
	width: 175px;
	height: 210px;
	margin: 0 5px 30px 5px;
}

.stats-container .stat {
	float: right;
	margin-left: 8px;
}

.stats-container div.sub-header {
	margin-left: 66px;
	font-weight: bold;
	text-align: center;
}

.stats-container .row1 {
	padding: 0 0 2px 0;
	margin: 0;
}

#stats-leaders-map div.stats-container,
#stats-leaders-weapon div.stats-container,
#stats-leaders-class div.stats-container {
	float: left;
	display: inline;
	width: 265px;
	height: auto;
	min-height: 300px;
	margin: 0 5px 30px 5px;
}

#stats-leaders-map div.stats-container div.sub-header,
#stats-leaders-weapon div.stats-container div.sub-header,
#stats-leaders-class div.stats-container div.sub-header {
	margin-left: 115px;
}

/* teams */
#teams-manage #profile-header h1 {
	margin-left: 0;
}

#teams-manage table {
	width: 100%;
}

#teams-manage label {
	width: 120px;
}

#teams-manage .tabContent {
	text-align: justify;
	font: 12px 'arial';
}

#body-manage-roster .row1 {
	width: 320px;
}

/* league */
#league-register-payments table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 12px;
	margin: -12px 0 -12px 0;
}

#league-register-payments th {
	padding: 0 5px 0 5px;
	font: bold 12px 'tahoma';
}

#league-register-payments tr.division td {
	border: 1px solid #44d033;
	border-width: 1px 0 1px 0;
	padding: 5px;
	background-color: #e6ffe3;
}

#league-register-payments tr.division.status-alert td {
	background-color: #ffe6e6;
	border-color: #ff0000;
}

#league-register-payments tr.division td:first-child {
	width: 22px;
	padding-right: 0;
	border-width: 1px 0 1px 1px;
	border-radius: 4px 0 0 4px;
}

#league-register-payments tr.division td:last-child {
	border-width: 1px 1px 1px 0;
	border-radius: 0 4px 4px 0;
}

#league-register-join h1 {
	display: block;
	padding: 7px 5px 8px 5px;
	margin: 0 0 10px 0;
	border-radius: 4px;
}

#league-register-join h1.incomplete {
	color: #383838;
	border: 1px solid #9d9d9d;
	background-color: #f5f5f5;
}

#league-register-join h1.complete {
	border: 1px solid #44d033;
	background-color: #e6ffe3;
}

#league-register-join label {
	width: 30px;
}

#league-register-join div.data {
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0 0 0;
	margin: 0 0 10px 30px;
}

#league-register-join div.reg-option {
	border-top: 1px dotted #bbbbbb;
	margin-top: 5px;
	padding-top: 10px;
}

#league-register-join div.reg-option label {
	width: 100px;

}

#league-register-join div.reg-option div.data {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 0 100px;
	padding: 0;
}

#league-standings .division {
	background-color: #FAFAFA;
	border: 1px solid #F0F1F3;
	border-width: 1px 0 1px 0;
}

#league-standings .division form {
	float: right;
	margin: 5px 3px 0 0;
}

#league-standings .division h1 {
	font-size: 20px;
	margin: 0 0 10px 0;
}

#league-standings table {
	width: 100%;
	margin: 0 0 0 0;
}

#league-standings table td,
#league-standings table th {
	padding: 2px;
}

#league-standings tr.conference-header td {
	background-color: #EBEFF2;
	padding: 6px 2px 6px 2px;
	border: 1px solid #95b3d7;
	border-width: 1px 0 1px 0;
}

#league-standings tr.conference-header td h2 {
	display: inline;
	font-size: 11px;
	font-weight: bold;
}

#league-standings tr.conference-legend th {
	background-color: #F8F8F8;
	padding: 4px 2px 4px 2px;
	font-weight: bold;
}

#league-standings tr.group td {
	background-color: #FDFDFD;
	padding: 4px 0 4px 2px;
	border: 1px solid #F0F1F3;
	border-width: 1px 0 1px 0;
}

#league-standings th.stat {
	text-align: right;
	width: 30px;
}

#league-standings td.stat {
	text-align: right;
	width: 35px;
}

#league-predictions .division {
	background-color: #FAFAFA;
	border: 1px solid #F0F1F3;
	border-width: 1px 0 1px 0;
	margin: 0 0 10px 0;
}

#league-predictions .division form {
	float: right;
	margin: 5px 3px 0 0;
}

#league-predictions .division h1 {
	font-size: 20px;
	margin: 0 0 10px 0;
}

#league-predictions .prediction-container {
	margin: 0 0 28px 0;
	padding: 0 0 10px 0;
	border-bottom: 0 solid #ececec;
}

#league-predictions .prediction-team {
	width: 110px;
	padding: 5px 0 0 0;
	text-align: center;
	overflow: hidden;
}

#league-predictions .logo {
	max-width: 65px;
	margin: 0 0 7px 0;
}

#league-predictions .prediction-stats {
	margin: 3px 0 0 0;
}

#league-predictions .prediction-content {
	float: left;
	width: 319px;
	margin: 0 12px 0 12px;
}

#league-predictions h2 {
	margin: 5px 0 4px 0;
	padding: 0 0 4px 0;
	font-weight: normal;
	border-bottom: 1px dotted #bbbbbb;
}

#league-predictions h2 b {
	color: #444444;
}

#league-predictions h3 {
	margin: 0 0 12px 0;
	font-weight: normal;
	line-height: 1.3em;
}

#league-predictions h4 {
	width: 80px;
	padding: 4px;
	margin: 14px 11px 0 11px;
	text-align: center;
	font: bold 12px 'verdana';
}

#league-predictions h4.winner {
	background-color: #e6ffe3;
	border: 1px solid #44d033;
}

#league-predictions h4.loser {
	background-color: #fae9e9;
	border: 1px solid #ff0000;
}

#league-predictions .actions {
	margin: 0 0 10px 0;
}

div.prediction {
	width: 319px;
	margin: 10px auto 0 auto;
}

div.prediction textarea {
	width: 225px;
	height: 55px;
	float: right;
}

div.prediction label {
	width: 55px;
}

div.prediction div.data {
	margin-left: 55px;
}

div.prediction input.submit {
	width: 80px;
	margin: 3px 0 5px 0;
}

#league-all-star-game .note2 {
	margin: 0 0 10px 15px;
}

#league-all-star-game .note2 select {
	float: right;
}

#league-all-stars div.left {
	width: 46%;
	margin: 0 0 0 15px;
	line-height: 2.2em;
}

#league-all-stars input.checkbox {
	float: left;
	margin: 7px 5px 0 0;
}

#league-match-setup table th,
#league-match-setup table td {
	padding: 2px;
}

#league-match-setup table.roster {
	width: 45%;
	border-spacing: 0;
	border-collapse: collapse;
}

#league-match-setup .sub-header {
	margin: 25px 0 5px 0;
	width: 200px;
	font-weight: bold;
}

#league-match-setup .note2 {
	float: right;
	width: 50%;
	margin: 25px 0 0 0;
}

#league-match-setup table.offers,
#league-match-setup table.games {
	width: 100%;
	margin: 25px 0 10px 0;
	border-spacing: 0;
	border-collapse: collapse;
}

#league-match-setup table.offers td {
	padding: 8px 0 8px 0;
}

#league-match-setup table.offers td.offer {
	text-align: left;
	padding: 8px 0 8px 50px;
}

#league-match-setup #offer-new {
	margin-top: 8px;
}

#league-match-setup #offer-accepted {
	background-color: #f3fff2;
}

#league-schedule .header {
	background-color: #FAFAFA;
	border: 1px solid #F0F1F3;
	border-width: 1px 0 1px 0;
}

#league-schedule .header h1 {
	font-size: 20px;
	margin: 0 0 8px 0;
}

#league-schedule .stats-leaders {
	width: 350px;
	font-weight: bold;
	font-size: 11px;
	margin: 18px 0 5px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #bbbbbb;
}

#league-schedule .stats-leader {
	width: 115px;
	float: left;
	margin: 0 8px 0 0;
	line-height: 1.4em;
}

#league-schedule .stats-leader a {
	color: #000000;
}

#league-schedule .stats-leader img.profile {
	float: left;
	max-width: 40px;
	margin-right: 6px;
}

#league-schedule table.calendar {
	margin-bottom: 2px;
	width: 165px;
}

#league-schedule select[name=region_id] {
	width: 165px;
	margin-bottom: 2px;
}

#league-schedule div.note {
	margin: 0 8px 10px 8px;
	padding: 8px;
}

#league-schedule div.note a {
	font-weight: bold;
}

#league-schedule div.match-container {
	float: left;
	width: 277px;
	margin: 0 0 10px 0;
}

#league-schedule div.match-container:nth-child(even) {
	float: right;
}

#league-schedule div.match-overview {
	width: 269px;
	height: 103px;
	border: 1px solid #d4d0c8;
	border-bottom: none;
	line-height: 1.3em;
	padding: 3px;
}

#league-schedule div.match-footer {
	width: 269px;
	color: #5e5e5e;
	border: 1px solid #d4d0c8;
	border-top: none;
	padding: 3px;
	white-space: nowrap;
	overflow: hidden;
}

#league-schedule div.match-overview table {
	width: 100%;
	margin-bottom: 6px;
}

#league-schedule div.match-overview table a {
	font-weight: bold;
}

#league-schedule div.match-overview table th {
	padding: 2px;
	text-align: left;
}

#league-schedule div.match-overview table td {
	padding: 2px;
	border-bottom: 1px dashed #d4d0c8;
}

#league-schedule div.match-overview table .stat {
	text-align: center;
	width: 20px;
}

#league-schedule div.match-overview table .winner {
	background-color: #F8F8F8;
}

/* ladders */
#ladders-default div.right {
	width: 450px;
	text-align: left;
}

#ladders-default div.left {
	width: 66px;
}

#ladders-default details {
	float: left;
	width: 190px;
	margin-top: 10px;
}

#ladders-default details:first-of-type {
	width: 260px;
}

#ladders-default details summary {
	font-weight: bold;
	margin-bottom: 4px;
}

#ladders-rankings .ladder {
	background-color: #FAFAFA;
	border: 1px solid #F0F1F3;
	border-width: 1px 0 1px 0;
}

#ladders-rankings .ladder form {
	float: right;
	margin: 5px 3px 0 0;
}

#ladders-rankings .ladder h1 {
	font-size: 20px;
	margin: 0 0 10px 0;
}

#ladders-rankings table  {
	width: 100%;
	margin: 0 0 0 0;
}

#ladders-rankings table td,
#ladders-rankings table th   {
	padding: 2px;
}

#ladders-rankings tr.ladder-header td  {
	background-color: #EBEFF2;
	padding: 6px 2px 6px 2px;
	border: 1px solid #95b3d7;
	border-width: 1px 0 1px 0;
}

#ladders-rankings tr.ladder-header td h2 {
	display: inline;
	font-size: 11px;
	font-weight: bold;
}

#ladders-rankings tr.ladder-legend th {
	background-color: #F8F8F8;
	padding: 4px 2px 4px 2px;
	font-weight: bold;
}

#ladders-rankings th.stat {
	text-align: right;
	width: 30px;
}

#ladders-rankings td.stat {
	text-align: right;
	width: 35px;
}

/* voip */
#voip-manage .note2 {
	padding: 10px 20px 20px 20px;
}

#voip-manage .note2 div { margin-bottom: 5px; }

#voip-manage .note2 input { font-weight: bold; } 

#voip-manage label { width: 180px; }

#voip-manage .data { margin-left: 180px; }

/* calendar */
table.calendar {
	margin: -1px 0 -1px -1px;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #ffffff;
}

#league-schedule table.calendar tr.month a {
	color: #5f697d;
	text-shadow: 1px 1px 0 #ffffff;
}

table.calendar * th,
table.calendar * td {
	text-align : center;
	padding: 0;
	text-shadow: 1px 1px 0 #ffffff;
	border: 1px solid #ffffff;
}

table.calendar * th {
	height: 18px;
	background-color: #e5e6ea;
	border-color: #d9dbe0;
	color: #5f697d;
}

table.calendar * td {
	height: 16px;
	background-color: #ffffff;
	color: #4e4e4e;
}

table.calendar .cal-highlight {
	background-color: #ffffff;
	border-color: #d3e8d0;
}

table.calendar .cal-highlight a {
	font-weight: bold;
	text-decoration: none;
	color: #14be00;
}

table.calendar .cal-current-day,
table.calendar td:hover {
	background-color: #ffffff;
	border-color: #e6e6e6;
	font-weight: bold;
}

/* row style */
#sorted {
	background-color: #F0F0F0;
}

.row1.highlight,
.row1:hover,
.row2.highlight,
.row2:hover {
	background-color: #E8E8E8;
}

.row1.highlight #sorted,
.row1:hover #sorted,
.row2.highlight #sorted,
.row2:hover #sorted {
	background-color: #D8D8D8;
}

.row1 {
	background: #FFFFFF;
}

.row1,
.row1 td,
.row1 th {
	border-bottom: 1px solid #F0F1F3;
}

.row1 td,
.row1 th {
	background: inherit;
}

.row2 {
	background: #FBFBFB;
}

.row2,
.row2 td,
.row2 th {
	border-bottom: 1px solid #F0F1F3;
}

.row2 td,
.row2 th {
	background: inherit;
}

.icon-sort {
	margin-left: 1px;
	border: 0;
}

/* box scores */
.box {
	border-collapse: collapse;
	margin: 0;
	border: 1px solid #B8B8B8;
}

.box .header th {
	font-weight: normal;
	background-color: #EBEFF2;
	padding: 0 3px 1px 3px;
	line-height: 1.8em;
}

.box th,
.box td,
.box .row1 th,
.box .row1 td,
.box .row2 th,
.box .row2 td {
	border: 1px solid #B8B8B8;
	font-size: 10px;
}

.box .acronym {
	padding: 0 0 2px 0;
	text-align: center;
}

.box .tabArea {
	width: auto;
	border: 0;
	padding: 0 0 4px 4px;
	text-align: right;
	background: transparent;
}

.box .ct,
.box .blue {
	color: #0000ff;
}

.box .t,
.box .red {
	color: #ff0000;
}

.box .stat {
	font: normal 10px 'arial';
	white-space: nowrap;
	text-align: center;
}

.box .rank,
.box .rank * {
	font: normal 9px 'arial';
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
}

/* in-game */
/* set margin to 1px because 0 causes steam webkit to bug 7/31/2010 */
body.ingame {
	background-color: #ffffff;
	margin: 1px 25px 1px 1px;
	padding: 0;
}

body.ingame div.container {
	width: 833px;
}

body.ingame div.header {
	background-color: #F1F2F5;
	background-image: url('/images/logo_esea_ingame.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border-bottom: 1px solid #404040;
	padding: 5px 5px 5px 100px;
	margin: 0 0 5px 0;
}

body.ingame div.header div.ad {
	height: 90px;
}

body.ingame div.footer {
	width: 100%;
	text-align: center;
	border: 0;
	margin: 15px 0 0 0;
}

/* general modifiers */
.note {
	background-color: #FFFFCC;
	border: 2px solid;
	border-color: #efd1b2 #713900 #713900 #efd1b2;
	padding: 7px;
	line-height: 1.5em;
}

.note2 {
	border-top: 2px solid #95b3d7;
	padding: 7px;
	background-color: #f3f8fd;
}

.online {
	background-color: #f5fff1;
}

.strikethrough {
	text-decoration: line-through;
}


/* quick stem page hack fixes */
.module-header {
	height: 27px;
	margin: 0 0 0 0;
	padding: 10px 10px 0 10px;
	background-color: #212121;
	border: 0;
	text-align: left;
	font-weight: normal;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #cfcfcf;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -webkit-font-smoothing: antialiased;
}
.content-text {
	margin-bottom: 12px;
}
.stem-links {
	padding: 10px;
}


/* mobile tweaks */
@media only screen and (max-device-width: 720px) {
	html.parent {
		background-position: 0 0;
	}
}