﻿
table.guestbook {
	
}

table.guestbook thead {

}

table.guestbook tbody {

}

table.guestbook tbody tr {

}

table.guestbook tbody tr:nth-child(odd) {
	background-color: #e7ecf1;
}

table.guestbook tbody tr td {
	vertical-align: top;
}

table.guestbook tbody tr td:first-child {
	width: 30%;
}

table.guestbook tbody tr td:last-child {
	width: 70%;
}

.GB_COMMENT:before {
	content: "Kommentar:";
	display: block;
	font-weight: bold;
}

.GB_COMMENT, .GB_COMMENT:before {
	color: #6989b4;
	font-size: 13px;
}

table.guestbook tfoot {

}

#GB_ENTRY_NUMBER {
	float: left;
	height: 30px;
	line-height: 30px;
}

#GB_ENTRY_NUMBER:before {
	content: "Anzahl der Einträge: ";
}

#GB_BUTTONS {
	float: right;
}

#GB_BUTTONS_CONTENT button {
	margin-right: 4px;
}

#GB_BUTTONS_CONTENT button:last-child {
	margin-right: 0;
}

.gb_btn, .gb_btn_lr {
	width: auto;
	padding: 0 5px;
	height: 30px;
}

.gb_btn.active {
	background-color: #e7ecf1;
	color:#6989b4;
	cursor: default;
}


.GB_NAME {
	display: block;
}
.GB_EMAIL {
	font-size: 13px;
}
.GB_TEXT {

}
.GB_DATE {
	font-style: italic;
	font-size: 13px;
}

.GB_COMMENT {
	
}