/* -----------------------------------
default
----------------------------------- */

table
{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

th,td
{
	padding: .5em;
	font-weight: normal;
}

thead th
{
	background: #ccc;
	font-weight: bold;
}

tr { background: #fff; }
tr:nth-child(even) { background: #E6E6E6; }
.lt-ie9 .even { background: #E6E6E6; }

/* -----------------------------------
container
----------------------------------- */

.table-container
{
	overflow-x: auto;
	margin: 0 0 1em;
}

.lt-ie7 .table-container { overflow: auto; }

.table-container::-webkit-scrollbar
{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-container::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0,0,0,.3);
}
