.nike-box {
	margin: 0 0 40px 0;
}

.nike-box .nike-center {
	text-align: center;
	width: 66px;
}

.nike-box table {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	font-size: 16px;
	position: relative;
}

.nike-box table tr th {
	background-color: #000;
	color: #fff;
	padding: 9px 13px;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
	font-size: 16px;
}

.nike-box table tr th a {
	display: inline-block;
	margin: 0 0 0 5px;
}

.nike-box table tr th .nike-box-title {
	display: inline-block;
	vertical-align: middle;
}

.nike-box table tr th a svg {
	height: 24px;
	display: inline-block;
	vertical-align: middle;
}

.nike-box table tr td {
	border-bottom: 1px solid #dbdbdb;
	padding: 10px 13px;
	cursor: pointer;
}

.nike-box table tr:hover td {
	background-color: #f5f5f5;
}

.nike-box table tr td:first-child {
	border-left: 1px solid #dbdbdb;
}

.nike-box table tr td:last-child {
	border-right: 1px solid #dbdbdb;
}

.nike-box table tr td .nike-box-date {
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 1px 0;
}

.nike-box table tr td .nike-box-teams {
	font-size: 16px;
	line-height: 18px;
}

.nike-box table tr td .nike-box-teams a {
	font-weight: bold;
	display: inline-block;
}

.nike-box table tr td .nike-box-teams a:hover {
	color: #000;
}

.nike-box table tr td .nike-btn {
	display: inline-block;
	background-color: #fff;
	border-radius: 5px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	border: 1px solid #DBDBDB;
	padding: 7px 0 6px 0;
	transition: all 0.3s ease;
	width: 64px;
	text-align: center;
}

.nike-box table tr td .nike-btn:hover {
	background-color: #F39632;
	border-color: #F39632;
	color: #fff;
}

@media (max-width: 767px) {
	.nike-box .nike-box-title-mobile {
		display: block;
		;
	}

	.nike-box table tr th a {
		margin: 0;
	}

	.nike-box table tr th a svg {
		height: 17px;
	}
	.nike-box table tr th {
		font-size: 14px;
		line-height: 17px;
		padding: 28px 13px 9px 13px;
	}

	.nike-box table tr th .nike-box-title {
		position: absolute;
		left: 13px;
		top: 9px;
	}

	.nike-box table tr td .nike-box-date {
		font-size: 12px;
		line-height: 14px;
	}

	.nike-box table tr td .nike-box-teams {
		font-size: 14px;
		line-height: 17px;
	}

	.nike-box table tr td .nike-btn {
		font-size: 13px;
		padding: 6px 0 5px 0;
		width: 44px;
	}

	.nike-box .nike-center {
		padding-left: 2px;
		padding-right: 2px;
	}

	.nike-box table tr th:last-child {
		padding-right: 8px;
	}

	.nike-box table tr td:last-child {
		padding-right: 8px;
	}

	.nike-box .nike-center {
		width: 48px;
	}
}