html
{
	padding: 0 48px;
}

body
{
	line-height: 2;	/* 24px/16px */
	font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #404040;
}

#set-logo
{
	width:100%;
	max-width: 320px;
	/*position: fixed;*/
	margin: 0 auto;
	margin-bottom: 48px;
	display:block;
}


h1
{
	font-size: 3.75em; /* 60px/16px */
	font-weight: 500;
	line-height: 1.2em; /* 48px/48px */
	margin: .4em 0;		/* 24px/60px */
}

.main a
{
	text-decoration: none;
	word-wrap: break-word;
}

.main ul
{
	margin-left: 0;
	margin-top: 1.5em; /* 36px/16px */
	padding: 0;
	margin-bottom: 96px;
}

.main li
{
	list-style-type: none;
	margin-bottom: 1.5em; /* 24px/16px */
	background-color: #eee;
	overflow: hidden;
	padding: 0.75em; /* 12px/16px */

	/* Let’s make sure long uninterrupted text doesn’t break our design */
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.main li img
{
	float: left;
	margin-right: 1.5em; /* 36px/16px */
	width: 6.25em; /* 100px/16px */
	height: 6.25em; /* 100px/16px */
	border: 1px solid #252525;
	margin-top: 0;
	margin-bottom: 0;
}

p
{
	margin-top: 0;
	margin-right: 1.5em; /* 36px/16px */
	word-wrap: break-word;
}

p:last-child
{
	margin-bottom: 0;
}


.user, [itemprop='mention']
{
	font-size: 0.75em; /* 12px/16px */
	text-decoration: none;
	color: white;
	background-color: #aaa;
	padding: 0.25em 0.5em; /* 3px/12px 6px/12px */
	border-radius: 10px;
	vertical-align: baseline;
	margin-right: 0.5em; /* 6px/12px */
}

[itemprop='mention']
{
	background-color: rgba(56,146,227,0.73);
}

[itemprop='mention'] a
{
	color: white;
}

[itemprop='hashtag']
{
	background-color: rgba(56,146,227,0.41);

	font-style: italic;
}

[itemprop='hashtag'] a
{
	color: #404040; /* Regular body text color */
}

[itemprop='mention'], [itemprop='hashtag']
{
	/* Don’t break mentions or hashtags */
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	hyphens: manual;

}

[data-set-if='error']
{
	background-color: transparent;
	color: #E33838;
}

#progress-indicator
{
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	left: 50%; /* centre */
	margin-left: -8px; /* offset centre by half width of loading graphic */
}

.hide
{
	display:none;
}

button
{
    display: block;
    width: 200px;
    height: 30px;
    font-size: 16px;
    margin: 12px auto;
}

#refresh-timeline {
	margin: 12px auto 56px auto;
}

@media all and (max-width:524px)
{
	html {
		padding: 0 12px;
	}

	body {
		font-size:14px;
	}

	h1
	{
		font-size:1.8em;
	}
}
