html {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background: #fff;
	-webkit-text-size-adjust:none;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #444;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}
body.fixed {
	overflow-y: hidden;
}
#mobileHeader {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 44px;
	background: #000;
	border-bottom: 4px solid #444;
	z-index: 999999;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	font-family: "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mobileHeaderTitle {
	text-align: center;
	color: #eee;
	text-shadow: 1px 1px #000;
	font-size: 18px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 60%;
}
#mobileMenu {
	display: none;
	color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 5px;
	padding-top: 49px;
	z-index: 9999;
}
#barAlerts {
	z-index: 999;
	top: 44px;
	height: auto;
	max-height: 100000px;
	right: 0;
}
.menuList {
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	background: #111;
}
a.menuListItem {
	background: #000;
	color: #eee;
	display: block;
	padding: 15px;
	margin-bottom: 1px;
	font-weight: bold;
	font-size: 14px;
}
a.menuListHover {
	background: #1A539A;
	color: #fff;
}
#mobileNotifications {
	display: hidden;
}
#mobileContent {
	padding-top: 49px;
}
#mobileContentInner, td, div {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#mobileContentInner {
	padding: 5px;
}
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}
a:hover {
	text-decoration: none !important;
}
.mFoot {
	font-size: 11px;
	color: gray;
	line-height: 175%;
	padding: 40px 0 5px 0;
}
.box {
	background: #fff !important;
}
.boxBorder {
	background: #fff !important;
	border: 0 !important;
}
.box .title {
	color: #999 !important;
}
td {
	font-size: 12px;
}
.grayBoxTitle {
	//padding: 5px !important;
}
img {
	height: auto !important;
	max-width: 100% !important;
}
embed, iframe {
	max-width: 100% !important;
	width: auto !important;
	max-height: 137px;
}
.avatar, .avatar:hover, .avatarA:hover, .avatarA:hover img, a:hover .avatar {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}
.avatar img {
	padding: 0 !important;
}

.modTitleLink {
	padding: 1px 2px !important;
}
.streamTitle {
	margin: 2px 0 4px 0 !important;
}
#scrollable {
	padding: 0;
}
#profileTabsDiv {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	width: 310px;
	max-width: 310px;
}
#profileTabsDiv a, .seasonsBox a, .collapseSeeMore {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.repliesTop {
	margin-left: 0;
}
.commentPlaceholder {
	float: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: auto;
	resize: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 8px 12px;
	margin: 0;
	font-size: 13px;
	color: #999;
	height: 70px;
	border:1px solid #ddd;
	text-decoration: none;
}
.commentPlaceholder:hover {
	text-decoration: none;
}
.commentBoxIOS {
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
}
.box .title {
	font-size: 12px !important;
	text-transform: uppercase !important;
}
.carouselBlackBar {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 15px 15px 15px;
	font-weight: bold;
	width: 100%;
	text-align: left;
	-webkit-box-sizing: border-box;
}
.carouselPane {
	width: 310px;
	height: 170px;
	display: inline-block;
	position: relative;
	max-width: 100%;
	background-size: 100% auto;
}
.carouselPane .carouselBlackBar {
	background: rbga(0, 0, 0, 0.75) !important;
}

#carouselWrapper {
	width:100%;
	min-width:310px;
	height:170px;
}

#swipeview-slider > div {
	position:relative;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	overflow:hidden;
}

#swipeview-slider span {
	-webkit-box-sizing:border-box;
	display:block;
	padding:0;
}
#menuButton {
	position: absolute;
	top: 3px;
	left: 7px;
}
.menuButtonLink {
	margin-top: 5px;
	margin-right: 14px;
	padding: 5px 12px;
	font-size: 13px;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
	background: #000 !important;
	color: #777 !important;
	border: 1px solid #111 !important;
	box-shadow: 0 0 0 #000 !important;
	-webkit-box-shadow: 0 0 0 #000 !important;
	-moz-box-shadow: 0 0 0 #000 !important;
	opacity: 1;
}
.menuButtonBar {
	background: white;
	width: 19px;
	height: 3px;
	margin-bottom: 3px;
}
#mobileEye {
	position: absolute;
	top: 2px;
	right: -7px;
}
#eyeCount {
	float: left;
	margin-top: 5px;
	margin-right: 14px;
	padding: 5px 12px;
	background: #d32525;
	background: -webkit-gradient(linear, left top, left bottom, from(#d32525), to(#aa1e1e));
	background: -moz-linear-gradient(top, from(#d32525), to(#aa1e1e));
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #d6393e;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
	-webkit-text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 10px #d6393e;
	-webkit-box-shadow: 0 0 10px #d6393e;
	-moz-box-shadow: 0 0 10px #d6393e;
}

a.eyeLink {
	text-decoration: none;
}
a.eyeLink:hover #eyeCount, .eyeCountOpen {
	text-decoration: none !important;
	background: #da4848 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#da4848), to(#b84242)) !important;
	background: -moz-linear-gradient(top, from(#da4848), to(#b84242)) !important;
	border: 1px solid #dd595d !important;
}

.eyeGray, a.eyeLink:hover #eyeCount.eyeGray {
	background: #555555 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#444444)) !important;
	background: -moz-linear-gradient(top, from(#555555), to(#444444)) !important;
	color: #777 !important;
	border: 1px solid #555 !important;
	text-shadow: 1px 1px #333 !important;
	-webkit-text-shadow: 1px 1px #333 !important;
	box-shadow: 0 0 0 #000 !important;
	-webkit-box-shadow: 0 0 0 #000 !important;
	-moz-box-shadow: 0 0 0 #000 !important;
	opacity: 0.75 !important;
}
.alertIndividual {
	box-sizing:content-box;
	-moz-box-sizing:content-box; /* Firefox */
	-webkit-box-sizing:content-box; /* Safari */
}
.streamMessage {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.streamAttachmentImg {
	margin: 0;
}
.streamAttachmentImage {
	float: none;
	display: inline-block;
}
.streamAttachmentInfo {
	padding: 6px 0;
	display: block;
	max-width: 200px;
}