/*
	Copyright 2010 - Max Hacking - Hacking Networked Solutions

	This file is a part of the Hacking Networked Solutions Document Management System CSS Styles 

    The Hacking Networked Solutions Document Management System is free software: you can 
    redistribute it and/or modify it under the terms of the GNU General Public License
    as published by the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    The Hacking Networked Solutions Document Management System is distributed in the hope
    that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
    of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
    License for more details.

    You should have received a copy of the GNU General Public License along with the
    Hacking Networked Solutions Document Management System.  If not, please refer to  
    <http://www.gnu.org/licenses/>.
*/

table.kernel-config
{
	width: 100%;
	border: none;
	padding: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: silver;
	color: black;
	font-family: monospace;
    font-size: 10pt;
}

table.kernel-config caption
{
	border-bottom: white solid 1px;
	padding-top: 0.4em;
	padding-bottom: 0.6em;
	background-color: silver;
	color: #5656fe;
	font-family: monospace;
    font-size: 10pt;
    font-weight: bold;
}

table.kernel-config tr
{
	margin: 0;
	padding: 0;
}

table.kernel-config td
{
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

table.kernel-config td.options
{
	width: 0;
}

table.kernel-config td.key
{
	width: 0;
}

table.kernel-config ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

table.kernel-config ul li
{
	padding: 0;
	margin: 0;
}

table.kernel-config td.text ul
{
	padding-left: 0.5em;
}

table.kernel-config td.text ul ul
{
	padding-left: 1em;
}
