/* Icons */
.sprite {
	display: block;
	background: url(images/sprites.png) no-repeat top left;
}
.sprite.size-16px {
	width: 16px;
	height: 16px;
}
.sprite.size-12px {
	width: 12px;
	height: 12px;
}
.sprite.spinner {
	animation: spinner 1s cubic-bezier(0.25, 0.5, 1, 1) 0s infinite;
}
.sprite.centered {
	position: absolute;
	top: 50%;
	left: 50%;
}
.sprite.centered.size-12px {
	margin-top: -6px;
	margin-left: -6px;
}
.sprite.centered.size-16px {
	margin-top: -8px;
	margin-left: -8px;
}
@keyframes spinner {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.sprite.size-12px.icon-close {
	background-position: 0px 0px;
}
.sprite.size-16px.icon-close {
	background-position: 0px -16px;
}
.sprite.size-12px.icon-search {
	background-position: -16px 0px;
}
.sprite.size-16px.icon-search {
	background-position: -16px -16px;
}
.sprite.size-12px.icon-loading {
	background-position: -32px 0px;
}
.sprite.size-16px.icon-loading {
	background-position: -32px -16px;
}
.sprite.size-12px.icon-hamburger {
	background-position: -48px 0px;
}
.sprite.size-16px.icon-hamburger {
	background-position: -48px -16px;
}
.sprite.size-12px.icon-cross {
	background-position: -64px 0px;
}
.sprite.size-16px.icon-cross {
	background-position: -64px -16px;
}
.sprite.size-12px.icon-checkmark {
	background-position: -80px 0px;
}
.sprite.size-16px.icon-checkmark {
	background-position: -80px -16px;
}
.sprite.size-12px.icon-sort-asc {
	background-position: -96px 0px;
}
.sprite.size-16px.icon-sort-asc {
	background-position: -96px -16px;
}
.sprite.size-12px.icon-sort-desc {
	background-position: -112px 0px;
}
.sprite.size-16px.icon-sort-desc {
	background-position: -112px -16px;
}
.sprite.size-12px.icon-add {
	background-position: -128px 0px;
}
.sprite.size-16px.icon-add {
	background-position: -128px -16px;
}
.sprite.stars {
	width: 60px;
	height: 12px;
}
.sprite.icon-5stars {
	background-position: 0px -32px;
}
.sprite.icon-4stars {
	background-position: -12px -32px;
}
.sprite.icon-3stars {
	background-position: -24px -32px;
}
.sprite.icon-2stars {
	background-position: -36px -32px;
}
.sprite.icon-1stars {
	background-position: -48px -32px;
}
.sprite.icon-0stars {
	background-position: -60px -32px;
}

/* Header */
#header {
	height: 130px;
	overflow: hidden;
	background: #4743B5 url(images/header.png) top left;
}
#header .wrapper {
	position: relative;
	z-index: 100;
	margin-top: -130px;
}
#header .preview {
	background-image: url(images/twitch-header.jpg);
	background-position: center center;
	background-size: cover;
	height: 130px;
	width: 100%;
	opacity: 0.55;
}
#header h1 {
	color: #ffffff;
	line-height: 130px;
	height: 130px;
	text-shadow: 2px 2px 0px #000000;
}
#header .hamburger {
	cursor: pointer;
	background-color: #ffffff;
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 10px;
	position: relative;
}

/* Main */
#main {
	margin-bottom: 30px;
	overflow: auto;
}

/* Navigation */
#navigation {
	height: 40px;
	background-color: #ffffff;
	margin-bottom: 20px;
	overflow: hidden;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.55);
}
#navigation ul {
	list-style-type: none;
	font-size: 16px;
	font-size: 1.6rem;
}
#navigation > .wrapper > ul > li {
	float: left;
	margin-right: 25px;
	line-height: 40px;
}
#navigation ul > li > ul {
	display: none;
	z-index: 999;
	position: absolute;
	background-color: #ffffff;
	max-width: 150px;
	overflow: hidden;
	padding: 0px 30px 5px 10px;
	box-shadow: 0px 3px 4px rgba(0,0,0,0.5);
}
#navigation ul > li > ul > li {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 26px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#navigation ul > li:hover > ul {
	display: block;
}
#navigation ul li a {
	text-decoration: none;
	color: inherit;
}

