body{
	background: rgb(2,148,195);
	background: linear-gradient(45deg, rgba(2,148,195,1) 0%, rgba(1,55,93,1) 100%);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.logo{
	display: block;
	margin: 0 auto 20px;
	width: 80%;
	max-width: 400px;
	padding: 10px 20px;
}
h1,h2{
	text-align: center;
	color: white;
}
h1{
	font-weight: 300;
	margin-bottom: 5px;
}
h2{
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 30px;
}
a{
	color: inherit;
	font-weight: 800;
	text-decoration: none;
}
a:hover{
	color: inherit;
	opacity: .9;
}
.juicer-feed h1.referral{
	display: none;
}

.juicer-feed.modern li.feed-item {
    padding: 0;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 6px;
    box-shadow: 0px 3px 6px rgba(0,0,0,.2);
}
.copyright{
	font-size: 10px;
	color: white;
	opacity: .8;
	text-align: center;
	line-height: 150%;
}
.copyright a{
	text-decoration: none;
	font-weight: 700;
	color: white;
}
.copyright a:hover{
	opacity: 1;
}