/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
 
 
 ul.zebra_sidebar,
ul.nail,
ul.carved  {
	list-style: none;
	margin: 0;
	padding: 0;
}

table.zebra_sidebar { width: 100%; }

table.zebra_sidebar th {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

table.zebra_sidebar th,
table.zebra_sidebar td { padding: 5px; }

table.zebra_sidebar tbody,
table.zebra_sidebar tfoot { font-size: 12px; }

table.zebra_sidebar .bold { font-weight: bold; }
table.zebra_sidebar .center { text-align: center; }

table.zebra_sidebar td * { vertical-align: middle; }

table.zebra_sidebar tfoot { font-style: italic; }

table.zebra_sidebar caption {
	font-size: 11px;
	text-align: left;
	font-style: italic;
}
 
 ul.zebra_sidebar > li { padding: 5px; }
 
 /* Nail */
ul.nail > li { margin-top: 5px; }
ul.nail > li:first-child { margin-top: 0; }

/* Carved */
ul.carved > li { margin-top: 5px; }
ul.carved > li:first-child { margin-top: 0; }
