.bbstable {
	width: 100%;
	background:#fff;
}

.bbstable tbody tr {
	border: solid 1px rgba(210, 215, 217, 0.75);
	border-left: 0;
	border-right: 0;
}

.bbstable tbody tr:nth-child(2n + 1) { 
	background-color: rgba(230, 235, 237, 0.25);
}

.bbstable tbody tr:hover td {
    background: #F4FAFF;
}

.bbstable td {
	padding: 0.35em 0.35em;
	text-align:center;
	height:50px;

}

.bbstable th {
	color: #3d4449;
	font-size: 0.9em;
	font-weight: bold;
	padding:0.6em;
	background:#F6F8FA;
	text-align: left;
	height:40px;
}

.bbstable thead {
	border-bottom: solid 1px rgba(210, 215, 217, 0.75);
}

.bbstable tfoot {
	border-top: solid 1px rgba(210, 215, 217, 0.75);
	border-bottom: solid 1px rgba(210, 215, 217, 0.75);
}


table.bbslayout {
    border-collapse: collapse;
    width: 100%;
}

table.bbsdisplay {
    margin: 0em 0;
}

/*table.display th,*/
table.bbsdisplay td {
    border: 1px solid #ddd;
    padding: 0.5em 0.5em;
}

table.bbsdisplay th {
    border: 1px solid #ddd;
    padding: 0.5em 1em;
}

/*
table.bbsdisplay th {
    background: #f2f2f2;
}*/

table.bbsdisplay td {
    background: #fff;
}

table.bbsresponsive-table {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}