.info {
	margin-bottom: 2px !important;
}

hr {
	margin-top: 3px;
	margin-bottom: 2px;
}

.content hr {
	height: 1px !important;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pipe-table,
.ModTable {
	font-size: 12px;
	line-height: 1.4;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

/* Advanced BBCode Box table */
.pipe-table,
.pipe-table th,
.pipe-table td {
	border: 1px solid #000000;
	color: #333333;
	overflow: hidden;
	padding: 2px 4px;
	border-spacing: 0;
	border-collapse: collapse;
}

.pipe-table th {
	background-color: #f6f5f5;
}

.pipe-table hr {
	display: none;
}

/* Prism JS syntax highlighter extension */
.codebox {
	background-color: #f6f5f5;
	border: 1px dotted #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 6px;
}
