div.content .container  {
	min-width:320px;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}

div#top-logo {
	float:left;
	margin-bottom:10px;
	margin-left:5px
}

div#top-logo > a:hover, div#top-logo > a:focus {
	text-decoration:none;
}

div#top-logo img#app-logo {
	width:40px;
	height:40px;
}

div#top-logo span#app-name {
	font-weight:bold;
	font-size:22px;
	vertical-align:middle;
	margin-left:5px;
	color:#555;
}

#top-fb-buttons {
	text-align:right;
}

#top-fb-buttons  iframe {
	margin-top: 10px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.top-menu {
	float:right;
	margin-top:0.5em;
	margin-bottom:0.5em;
	margin-right:0.5em;
}

.top-menu a {
	color:#6A6A6A;
	font-size:1.2em;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
	padding:2px;
}

.content > div {
	padding-top:1em;
}

.section_header {
	margin:50px 0 20px 0;
	font-size:2em;
	color:#005580;
}

.panel-heading {
	text-align:left;
	padding:1px 10px;
}

.panel-body {
	background-color:#fff;
	text-align:left;
	padding:10px 15px;
	line-height:2em;
}

.highlight {
	font-weight:600;
	font-style:italic;
	color:#005580;
}

.no-margin {
	margin:0;
}

.add-margin-top {
	margin-top:20px;
}

li {
	margin-bottom:5px;
	line-height:2em;
}

h4 {
	line-height:1.5em;
}

h5 {
	margin-top:25px;
	line-height:1.75em;
	font-size:16px;
}

img.screenshot {
   	border:1px solid #e3e3e3;
	border-radius:4px;
	display:block;
	margin: 10px auto;
}

ol.lower-roman {
	list-style-type:lower-roman;
}

ul.disc {
	list-style-type: disc;
}

.indent {
	margin-left:50px;
}

.nowrap {
	white-space:nowrap;
}

.well {
	background-color:#f7f7f9;
}

.flex-container {
	display: flex;
	flex-direction: row;
}

.flex-container .left {
	padding: 10px;
	flex: 25%;
}

.flex-container .right {
	padding: 10px;
	flex: 75%;
}

#coversheet {
	margin-top:5px;
	width:100%;
	max-width:600px;
}

#coversheet, #coversheet th {
	border: 1px solid #c3c3c3;
	border-collapse:collapse;
	padding:5px 0;
}

#coversheet th, #coversheet td {
	vertical-align:top;
	padding:0 10px;
}

#coversheet th {
	background-color:#e3e3e3;
	font-weight:500;
	color:#222;
}

#coversheet td:nth-child(1) {
	white-space:nowrap;
}

#coversheet td.last {
	padding-bottom:10px;
}

#download-desc {
	text-align:left;
	line-height:1.5em;
	color:#000;	
}

#changelog-placeholder {
	display:none;
}

#changelog-tooltip + .tooltip > .tooltip-inner {
	font-size:12px;
	background-color:#eee;
	color:#000;
	text-align:left;
	max-width:1000px !important;
}

#changelog-tooltip + .tooltip > .tooltip-arrow {
	border-top-color:#eee;
	border-bottom-color:#eee;
}

#changelog-tooltip + .tooltip.in {
	opacity:1 !important;
}

#clog-head {
	margin-top:10px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

.clog-entry {
	margin-top:15px;
	line-height:1.5em;
}

.clog-ver {
	font-weight:bold;
}

pre {
	padding:0 10px;
}

code {
	font-family:monospace;
}

/* xs */
@media (max-width:767px) {
	#backup h3, #portal h3 {
		font-size:2em;
		margin-bottom:10px;
	}
	
	.flex-container {
		flex-direction: column;
	}
	
	.indent {
		margin-left:25px;
	}

	.flex-container .left {
		padding: 7px 0 0 0;
	}

	.flex-container .right {
		padding: 0 0 7px 0;
	}

	pre {
		-moz-tab-size:2;
	}
	
	pre {
		tab-size:2;
	}
	
	.well {
		padding:10px;
	}
}
