.tablepress a.shortcode.button {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	font-size: 16px;
}

.tablepress .column-1 {
	font-weight: 700;
}

.tablepress img {
	margin: auto;
}

/*Keyboard tabelle (id=1 + id=8) */
.tablepress-id-1 th,
.tablepress-id-1 td,
.tablepress-id-8 th,
.tablepress-id-8 td {
	width: 20%;
}

.tablepress-id-1 img,
.tablepress-id-8 img {
	width: 70%;
}

.tablepress-id-1 .odd td,
.tablepress-id-8 .odd td {
	background-color: #ffffff;
}

.tablepress-id-1 .even td,
.tablepress-id-8 .even td {
	background-color: #f9f9f9;
}

/*Maus tabelle (id=2 + id=9)*/
.tablepress-id-2 th,
.tablepress-id-2 td,
.tablepress-id-9 th,
.tablepress-id-9 td {
	width: 33.3%;
}

.tablepress-id-2 img,
.tablepress-id-9 img {
	width: 50%;
}

.tablepress-id-2 .odd td,
.tablepress-id-9 .odd td {
	background-color: #ffffff;
}

.tablepress-id-2 .even td,
.tablepress-id-9 .even td {
	background-color: #f9f9f9;
}

/*Mauspad tabelle (id=3)*/
.tablepress-id-3 th,
.tablepress-id-3 td {
	width: 20%;
}

.tablepress-id-3 img {
	width: 80%;
}

.tablepress-id-3 .odd td {
	background-color: #ffffff;
}

.tablepress-id-3 .even td {
	background-color: #f9f9f9;
}

/*Awards tabelle (id=7)*/
.tablepress-id-7 .column-1 {
	font-weight: 400;
}

.tablepress-id-7 th,
.tablepress-id-7 td {
	width: 20%;
}

.tablepress-id-7 img {
	width: 200px;
}

.tablepress-id-7 .odd td {
	background-color: #ffffff;
}

.tablepress-id-7 .even td {
	background-color: #f9f9f9;
}

/*Keyboards mobile (id=10 + 11)*/
.tablepress-id-10 thead th,
.tablepress-id-11 thead th {
	background-color: #f9f9f9;
}

.tablepress-id-10 .column-1,
.tablepress-id-11 .column-1 {
	height: 88px;
}

.tablepress-id-10 .column-2,
.tablepress-id-11 .column-2 {
	height: 43px;
}

.tablepress-id-10 .column-9,
.tablepress-id-11 .column-9 {
	height: 140px;
	vertical-align: middle;
}

.tablepress-id-10.tablepress-responsive-all td,
.tablepress-id-10.tablepress-responsive-all th,
.tablepress-id-11.tablepress-responsive-all td,
.tablepress-id-11.tablepress-responsive-all th {
	font-size: .8em;
}

.tablepress-id-10 thead,
.tablepress-id-11 thead {
	z-index: 100;
	box-shadow: 4px 0 7px -3px rgba(0,0,0,0.2);
	position: relative;
}

/*Mäuse mobile (id=10 + 11)*/
.tablepress-id-12 thead th,
.tablepress-id-13 thead th {
	background-color: #f9f9f9;
}

.tablepress-id-12 .column-1,
.tablepress-id-13 .column-1 {
	height: 145px;
}

.tablepress-id-12 .column-2,
.tablepress-id-13 .column-2 {
	height: 43px;
}

.tablepress-id-12 .column-10,
.tablepress-id-13 .column-10 {
	height: 53px;
	vertical-align: middle;
}

.tablepress-id-12.tablepress-responsive-all td,
.tablepress-id-12.tablepress-responsive-all th,
.tablepress-id-13.tablepress-responsive-all td,
.tablepress-id-13.tablepress-responsive-all th {
	font-size: .8em;
}

.tablepress-id-12 thead,
.tablepress-id-13 thead {
	z-index: 100;
	box-shadow: 4px 0 7px -3px rgba(0,0,0,0.2);
	position: relative;
}