body {
	background: #fff;
	color: black;
	font-family: "Georgia", serif;
	font-size: 18px;
	line-height: 1.4em;
}

h1 {
	font-size: 58px;
}

article {
	max-width: 800px;
	margin: 0 auto;
}

p {
	clear: both;
}

img, hr {
	display: block;
	clear: both;
	margin: 0 auto;
}

q {
	display: block;
	color: green;
	float: left;
	margin: 0 0 1em 0;
}
q:before {content: "> ";}
q:after {content: no-close-quote;}

.twitter-tweet {
	display: block;
	clear: both;
	float:right;
	margin: 10px 1em 10px 0 !important;
}

.bubble {
	font-family: "Arial", sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: .5em 1em;
	background: #ddd;
	border-radius: .5em;
	max-width: 75%;
	position: relative;
}

	.bubble.left {
		float: left;
		margin-left: 1.5em;
	}
		.bubble.left:after
			{
			content: '';
			position: absolute;
			border-style: solid;
			border-width: 0.6em 1.5em 0.6em 0;
			border-color: transparent #ddd;
			display: block;
			width: 0;
			z-index: 1;
			left: -1.5em;
			top: 0.6em;
			}

	.bubble.right {
		float: right;
		margin-right: 1.5em;
	}
		.bubble.right:after
			{
			content: '';
			position: absolute;
			border-style: solid;
			border-width: 0.6em 0 0.6em 1.5em;
			border-color: transparent #ddd;
			display: block;
			width: 0;
			z-index: 1;
			right: -1.5em;
			top: 0.5em;
			}
	.bubble.dragan {
		background: #ccddff
	}
		.bubble.dragan:after {border-color: transparent #ccddff;}

	.bubble.audience {
		background: #6699ff;
	}
		.bubble.audience:after {border-color: transparent #6699ff;}

	.bubble.q1 {
		background: #ffeeaa;
	}
		.bubble.q1:after {border-color: transparent #ffeeaa;}

	.bubble.q2 {
		background: #aaeeaa;
	}
		.bubble.q2:after {border-color: transparent #aaeeaa;}