/* Sidebar */
#main .sidebar {
	width: 160px;
	float: right;
	overflow: hidden;
}

#main .sidebar .ad .adsbygoogle {
	width: 160px;
	height: 600px;
}

#main .ad.leaderboard {
	text-align: center;
	max-width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

/* Content */
#main .content {
	margin-right: 160px;
	padding-right: 20px;
}
#main.navigation .content {
	margin-right: 0;
	padding-right: 0;
	margin-left: 180px;
	padding-left: 20px;
}
#main.two-column .sidebar {
	width: 450px !important;
	display: block !important;
}
#main.two-column .content {
	margin-right: 450px !important;
	padding-right: 20px !important;
}

.content > .header,
.sidebar > .header {
	line-height: 40px;
	margin-bottom: 10px;
	overflow: hidden;
}
.content > .header h2,
.sidebar > .header h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content > .header h2 {
	width: 50%;
	float: left;
}
.content > .header h2.wide {
	float: none;
	width: auto;
}

/* Menu */
.content > .header > .menu {
	float: right;
	width: 50%;
	overflow: auto;
}
.content > .header > .menu div.frame {
	float: left;
	margin: 5px 0;
	width: 50%;
}
.content > .header > .menu div.frame > div {
	margin: 0 3px;
}
.content > .header > .menu div.frame:first-child > div {
	margin-left: 0px;
}
.content > .header > .menu div.frame:last-child > div {
	margin-right: 0px;
}

/* Search Input */
.search {
	overflow: auto;
	position: relative;
}
.search > .button {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
}
.search > .button > input,
.search > .button > button {
	width: 30px;
	padding: 7px;
	background-color: transparent !important;
}
.search > .query > input {
	padding-right: 35px;
}
.search > .button > button > .sprite {
	opacity: 0.5;
}
.search > .button > button:focus > .sprite,
.search > .button > button:hover > .sprite {
	opacity: 0.9;
}

/* Sort Input */
.sort {
	overflow: auto;
	position: relative;
}
.sort > .dropdown {
	margin-right: 30px;
}
.sort > .button {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
}
.sort > .button > input,
.sort > .button > button {
	width: 30px;
	height: 30px;
	padding: 7px;
	background-color: #ffffff !important;
	border: 1px solid #dddddd;
	border-left: 0px;
}

.sort > .button > button > .sprite {
	opacity: 0.5;
}
.sort > .button > button:focus > .sprite,
.sort > .button > button:hover > .sprite {
	opacity: 0.9;
}

/* Text */
.text p, .text ul, .text ol {
	margin-bottom: 15px;
	line-height: 20px;
}
.text ul, .text ol {
	margin-left: 30px;
}
.text ul li, .text ol li {
	margin-bottom: 3px;
}

/* Error Page */
.content .error-page {
	margin: 25px 0;
	text-align: center;
}
.content .error-page h2 {
	font-weight: normal;
	font-size: 36px;
	font-size: 3.6rem;
}
.content .error-page h3 {
	font-weight: normal;
	font-size: 18px;
	font-size: 1.8rem;
}

/* Boxes */
.boxes {
	overflow: auto;
	margin: 0 -6px;
}
.boxes.wide-spacing {
	margin: 0 -10px;
}
.boxes > .frame {
	width: 33.3333%;
	float: left;
}
.boxes > .frame > .box {
	margin: 0 6px 12px 6px;
}
.boxes.wide > .frame {
	width: 50%;
}

/* Columns */
.columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-ms-column-count: 3;
	-o-column-count: 3;
	column-count: 3;

	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	-ms-column-gap: 12px;
	-o-column-gap: 12px;
	column-gap: 12px;
}
.columns > .frame {
	display: inline-block;
	width: 100%;
}

/* Box */
.box {
	/* background-color: #ffffff; */
	/* border: 1px solid #cccccc; */
	/* padding: 5px; */
	/* margin-bottom: 12px; */
}

.box .header h2 {
	font-weight: normal;
	font-size: 18px;
	font-size: 1.8rem;
}

.box .header h3 {
	font-weight: normal;
	font-size: 18px;
	font-size: 1.8rem;
}

