@media only screen and (max-width: 1240px) {
	#wrapper, main {
		width: 98%;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	nav {
    	height: 80px;
    	background: #1c5491;
    }
	header .custom-logo-link {
		margin-top: 30px;
	}
	button.dl-trigger, .dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active {
		float: right;
		margin: 20px 15px 0;
		background: none;
	}
	header nav {
		display: inline-table;
		position: relative;
		z-index: 2;
		width: 100%;
	}
	header nav ul {
		position: relative;
		z-index: 1;
	}
	.dl-menuwrapper button::after {
		background: #fff;
		box-shadow: 0 8px 0 #fff, 0 16px 0 #fff;
		height: 2px;
	}
	.dl-menuwrapper .dl-menu {
		margin-top: 80px;
	}
	.dl-menuwrapper ul {
		background: #cde3f1;
		padding: 7px 0;
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
	}
	.dl-menuwrapper li a {
		padding: 11px 20px 11px;
		font-size: 14px;
		color: #333;
	}
	.dl-menuwrapper li.dl-back::after, .dl-menuwrapper li > a:not(:only-child)::after {
		top: -4px !important;
		padding-left: 30px;
	}
}
@media only screen and (max-width: 950px) {
	#wrapper, main {
		width: 100%;
	}
	article, main > aside {
		width: 100%;
	}
	main > aside {
	    padding: 0 20px;
	}
	article {
		border-right: 0;
    	border-bottom: 1px solid #e5e5e5;
	}
    footer ul li {
        margin: 0 auto;
        float: none;
        text-align: center;
    }
    footer ul li:after {
        content: none;
        margin: 0;
    }
    footer ul li a {
        padding: 3px 0;
        display: block;
    }
}
@media only screen and (max-width: 670px) {
	table {
		max-width: 100%;
	}
	.tablepress tbody td, .tablepress thead th, .tablepress tfoot th {
		font-size: 12px !important;
		width: auto !important;
		line-height: 20px;
		padding: 4px !important;
	}
    .ico-win, .ico-lose, .ico-draw {
        background-size: 15px 15px;
        width: 15px;
        height: 15px;
    }
}
@media only screen and (max-width: 500px) {
	footer ul li a {
		font-size: 13px;
	}
}
@media only screen and (max-width: 450px) {
	.tablepress img {
		max-width: 40px !important;
		height: auto;
	}
	.tablepress tbody td, .tablepress thead th, .tablepress tfoot th {
		font-size: 10px !important;
		line-height: 16px;
	}
}