@charset "UTF-8";
/* CSS Document */

html, body{
	width: 310px;
}

#mobile{
	width: 310px;
	position: relative;
	float: left;
}
#content{
	position: relative;
	width: 310px;
	font-size: 1.2em;
}
#content p{
	position: relative;
	display: block;
	float: left;
	clear: both;
	width: 300px;
}
#content .center{
	text-align: center;
}
#header{
	position: relative;
	text-align: center;
	margin: 0 auto;
}

#output{
	width: 310px;
	min-height: 100px;
}

#output img{
	position: relative;
	float: left;
}
#output div.drinktext{
	position: relative;
	float: left;
	clear: none;
	width: 150px;
	max-width: 150px;
}
#output a{
	display: none;
}
#output .drink a{
	display: inline;
}
#output a.addthis_button_compact{
	display: block;
}
h2{
	color: #A0CF67;
}