/* User List */
.box.user {
	height: 40px;
}
.box.user .thumbnail {
	margin-right: 10px;
	float: left;
}
.box.user .thumbnail img {
	height: 40px;
	width: 40px;
	display: block;
}
.box.user .info > div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box.user .info {
	padding: 2px 0;
}
.box.user .info .user {
	line-height: 20px;
}
.box.user .info .detail {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	color: #666666;
}
.box.user a {
	color: inherit;
	border: 0;
	outline: 0;
	text-decoration: none;
}

/* Emoticons */
.box.emoticons { }
.box.emoticons .username {
	text-align: center;
}
.box.emoticons .username a {
	text-decoration: none;
	color: inherit;
}
.box.emoticons .icons {
	overflow: auto;
}
.box.emoticons .icons .icon {
	width: 33.3333%;
	float: left;
	text-align: center;
	margin: 5px 0;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
}
.box.emoticons .icons .icon a {
	display: block;
	outline: none;
	padding: 0 5px;
}
.box.emoticons .icons .icon img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

/* Channel Info Box */
.box.info {
	margin-bottom: 15px;
}
.box.info ul {
	list-style-type: none;
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.box.info ul li {
	margin-bottom: 3px;
}
.box.info ul li:last-child {
	margin-bottom: 0;
}
.box.info.emoticons .icons .icon {
	width: 10%;
}

/* Videos List */
.videos { }
.videos .video {
	margin-bottom: 10px;
	height: 70px;
}
.videos .video:last-child {
	margin-bottom: 0px;
}
.videos .video .thumbnail {
	float: left;
	margin-right: 10px;
	width: 100px;
    overflow: hidden;
    height: 56px;
}
.videos .video a {
	color: inherit;
	text-decoration: none;
}
.videos .video .thumbnail img {
	width: 100px;
	display: block;
	margin-top: -10px;
}
.videos .video .info {
	padding: 2px 0;
}
.videos .video .info > div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.videos .video .info .title {
	line-height: 20px;
	margin-bottom: 5px;
}
.videos .video .info .views, .videos .video .info .length {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	color: #666666;
}

/* Pagination */
.pagination {
	/* margin-top: 12px; */
	/* border-top: 1px solid #aaaaaa; */
}
.pagination ul {
	margin: -1px 0 0 0;
	list-style-type: none;
	overflow: hidden;
	height: 38px;
}
.pagination ul li {
	float: left;
	line-height: 36px;
	width: 11.1111%;
	max-width: 40px;
	height: 36px;
	text-align: center;
	border: 1px solid #aaaaaa;
	background-color: #f8f8f8;
	border-left: 0px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #666666;
	box-sizing: border-box;
}
.pagination ul li:first-child {
	border-left: 1px solid #aaaaaa;
}
.pagination ul li.active {
	border-top: 1px solid transparent;
	color: #222222;
}
.pagination ul li a {
	color: inherit;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

/* FAQ */
.faq { }
.faqs .faq {
	margin-bottom: 15px;
}
.faqs .faq .question {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.faqs .faq .answer {
	color: #666666;
	font-size: 14px;
	font-size: 1.4rem;
}
.faqs .faq:last-child {
	/* margin-bottom: 0px; */
}

/* Chat Token */
.box.chat-token {
	/* padding: 15px; */
	/* max-width: 550px; */
	margin-left: auto;
	margin-right: auto;
}
.box.chat-token .generate {
	margin-left: auto;
	margin-right: auto;
}
.box.chat-token .method {
	margin-bottom: 20px;
}
.box.chat-token .method:last-child {
	margin-bottom: 0px;
}
.box.chat-token code {
	font-family: monospace;
	background-color: #f0f0f0;
	border: 1px solid #dddddd;
	display: block;
	padding: 10px;
}
.box.chat-token code div {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* Tool Info */
.tool-details { }
.tool-details .tool {
	/* margin-bottom: 20px; */
	/* padding: 3px 0 3px 10px; */
	/* border-left: 1px solid #17141f; */
}
.tool-details .tool:last-child {
	margin-bottom: 0px;
}
.tool-details .tool .title {
	line-height: 24px;
	line-height: 2.4rem;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 5px;
}

/* Messages & Input Bar */
.message, .input-bar {
	margin-bottom: 15px;
	color: #ffffff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.input-bar {
	background-color: #ececec;
	margin-bottom: 30px;
}
.message .action,
.input-bar .action {
	-moz-box-flex: none;
	-webkit-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	flex: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.message .action button,
.input-bar .action button {
	-moz-box-flex: none;
	-webkit-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	flex: none;
}
.message .inner,
.input-bar .inputs {
	padding: 15px;
	overflow: auto;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;

}
.message.success {
	background-color: #63A9FF;
}
.message.error {
	background-color: #FF5858;
}
.input-bar .inputs div.frame {
	float: left;
}
.input-bar .inputs div.frame div.input {
	padding: 0 5px 0 0;
}
.input-bar .inputs div.frame:last-child div.input {
	padding: 0px !important;
}
.input-bar .action button {
	background-color: #d6d6d6;
	color: #222222;
}

/* Events */
.events { }
.events div.no-results {
	padding: 0;
	background: none;
	border: 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.events h3 {
	font-weight: normal;
	margin-bottom: 10px;
}
.events a {
	text-decoration: none;
	color: inherit;
}
.events .event {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #eeeeee;
	height: 50px;
}
.events .event .image {
	height: 50px;
	width: 50px;
	float: left;
	margin-right: 10px;
}
.events .event .image a {
	display: block;
	width: 100%;
	height: 100%;
}
.events .event .image img {
	display: block;
	width: 100%;
	height: 100%;
}
.events .event .info {
	padding: 7px 0;
}
.events .event .info > div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.events .event .info .title {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	line-height: 2rem;
}
.events .event .info .timestamp {
	font-size: 12px;
	font-size: 1.2rem;
	color: #666666;
	line-height: 16px;
	line-height: 1.6rem;
}
.events .add {
	margin-top: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	color: #666666;
}

/* Following Length Results */
.following-length {
	padding: 30px;
	text-align: center;
	border: 1px solid #4743b5;
	background-color: #fff;
}
.following-length .headline {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 20px;
	color: #4743b5;
}


/* Footer */
#footer {
	background-color: #333333;
	color: #cccccc;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 18px;
	line-height: 1.8rem;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px 0;
	min-width: 100%;
	max-height: 80px;
	overflow: hidden;
}
#footer .links {
	float: left;
	width: 50%;
}
#footer .legal {
	text-align: right;
	float: right;
	width: 50%
}
#footer .legal .thirdparty {
	font-size: 12px;
	font-size: 1.2rem;
	color: #888888;
}
#footer .links ul {
	list-style-type: none;
}
#footer .links ul li {
	display: inline-block;
	margin-right: 10px;
}
#footer a {
	text-decoration: none;
	color: inherit;
}

