/* <pre> looks bad by default. Highlight them a bit */
pre {
	border-left: 5px solid #1C61B6;
	padding-left:1em;
	background: #EEE;
	color:black;
	overflow: auto;
	white-space: pre-line;
	font-size: 90%;
}

/* Emulate GUI elements */

kbd {
	/* Freely inspired from http://ago.tanfa.co.uk/css/borders/keyboard.html */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	line-height: 200%;
	border-width: .2em .4em .5em .3em;
	border-style: solid;
	border-color: #CCCCCC #AAAAAA #888888 #BBBBBB;
	padding: 0.3em 0.2em;
	color: #000000;
	background: #EEEEEE;
}

.pROC_menuitem {
	/* Freely inspired from http://ago.tanfa.co.uk/css/borders/keyboard.html */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	line-height: 160%;
	padding: 0.3em 0.2em;
	color: black;
	background: #DFDFDF;
}

.pROC_file {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	border: 1px dotted black;
	padding-left: 1px;
	padding-right: 1px;
}

.pROC_file:before {
	content:url(SmoothGNOME-file.png);
	vertical-align:middle;
	padding-right:5px;
}

.pROC_folder:before {
	content:url(SmoothGNOME-directory.png);
}

/* Fix tables.
 * Make more specific selectors with #sib_body to override table defaults of the sib stylesheet */

table.pROC_table {
	border-collapse: collapse;
	table-layout:fixed;
	width: 100%;
	float:left;
}

#sib_body .pROC_table td {
	width:50%;
	vertical-align:top;
	padding-left:1em;
	padding-right:1em;
}

.pROC_table th {
	background-color: white!important;
	color: black!important;
}

.pROC_table h3 {
	text-align: center;
}

.pROC_table td+td {
	border-left: 1px solid #1C61B6;
}

/* Definition lists are unstyled by default. Make them look nice */

dl { /* override smallish <body> text */
	font-size: medium;
}

dt:after {
	content: ": ";
}

dd#pROC_versions {
	display:list-item;
}

/* Some pROC-screenshots-specific elements */

#pROC_screenshots {
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
}

.pROC_capture-block {
	float:left;
	width:500px;
	margin:1em;
}

.pROC_clear {
	clear:left;
}

/* Some pROC-S+ install guide-specific elements */

.pROC_showhidelink {
	font-size:90%;
}

:target {
	background:#80B9FF !important;
	color:black;
}

.pROC_sidehelp {
	background: #EEEEEE;
	border:1px solid #1C61B6;
	padding:.1em;
	margin-top:2em;
}

.pROC_sidehelp img {
	max-width:100%;
	border:0;
}

/* Style of the social bar */
#social {
	float:right;
	width: 150px;
	opacity:.5;
}
#social:hover {
	opacity:1;
}
