.kode-fixer-list {
		display: table;
		width: 100%;
		text-align: center
	}

	.kode-fixer-list ul {
		display: table-row;
		margin: 0
	}

	.comment-content ul,
	.entry-content ul,
	.mu_register ul {
		list-style: square outside
	}

	.comment-content ol,
	.comment-content ul,
	.entry-content ol,
	.entry-content ul,
	.mu_register ul {
		margin: 0 0 24px;
		line-height: 1.714285714
	}

	.thbg-color {
		background: #333;
		color: #fff
	}

	.table-head li:first-child {
		width: 14%
	}

	.kode-fixer-list li {
		display: table-cell;
		vertical-align: middle;
		padding: 10px 0
	}

	.kode-fixer-list h5 {
		margin: 10px 0
	}

	.comment-content h5,
	.entry-content h5 {
		font-size: 13px;
		line-height: 1.846153846
	}

	.kode-fixer-list ul {
		display: table-row;
		margin: 0
	}

	.comment-content ul,
	.entry-content ul,
	.mu_register ul {
		list-style: square outside
	}

	.comment-content ol,
	.comment-content ul,
	.entry-content ol,
	.entry-content ul,
	.mu_register ul {
		margin: 0 0 24px;
		line-height: 1.714285714
	}

	.table-body:nth-child(even) li {
		background-color: #363636;
	}

	.table-body li {
	    text-align: center;
	    background-color: #666666;
	    color: #ffffff;
	    padding: 15px 0;
	}

	.table-body li {
	    border-left: 0;
	}

	.table-head li {
	    text-align: center;
	    background-color: #000;
	    color: #ffffff;
	    padding: 15px 0;
	    border-bottom: 1px solid #c1f433;
	}

	.kode-fixer-list .table-head li:nth-child(2) {
		padding-right: 45px;
	}

	.kode-fixer-list .table-head li:nth-child(4) {
		padding-left: 45px;
	}

	.kode-fixer-list li {
		display: table-cell;
		vertical-align: middle;
		padding: 10px 0
	}

	.fixer-btn a {
		background: #8dc63f;
		background-image: linear-gradient(to right, #72a241, #8dc63f);
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 2px 5px;
		color: #fff;
		font-size: 12px
	}

	@media(max-width:480px) {
		.fixer-btn a {
			background: #8dc63f;
			background-image: linear-gradient(to right, #72a241, #8dc63f);
			-moz-border-radius: 5px;
			border-radius: 5px;
			padding: 2px 5px;
			color: #fff;
			font-size: 9px
		}

		.kode-fixer-list {
			display: table;
			width: 100%;
			text-align: center;
			font-size: 12px
		}

		.kode-fixer-list h5 {
			margin: 10px 0;
			font-size: 12px
		}
	}

	.kode-fixer-list {
	    border-top: 0;
	    border-bottom: 0;
	    margin-bottom: 10px;
	}

	.kode-fixer-list li:nth-child(1) {
		width: 10%;
		border-left: 0;
	}

	.kode-fixer-list li:nth-child(2) {
		width: 25%;
		text-align: right;
		padding: 5px;
	}

	.kode-fixer-list li:nth-child(3) {
		width: 2%;
	}

	.kode-fixer-list li:nth-child(4) {
		width: 25%;
		text-align: left;
		padding: 5px;
	}

	.kode-fixer-list li:nth-child(5) {
		width: 25%;
		border-right: 0;
		padding: 10px;
	}

	/*.kode-fixer-list li:nth-child(3) {
		width: 30%;
		border-right: 0;
	}*/

	.scroll::-webkit-scrollbar {
	    width: 8px;
	    background-color: #d9d9d9;
	    border-radius: 4px;
	}
	.scroll::-webkit-scrollbar-thumb {
	    border-radius: 10px;
	    -webkit-box-shadow: inset 0 0 6px #e5e5e5;
	    background-color: #8c0108;
	    background-image: -webkit-gradient(linear,0 0,0 100%,color-stop(.5,#666666),color-stop(.5,#666666),to(#666666));
	}

	.match-date {
		display: block;
		width: 100%;
		padding: 0 10px;
		text-align: center;
	}
	.match-time {
		display: block;
		width: 100%;
		padding: 0 10px;
		text-align: center;
	}

	.team-name span {
		line-height: 28px;
	}

	.ht-logo {
		height: 30px;
		float: right;
		margin-left: 7px;
	}

	.ht-logo img{
		height: 30px;
		width: auto;
	}

	.at-logo {
		height: 30px;
		float: left;
		margin-right: 7px;
	}

	.at-logo img{
		height: 30px;
		width: auto;
	}