/* Citations */
div.citations {
	border-top: 1px solid #dddddd;
	margin-top: 15px;
	padding-top: 5px;
	font-size: 1.4rem;
	font-size: 14px;
}
div.citations cite {
	padding: 10px;
	font-style: normal;
	display: block;
	border: 1px solid transparent;
}
div.citations cite:target {
	background-color: #eaeaea;
	border: 1px solid #dddddd;
}

/* No Results */
div.no-results {
    padding: 10px;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
}
div.no-results .headline {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
	line-height: 2.4rem;
	margin-bottom: 10px;
}

/* Services Fiverr */
.content .services { }
.content .services .service {
	margin: 0 10px 20px 10px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	padding: 5px;
}
.content .services .service a {
	text-decoration: none;
	display: block;
	color: inherit;
}
.content .services .service .image {
	margin-bottom: 5px;
	height: 150px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.content .services .service h3 {
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 18px;
	line-height: 1.8rem;
	height: 36px;
	height: 3.6rem;
	overflow: hidden;
}
.content .services .service .details {
	height: 20px;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #eeeeee;
}
.content .services .service .details .rating {
	float: left;
	width: 60px;
}
.content .services .service .details .rating .sprite.stars {
	margin: 4px 0;
}
.content .services .service .details .price {
	color: #3fad3f;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
	margin-left: 75px;
	line-height: 20px;
}
.content .services .service .details .price .large {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Stats */
.content.stats {

}
.inline-navigation {
	float: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	width: 180px;
	padding: 15px 0;
}
.inline-navigation a {
	color: inherit;
	text-decoration: none;
}
.inline-navigation > .header {
	display: none;
	height: 42px;
	line-height: 42px;
}
.inline-navigation > .header > .hamburger {
	height: 42px;
	width: 42px;
	cursor: pointer;
	position: relative;
	float: left;
}
.inline-navigation > .header > .page {
	margin-left: 42px;
}
.inline-navigation > .header > .page > div {
	float: left;
	padding: 0 15px;
}
.inline-navigation > .header > .page > .viewing {
	border-right: 1px solid #dddddd;
	padding-left: 0;
	padding-right: 15px;
}
.inline-navigation > .header > .page > .category,
.inline-navigation > .header > .page > .subcategory {
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
}
.inline-navigation > .header > .page > .category::after {
	content: "";
    display: block;
    height: 0px;
    width: 8px;
    border-top: 1px solid #666666;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-right: -4px;
}
.inline-navigation ul {
	list-style-type: none;
}
.inline-navigation ul li div {
	padding: 5px 20px;
}
.inline-navigation > ul > li {
	margin-bottom: 10px;
}
.inline-navigation > ul > li:last-child {
	margin-bottom: 0px;
}
.inline-navigation ul ul li div {
	color: #666666;
	font-size: 14px;
	font-size: 1.4rem;
	padding-left: 35px;
}
.inline-navigation ul ul li.active div {
	background-color: #efefef;
}

/* Legend */
.chart-legend {
	overflow: auto;
	margin: 0px -6px 10px -6px;
}
.chart-legend > div.frame {
	float: left;
	width: 25%;
}
.chart-legend > div.frame > div.item {
	margin: 0 5px 10px 5px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	height: 28px;
	line-height: 28px;
	position: relative;
}
.chart-legend > div.frame > div.item div.input {
	margin: 0 28px 0 0;
}
.chart-legend > div.frame > div.item div.input > input {
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 5px;
	border: 0;
}
.chart-legend > div.frame > div.item label {
	height: 28px;
	border-left: 4px solid transparent;
	margin: 0 28px 0 0;
	padding: 0 10px;
	font-size: 14px;
	font-size: 1.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.chart-legend > div.frame > div.item button {
	width: 28px;
	height: 28px;
	background-color: #ffffff !important;
	padding: 0;
	border-left: 1px solid #dddddd;
	position: absolute;
	top: 0px;
	right: 0px;
}
.chart-legend > div.frame > div.item button .sprite,
.chart-legend > div.frame > div.item button[disabled]:hover .sprite {
	opacity: 0.3;
}
.chart-legend > div.frame > div.item button:hover .sprite {
	opacity: 0.6;
}


/* Data Set */
.data-set {
	overflow: auto;
}
.data-set > .item {
	float: left;
	border: 1px solid #cccccc;
	height: 24px;
	line-height: 24px;
	background-color: #ffffff;
	font-size: 13px;
	font-size: 1.3rem;
}
.data-set > .item > .color-bar {
	border-left: 4px solid transparent;
	margin-right: 10px;
	height: 100%;
}

/* Spreadsheet Table */
.spreadsheet {
	font-size: 14px;
	font-size: 1.4rem;
}
.spreadsheet .header {
	overflow: hidden;
}
.spreadsheet .subtitle {
	font-size: 12px;
	font-size: 1.2rem;
	color: #666666;
	text-align: center;
}
.spreadsheet .header div {
	float: left;
	border-right: 1px solid #3d3d3d;
	background-color: #4c4c4c;
	color: #ffffff;
	font-weight: normal;
	height: 32px;
	line-height: 22px;
	text-align: left;
	padding: 5px;
	box-sizing: border-box;
	overflow: hidden;
    text-overflow: ellipsis;
}
.spreadsheet .header div:first-child {
	border-right: 1px solid #3d3d3d;
}
.spreadsheet .header div:last-child {
	float: none;
}
.spreadsheet .scroll {
	height: 300px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-bottom: 10px;
}
.spreadsheet table {
	border-collapse: collapse;
	width: 100%;
}
.spreadsheet table tbody tr td {
	padding: 5px;
	height: 18px;
	line-height: 18px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 0;
}


/* Contact Form */
form.contact label.input {
	max-width: 300px;
}

/* Progress Box */
.progress-box {
	background-color: #ececec;
	margin-bottom: 30px;
	padding: 15px;
}
.progress-box .header {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 18px;
	line-height: 1.8rem;
	text-align: center;
	margin-bottom: 10px;
}
.progress-box .subtitle {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	line-height: 1.6rem;
	color: #666666;
	margin-bottom: 10px;
	text-align: center;
}
.progress-box .progress {
	max-width: 400px;
	height: 26px;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	position: relative;
}
.progress-box .progress span {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 26px;
	margin-right: 5px;
	position: relative;
	background-color: rgba(35, 33, 111, 0.5);
	border-radius: 5px;
	color: #fff;
	padding: 3px 5px;
}
.progress-box .progress .fill {
	height: 26px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1%;
	background: #4743B5 url(images/header.png);
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	-ms-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;

	-webkit-animation: progress 5s linear 0s infinite;
	-moz-animation: progress 5s linear 0s infinite;
	-ms-animation: progress 5s linear 0s infinite;
	-o-animation: progress 5s linear 0s infinite;
	animation: progress 5s linear 0s infinite;
}

@-webkit-keyframes progress {
	from { background-position: 0px 0px; }
	to { background-position: -100px 0px; }
}
@-moz-keyframes progress {
	from { background-position: 0px 0px; }
	to { background-position: -100px 0px; }
}
@-ms-keyframes progress {
	from { background-position: 0px 0px; }
	to { background-position: -100px 0px; }
}
@-o-keyframes progress {
	from { background-position: 0px 0px; }
	to { background-position: -100px 0px; }
}
@keyframes progress {
	from { background-position: 0px 0px; }
	to { background-position: -100px 0px; }
}

/* Inputs */
label {
	display: block;
	margin-bottom: 10px;
	position: relative;
	cursor: text;
}
label > span {
	position: absolute;
	top: 12px;
	left: 10px;
	color: #666666;
}
label > input,
label > textarea {
	padding: 20px 10px 4px 10px;
}
label > input:focus + span,
label > input:valid + span,
label > textarea:focus + span,
label > textarea:valid + span {
	font-size: 12px;
	font-size: 1.2rem;
	top: 6px;
}
input[type="text"], select, textarea, button {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 12px 10px;
	border: 1px solid #dddddd;
	outline: none;
	background-color: #ffffff;
	color: #222222;
	box-sizing: border-box;
	transition: border-color 0.2s;
	width: 100%;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input.thin, select.thin, textarea.thin, button.thin {
	padding: 5px;
	height: 30px;
}
input[readonly], select[readonly], textarea[readonly] {
	background-color: #f0f0f0;
	border-color: #dddddd !important;
}
textarea {
	resize: vertical;
	max-height: 250px;
	min-height: 120px;
	height: 120px;
}
input:focus, select:focus, textarea:focus, button:focus {
	border-color: #aaaaaa;
}
button, input[type="submit"] {
	width: auto;
	background-color: #333333;
	color: #ffffff;
	border: 0;
	cursor: pointer;
}
button:focus,
input[type="submit"]:focus {
	color: #ffffff !important;
	background-color: #2480f3 !important;
}

/* Make site look nice for adblock users, even though
 * they make me angry >:(
 */
body.ad-free #main .content {
	margin-right: 0 !important;
	padding-right: 0 !important;
}
body.ad-free #main .sidebar,
body.ad-free #main .sidebar .ad
body.ad-free #main .sidebar .ad .adsbygoogle {
	display: none !important;
}
body.ad-free .wrapper {
	max-width: 750px;
}

/* Text Bar */
.text-bar {
	line-height: 14px;
	height: 14px;
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}
.text-bar::before {
	content: '';
	display: block;
	line-height: 0px;
	border-bottom: 1px solid #cccccc;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 7px;
	z-index: -1;
}
.text-bar .text {
	display: inline-block;
	height: 14px;
	background-color: #f8f8f8;
	color: #666666;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 5px;
	max-width: 75%;
}
.text-bar .text a {
	display: block;
	color: #666666;
	text-decoration: none;
	height: 100%;
}
.text-bar .text div {
	overflow: hidden;
	margin: 0 2px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.text-bar .text .sprite {
	border: 1px solid transparent;
	float: left;
	opacity: 0.5;
}

@media (max-width: 900px) {
	.columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-ms-column-count: 2;
		-o-column-count: 2;
		column-count: 2;
	}
	.boxes > .frame {
		width: 50%;
	}
	.box.info.emoticons .icons .icon {
		width: 20%;
	}
	#main .content {
		margin-right: 160px;
	}
	#footer .links, #footer .legal {
		width: auto;
		float: none;
		text-align: center;
	}
	#footer .links {
		margin-bottom: 5px;
	}

	#main.two-column .sidebar {
		width: 300px !important;
	}
	#main.two-column .content {
		margin-right: 300px !important;
	}
}

