.container p {
	margin: 0;
}

#banner {
	padding: 3em 0em 3em 0em;
}

#banner .logo {
	margin-bottom: 1em;
}

.wrapper.style1 {
    background-color: #141067;
}

.wrapper.style4 {
	padding-top: 3em;
	padding-bottom: 3em;
}

.wrapper.style5 {
	padding-top: 3em;
	padding-bottom: 2em;
}

.wrapper.style5 {
	text-align: left;
	background-color: #163F94;
}

.wrapper.style5 a:link,
.wrapper.style5 a:visited,
.wrapper.style5 a:hover {
	text-decoration: none;
	color: white;
}

.wrapper.style5 h1 {
	font-size: 2em !important;
	margin-bottom: 0.5em;
}

.wrapper.style5 .subtitle {
	font-style: italic;
}

.wrapper.style5 p {
	margin-bottom: 1em;
}

.wrapper.style5 h2 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

.wrapper.style5 p.quote {
	font-style: italic;
}

.wrapper.style5 p.quote-source {
	margin-left: 2em;
}

a.appstore {
	text-decoration: none;
	width: 180px;
	height: 52px;
}

#copyright {
	padding-top: 1em;
	padding-bottom: 1em;
}

.text-centered {
	text-align: center;
}

ul.icons li {
	padding-left: 1em;
	padding-right: 1em;
}

ul.icons li:first-child {
	padding-left: 1em;
}

ul.icons: {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

#copyright {
	text-transform: none;
}

.aotm-content p {
	margin-bottom: 1em;
}

.aotm-content h1 {
	margin-top: 1em;
	margin-bottom: 1em;
}

.manual-button {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2c404c), color-stop(1, #2c334c));
	background:-moz-linear-gradient(top, #2c404c 5%, #2c334c 100%);
	background:-webkit-linear-gradient(top, #2c404c 5%, #2c334c 100%);
	background:-o-linear-gradient(top, #2c404c 5%, #2c334c 100%);
	background:-ms-linear-gradient(top, #2c404c 5%, #2c334c 100%);
	background:linear-gradient(to bottom, #2c404c 5%, #2c334c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c404c', endColorstr='#2c334c',GradientType=0);
	background-color:#2c404c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
}
.manual-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2c334c), color-stop(1, #2c404c));
	background:-moz-linear-gradient(top, #2c334c 5%, #2c404c 100%);
	background:-webkit-linear-gradient(top, #2c334c 5%, #2c404c 100%);
	background:-o-linear-gradient(top, #2c334c 5%, #2c404c 100%);
	background:-ms-linear-gradient(top, #2c334c 5%, #2c404c 100%);
	background:linear-gradient(to bottom, #2c334c 5%, #2c404c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c334c', endColorstr='#2c404c',GradientType=0);
	background-color:#2c334c;
}
.manual-button:active {
	position:relative;
	top:1px;
}

.figure {
    text-align: center;
}

.container .figure p {
    margin-bottom: 0;
}

.figure img {
    width: 320px;
}

div.figure {
    margin-bottom: 1em;
}

.figure p {
    font-size: 70%;
    font-weight: bold;
}

ol.org-ol {
    list-style: decimal;
    margin-left: 2em;
}

.wrapper.style4 .container p {
    margin-bottom: 1em;
}

.container h1 {
    font-size: 150%;
    margin-top: 1em;
    margin-bottom: 1em;
}
.container h2 {
    font-size: 120%;
    margin-bottom: 1em;
}
.homepage .container h2 {
    margin-bottom: 0em;
}
.homepage section.hero p {
    font-size: 120%;
}
.container pre {
    overflow-x: scroll;
    font-family: monospace;
    margin-bottom: 1em;
}
.container ul {
    list-style: circle;
    margin-bottom: 1em;
    margin-left: 2em;
}
ul.icons {
    margin-left: 0;
}

img[src$='#screenshot'] {
    width: 320px;
    display: block;
    margin: 0.7rem auto;
}

#banner p.title-date {
    font-size: 100%;
}

ul.special-icons {
    list-style: none;
}

.container h2.post-title {
    margin-bottom: 0;
}

.container p.post-date {
    font-size: 70%;
    color: #aaaaaa;
}

#footer #copyright {
    padding: 0;
    font-size: 80%;
}

div.org-example {
    background-color: #e3e3e3;
    padding: 1em;
    margin-left: 2em;
    margin-right: 2em;
    border-radius: 8px;
    font-family: monospace;
    margin-bottom: 1em;
}

ul.special-icons .fa {
    color: #5B72FF;
}

p.coming-soon {
    text-align: center;
    font-weight: bold;
    background-color: #e3e3e3;
    margin-left: 2em;
    margin-right: 2em;
    border-radius: 8px;
    padding: 1em;
    color: #5B72FF;
}

ul.special-icons img {
    width: 100%;
}
