/* -----------------------------------
default
----------------------------------- */

table { margin: 0; }

table caption
{
	margin: 0 0 .5em;
	text-align: left;
	font-weight: bold;
}

th,td
{
	padding: .2em .5em;
	vertical-align: top;
	text-align: left;
}

tbody th { font-weight: normal; }

/* .table */
.table
{
	width: 100%;
	border-collapse: collapse;
}

.table th,.table td
{
	padding: .5em 1em;
	border-bottom: 1px solid #6AC1D1;
}

.table th { border-top: 1px solid #6AC1D1; }

.table thead th,.table tfoot th { background: #DAF0F4; }

/* .table--alt */
.table--alt tr:nth-of-type(even) { background: #f2f2f2;  }

/* .table-container */
.table-container
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}

.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);
}
