﻿blockquote {
	margin: 1.5em 10px;
	padding: 0.5em 10px;
    font-size:1.2em;
    opacity:.8;
    font-style:italic;
}

	blockquote p {
		display: inline;
	}

.globalformats_Pullquote {
	display: block;
	border-top: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
	text-align: center;
    font-size:1.2em;
    opacity:.8;
	margin: 1.5em 1em;
	padding: 1em;
}

a.globalformats_Button {
	display: inline-block;
	margin: 10px 0;
	text-align: center;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(0,0,0,.6);
	color: white;
	-webkit-transition: all 80ms ease-in-out;
	-moz-transition: all 80ms ease-in-out;
	-o-transition: all 80ms ease-in-out;
	transition: all 80ms ease-in-out;
	border-radius: 4px;
	text-decoration: none;
}
