table {
	margin-top: 20px;
	margin-bottom: 20px;
	
	border-collapse: collapse;
	background: #F0F0F0;
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

table thead {
	background-color: #236AA7;
	padding: 0px;
	margin 0px;
	text-align: left;
}

table tbody {
	padding: 0px;
	margin 0px;
}

table th, td {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	padding: 1%;
}
table th {
	font-weight: normal;
	
	font-size: 1.2em;
	color: #fff;
}

.tableTest td, .tableTest ul {
	font-size: 1em;
}

.tableTestImg{
	max-width:100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 10px 0 0 0;
	padding: 0;
}

table td .amazonButton {
	max-width: 100%;
	width: auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

table tr {
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}

table tr:hover {
	background: rgba(0,0,0,0.19);
}

.asideTable {
	font-size: 0.9em;
}

.tableTestbericht {
	margin: 20px 0 20px 0;
}
