.skbn-team-lineup,
.skbn-team-matches {
	margin: 1.5rem 0;
	padding: 1.25rem;
	border: 1px solid #d7d7d7;
	border-radius: 6px;
	background-color: #fff;
}

.skbn-team-table-scroll {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.skbn-team-lineup__title,
.skbn-team-matches__title {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.skbn-team-lineup__table,
.skbn-team-matches__table {
	width: 100%;
	min-width: 480px;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.skbn-team-lineup__table th,
.skbn-team-lineup__table td,
.skbn-team-matches__table th,
.skbn-team-matches__table td {
	padding: 0.4rem 0.6rem;
	border-bottom: 1px solid #e3e3e3;
	text-align: left;
}

.skbn-team-lineup__table th,
.skbn-team-matches__table th {
	font-weight: 600;
	background-color: #f6f7f7;
}

.skbn-team-lineup__table tr td,
.skbn-team-matches__table tr td {
	background-color: #ffffff;
	color: #000000;
}

.skbn-team-lineup__table tr:nth-child(even) td,
.skbn-team-matches__table tr:nth-child(even) td {
	background-color: #fafafa;
	color: #000000;
}

.skbn-team-lineup__empty,
.skbn-team-matches__empty {
	margin: 0;
	font-style: italic;
}

.skbn-team-lineup-editor,
.skbn-team-matches-editor {
	padding: 1rem;
	border: 1px dashed #c3c4c7;
	background: #fff;
}

.skbn-team-lineup-editor__placeholder,
.skbn-team-matches-editor__placeholder {
	color: #646970;
	font-style: italic;
}

.skbn-team-lineup td.playerno,
.skbn-team-lineup th.playerno {
	text-align: right;
}

.skbn-team-lineup td.player,
.skbn-team-lineup th.player {
	text-align: left;
}

.skbn-team-lineup td.rating,
.skbn-team-lineup th.rating {
	text-align: right;
}

.skbn-team-lineup td.points,
.skbn-team-lineup th.points {
	text-align: center;
}