table.wiki-content-table th {
    background-color: #D0D0D0;
}

#toc{
	margin: 1em auto 1em 0;
	padding: 0em 0.6em;
	border: 1px solid gray;
	background-color: transparent;
	display: table;
}

#toc .title {
    display: none;
}

#toc #toc-action-bar:before {
    font-weight: bold;
    font-size: .9em;
    color: black;
    content:  "Contents ";
}


#toc #toc-action-bar{
	padding: 2px;
	text-align: center;
}

#toc #toc-action-bar a:before {
    content: "[";
    color: black;
    font-weight: 500;
}

#toc #toc-action-bar a {
    font-size: .7em;
    font-weight: bold;
    color: blue;
}

#toc #toc-action-bar a:after {
    content: "]";
    color: black;
    font-weight: 500;
}

#toc-list{
	margin: 0.5em 0;
}

#toc-list a {
    font-weight: bold;
    color: blue;
}

#toc.floatright{
	float: right;
	margin: 0.5em;
}

#toc.floatleft{
	float: left;
	margin: 0.5em;
}

.table {
    align: left;
    text-align: center;
    font-size: 1em;
    empty-cells:show;
    width: 100%;
    margin: auto;
    border-collapse: collapse; 
    border-spacing: 0px;
    border: 1px solid black;
    border-top: none;
}
 
.table td {
    padding: 5px;
    background-color: #F8F8F8
}
 
.table th {
    padding: 5px;
    background-color: #CACACA
}

table.wiki-content-table {
    align: left;
    text-align: center;
    font-size: 1em;
    empty-cells:show;
    width: 100%;
    margin: auto;
    border-collapse: collapse; 
    border-spacing: 0px;
    border: 1px solid black;
    border-top: none;
}
 
table.wiki-content-table td {
    padding: 5px;
    background-color: #F8F8F8
}
 
table.wiki-content-table th {
    padding: 5px;
    background-color: #CACACA
}