@media (max-width: 800px) {
	#header {
		margin-bottom: 20px;
		background-image: none;
		box-shadow: 0px 1px 2px rgba(0,0,0,0.55);
		border-bottom: 5px solid #ffffff;
		height: 50px;
	}
	#header .preview {
		height: 50px;
	}
	#header .wrapper {
		margin-top: -50px;
	}
	#header h1 {
		height: 50px;
		line-height: 50px;
		font-size: 28px;
		font-size: 2.8rem;
	}

	.mobile {
		display: block;
	}
	#main .content {
		margin-right: 120px;
	}

	#main .sidebar {
		width: 120px;
	}
	#main .sidebar .ad .adsbygoogle {
		width: 120px;
		height: 600px;
	}

	/* Mobile Navigation */
	#navigation {
		display: none;
		margin: -20px 0 0 0;
		height: auto;
		box-shadow: none;
	}
	body.show-nav #navigation {
		display: block;
	}
	body.show-nav #main {
		display: none;
	}
	body.show-nav {
		background-color: #ffffff;
	}
	#navigation > .wrapper {
		padding: 0;
	}
	#navigation > .wrapper > ul li {
		font-size: 16px;
		font-size: 1.6rem;
		float: none;
		line-height: normal;
		padding-bottom: 3px;
		margin: 0 0 3px 0;
		border-bottom: 1px solid #eee;
		padding: 10px 25px;
	}
	#navigation ul > li.dropdown {
		padding: 0px !important;
	}
	#navigation ul > li.dropdown > a {
		display: none;
	}
	#navigation ul > li > ul {
		display: block;
		position: static;
		background-color: transparent;
		max-width: none;
		overflow: auto;
		padding: 0;
		box-shadow: none;
	}
	#navigation ul > li:last-child {
		border-bottom: 0;
	}

	/* Menu */
	.content > .header h2,
	.sidebar > .header h2 {
		float: none;
		width: auto;
	}
	.content > .header > .menu {
		float: none;
		width: auto;
	}
	.content > .header > .menu div.frame {
		margin: 0;
	}
	.content > .header > .menu div.frame > div {
		margin: 0 5px;
	}

	/* Chart Legend */
	.chart-legend > div.frame {
		width: 33.3333%;
	}
}

