/* Do not edit!  Edit tarsnap.css.edit and run 'make css' instead! */

/* Section: old browser support. */
header, section, footer, aside, nav, main, article, figure {
	display: block;
}

/* Section: Three-pane layout CSS. */

/* Main body of the page. */
div.nonbanner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

/* Navigation frame. */
div.leftmargin {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 10em;
	   -moz-box-flex: 1;
	    -ms-flex: 1 0 10em;
	        flex: 1 0 10em;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	   -moz-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;

	margin-bottom: 1.5em;
}

/* Main content div. */
article {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	   -moz-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	-webkit-box-flex: 1000;
	-webkit-flex: 1000 0 20em;
	   -moz-box-flex: 1000;
	    -ms-flex: 1000 0 20em;
	        flex: 1000 0 20em;

	padding-left: 0.75em;
	padding-right: 0.75em;

	font-family: 'Droid Serif', serif;
}

/* Section: Navigation bar CSS. */

nav ul {
	padding-left: 0em;
	margin: 0em;

	list-style-type: none;
}
nav ul ul {
	padding-left: 1em;
}
nav li {
	display: inline;
}
nav a {
	display: block;

	margin-bottom: 0.25em;
	border: 2px solid #cfe7ff;
	padding: 0.25em;

	color: black;
	background: #cfe7ff;
	text-decoration: none;
	font-size: 80%;
	font-family: 'Droid Sans', sans-serif;
}
nav a.current {
	border-color: #9fcfff;
	background: #9fcfff;
}
nav a:hover {
	border-color: #000000;
}

/* Section: General CSS. */

div.onecol {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	   -moz-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
}

div.twocol {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	   -moz-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

div.column {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 20em;
	   -moz-box-flex: 1;
	    -ms-flex: 1 0 20em;
	        flex: 1 0 20em;
	min-width: 20em;
}

div.expand-vertical {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

/* Box containing information. */
section {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	   -moz-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;

	margin: 0 0.75em 1.5em;
	border: 1px solid #666;

	background: #f7f7ff;
}

/* Box header. */
section h3 {
	margin: 0;
	border-bottom: solid #ccc;
	border-width: 0 0 1px 0;
	padding: 0.5em;
}

/* Box header styles. */
section h3 {
	background: #ffffdf;
}
section h3.doc {
	background: #cfcfff;
}
section h3.attention {
	background: #ffbfbf;
}

/* Box contents. */
div.boxcontents {
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 0.5em;

	font-family: 'Droid Sans', sans-serif;
}

/* Justify blocks of text. */
div.boxcontents p {
	text-align: justify;
}

/* "Read more..." link. */
div.boxcontents p.readmore {
	text-align: right;
}

/* Within-box headers. */
div.boxcontents h4 {
	margin-top: 1.6em;
	margin-bottom: 0.8em;
}
div.boxcontents h4:first-child {
	margin-top: 0.8em;
}

/* Highlight errors in red. */
p.error {
	color: red;
}

/* disable chrome on android auto-resizing fonts */
html * {
	max-height: 1000000px;
}

/* General style */
pre {
	margin: 0.25em 0 0.25em 1em;

	white-space: pre-wrap;
}

span.nowrap {
	white-space: nowrap;
}

/* Variables within commands to be replaced */
var {
	color: #115511;
	font-style: normal;
	font-family: monospace;
}

/* Displaying console commands */
pre.command:before {
	content: "$ ";
	font-style: normal;
}

pre.command-su:before {
	content: "# ";
	font-style: normal;
}

/* Spacing */
li pre {
	margin: 0.25em 0 0.25em 1em;
}

/* Section: Special-case CSS. */

/* Pricing table. */
table.pricing {
	border: none;
	margin: auto;
	padding: 0 0.5em 0.125em 0.5em;
}
table.pricing th {
	vertical-align: top;
	text-align: right;
}

/* Definition list, used in examples. */
dl.examples dt {
	margin-top: 0.5em;
}

/* Testimonials stuff */
div.testimonial {
	overflow: hidden;
	margin-top: 1em;
}

div.testimonial-text {
	font-style: italic;
	padding-right: 0.5em;
	text-align: justify;
}

div.testimonial-person {
	text-align: right;
}

div.testimonial-image {
	float: right;
	padding-left: 0.75em;
}

/* Deduplication explanation */
div.code-example table {
	margin: auto;
	border-collapse: collapse;
	border-spacing: 0;

	font-family: monospace,monospace;
	font-size: 0.7em;
	text-align: right;
}

div.code-example td {
	padding: 0 1em;
}

div.summary-example table {
	margin-bottom: 1em;

	text-align: right;
}

div.summary-example td {
	padding: 0 1em;
}

/*
 * This is often used with div.attention, but it needs to be
 * separate so that the border around "attention" will surround a
 * multi-line box (if it's in a narrow display).
 */
div.center {
	text-align: center;
}

/* Asides */
aside {
	margin: 0.125em 0 0.125em 2em;
	border-left: 0.1em solid #ccc;
	padding-left: 0.25em;

	font-style: italic;
	color: #444444;
}

p + aside {
	/* Give an effective margin of 0.25em between p and aside */
	margin-top: -0.75em;
}

ul + aside {
	/* Give an effective margin of 0.25em between ul and aside */
	margin-top: -0.75em;
}

aside ul {
	margin: 0em;
}

aside pre {
	margin: 0.25em 0 0.25em 1em;

	font-style: normal;
}

/* Attention-getting box; put it inside div.center. */
div.attention {
	display: inline-block;

	margin: 0.25em;
	border: 1px solid #ccc;
	padding: 0.25em;

	background: #ffc6c6;
	font-weight: bolder;
}

/* Display sudo and non-sudo commands. */
div.sudo-container {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	   -moz-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;

	padding: 0.5em 0 0.5em 0.5em;
	overflow: hidden;
}

div.sudo-box {
	min-width: 19em;

	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

	background: #eaeaff;
}

div.sudo-box h5 {
	margin: 0em;
	padding: 0.25em 0.5em 0.25em 0.5em;

	background: #cfcfff;
	font-weight: normal;
	font-size: 100%;
}

div.sudo-box pre.command, pre.command-su {
	margin: 0.25em;
}

/* Makes a "take note of this" box. */
div.boxcontents div.note {
	margin: 1em;
	border: 1px solid #ccc;

	background: #eaeaff;
}

div.boxcontents div.note h4 {
	margin-top: 0em;
	padding: 0.25em;

	background: #cfcfff;
}

div.boxcontents div.note h4.attention {
	background: #ffbfbf;
}

