﻿/**
 * @project Overheid.nl
 * @author	Stichting ICTU, e-Overheid voor Burgers
 * @name	Tabellen stylesheet
 * @version	v101
 */

table
{
	border-collapse: collapse;
	background: #fff;
	empty-cells: show;
	margin-bottom: 25px;
	max-width:100%;
}

caption
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.6em;
	color: #e67c00;
	text-align: left;
	padding-bottom: 2px;
	margin-bottom: 15px;
}

td, th
{
	border-right: 0px solid #fff;
}

td, th
{
	vertical-align: top;
	padding: 3px 0;
	padding-right: 15px;
	text-align:left;
}

th
{
	color: #e67c00;
}

thead th
{
	border-bottom: 1px solid #ff8a00;
	vertical-align: bottom;
}

tbody td, tbody th
{
	border-bottom: 1px solid #E5E5E5;
}

td a
{
	text-decoration: none;
	border: none !important;
	width: 200px;
	margin-right: -15px;
}	td a:hover, td a:focus
	{
		text-decoration: underline;
	}
	td a.info {
		width: auto;
	}
	