@media (max-width: 700px) {
	#main.two-column .sidebar {
		display: none !important;
	}
	#main.two-column .content {
		margin: 0 !important;
		padding: 0 !important;
	}
	#main.navigation .content {
		margin: 0;
		padding: 0;
	}
	.inline-navigation {
		float: none;
		width: auto;
		margin-bottom: 20px;
		padding: 0px;
	}
	.inline-navigation.expanded {
		padding-bottom: 15px;
	}
	.inline-navigation.expanded > .header {
		margin-bottom: 15px;
		border-bottom: 1px solid #cccccc;
	}
	.inline-navigation > ul {
		display: none;
	}
	.inline-navigation > .header {
		display: block;
	}

	.inline-navigation.expanded > ul {
		display: block;
	}
}

@media (max-width: 620px) {
	.wrapper {
		padding: 0 10px;
		width: auto;
	}
	#navigation > .wrapper > ul li {
		padding: 10px 15px;
	}
	#main .content {
		margin: 0;
		padding: 0;
	}
	#main .sidebar {
		display: none;
	}
	#main .sidebar .ad .adsbygoogle {
		width: 0;
		display: none;
	}
	.boxes > .frame {
		width: 50%;
	}
	.box.info.emoticons .icons .icon {
		width: 20%;
	}
	.columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-ms-column-count: 2;
		-o-column-count: 2;
		column-count: 2;
	}
}

@media (max-width: 550px) {
	.boxes.wide > .frame {
		width: 100%;
	}
}

@media (max-width: 450px) {
	.boxes > .frame {
		width: 100%;
	}
	.columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-ms-column-count: 1;
		-o-column-count: 1;
		column-count: 1;
	}
	.box.info.emoticons .icons .icon {
		width: 33.3333%;
	}
	.input-bar .inputs div.frame {
		width: 100%;
		float: none;
	}
	.input-bar .inputs div.frame div.input {
		padding: 0 0 5px 0;
	}

	.chart-legend > div.frame {
		width: 50%;
	}
}

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