* {
	box-sizing: border-box;
}
.bold {
	font-weight: bold;
}
.dsg-w-team-shortname {
	display: none;
}
#dsg-tip-error {
	width: 100%;
    line-height: 30px;
    font-weight: bold;
    color: red;
    text-align: center;
}
@media screen AND (max-width: 550px) {
	.dsg-w-team-fullname {
		display: none;
	}
	.dsg-w-team-shortname {
		display: inline;
	}
}
.dsg-w-no-result {
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}
.dsg-w-color-green {
	color: #2E8B57;
}
.dsg-w-color-orange {
	color: #e5b05e;
}
.dsg-w-color-red {
	color: #c85f46;
}

#dsg-w-1 {
	max-width: 1500px;
	overflow: hidden;
	margin-top: 20px;
	width: 100%;
}
#dsg-w-1-row {
	width: 100%;
	display: flex;
	float: left;
}
.dsg-w-1-item {
	width: 15%;
	height: 95px;
	margin: 0px 0.8%;
	float: left;
	border: 1px solid #00000026;
}
.dsg-w-1-item-h {
	width: 100%;
	text-align: center;
	background-color: #dfdfdf;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}
.dsg-w-1-item-s1 {
	width: 100%;
	height: 35px;
	display: flex;
    justify-content: center;
    align-items: flex-end;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.dsg-w-1-item-s2 {
	width: 100%;
	height: 40px;
	display: flex;
    justify-content: center;
    align-items: flex-start;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding-top: 5px;
	color: #888;
}
.dsg-w-1-header {
	width: 100%;
    line-height: 44px;
    text-align: center;
    background-color: #081E30;
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.dsg-w-1-note {
	line-height: 15px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding: 5px 0px;
	color: #555;
	float: left;
}




#dsg-w-2 {
	max-width: 1500px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.dsg-w-2-container {
	width: 100%;
	height: 185px;
	border: 1px solid #00000026;
}
.dsg-w-2-container:last-child {
	margin-top: 20px;
}
.dsg-w-2-header {
	width: 100%;
	text-align: center;
	background-color: #dfdfdf;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}
.dsg-w-2-b {
	width: 100%;
	height: 165px;
	overflow: hidden;
}
.dsg-w-2-b-h {
	width: 100%;
	height: 20px;
	float: left;
}
.dsg-w-2-b-h-l {
	width: 35%;
	text-align: right;
	padding-right: 5%;
	border-bottom: 1px solid #e5e5e5;
	float: left;
	font-weight: bold;
}
.dsg-w-2-b-h-m {
	width: 30%;
	float: left;
	height: 100%;
}
.dsg-w-2-b-h-r {
	width: 35%;
	text-align: left;
	padding-left: 5%;
	border-bottom: 1px solid #e5e5e5;
	float: left;
	font-weight: bold;
}
.dsg-w-2-b-c {
	width: 100%;
	height: 145px;
	float: left;
}

.dsg-w-2-col-1 {
	width: 30%;
	height: 100%;
	float: left;	
}
.dsg-w-2-col-2 {
	width: 40%;
	height: 100%;
	float: left;
}
.dsg-w-2-col-1 > div {
	width: 50%;
	height: 100px;
	float: left;
	margin-top: 10px;
}
.dsg-w-2-goal-row {
	height: 25%;
	width: 100%;
	padding: 0px 10px;
}
.dsg-w-2-goal-row > div {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	float: left;
}
.dsg-w-2-goal-row > div > img {
	height: 90%;
}
.dsg-w-2-stat-value {
	width: 100%;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}
.dsg-w-2-stat-desc {
	width: 100%;
	line-height: 14px;
	text-align: center;
	font-size: 12px;
	color: #555;
}
.dsg-w-2-graph {
	width: 100%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 10px;
}
.dsg-w-2-text {
	width: 100%;
    height: 50%;
    padding: 0px 10px;
    font-size: 14px;
    text-align: center;
}
.dsg-w-2-graph-line {
	width: 100%;
	height: 10px;
}
.dsg-w-2-graph-line > div {
	height: 100%;
	float: left;
}
@media screen AND (max-width: 400px) {
	.dsg-w-2-b-h-m {
		width: 0%;
	}
	.dsg-w-2-b-h-l, .dsg-w-2-b-h-r {
		width: 50%;
		font-size: 14px;
	}
}


#dsg-w-3 {
	max-width: 1500px;
	overflow: hidden;
	margin-top: 20px;
}
.dsg-w-3-container {
	width: 100%;
	border: 1px solid #00000026;
}
.dsg-w-3-h {
	width: 100%;
	line-height: 44px;
	text-align: center;	
	background-color: #081E30;
	color: white;
	font-size: 16px;
	font-weight: bold;
}
.dsg-w-3-body {
	width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.dsg-w-3-item {
	width: 30%;
    height: 95px;
    border: 1px solid #00000026;
    min-width: 200px;
    margin-bottom: 10px;
}
.dsg-w-3-item-h {
	width: 100%;
	height: 22px;
	line-height: 22px;
	background-color: #0000001a;
	text-align: center;
	font-weight: bold;
}
.dsg-w-3-item-c {
	width: 100%;
    height: 73px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
}
.dsg-w-3-item-col-s {
	float: left;
    width: 30%;
    text-align: center;
}
.dsg-w-3-avg {
	line-height: 30px;
	font-weight: bold;
	font-size: 18px;
}
.dsg-w-3-item-row-1 {
	display: flex;
	height: 30px;
	justify-content: center;
	align-items: center;
}
.dsg-w-3-item-row-2 {
	display: flex;
	height: 20px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}
.dsg-w-3-item-row-1 > img {
	height: 20px;
}

@media screen AND (max-width: 470px) {
	.dsg-w-3-item {
		width: 100%;
	}
}

.color-grey {
	color: #555;
}


.dsg-w-4 .dsg-w-2-goal-row > div:first-child { 
	width: 25%;
}
.dsg-w-4 .dsg-w-2-goal-row > div:last-child { 
	width: 75%;
	justify-content: flex-start;
	font-weight: normal;
}
.dsg-w-2-goal-row-tname {
	margin: 0px 5px;
}
.dsg-w-4 .dsg-w-2-goal-header { 
	height: auto;
    margin-bottom: 10px;
}
.dsg-w-4 .dsg-w-2-goal-row {
	height: 25px;
	margin-bottom: 2px;
}
.dsg-w-4 .dsg-w-2-col-1 > div { 
	height: auto;
	width: 100%;
}
.dsg-w-4 .dsg-w-2-container,
.dsg-w-4 .dsg-w-2-b,
.dsg-w-4 .dsg-w-2-b-c,
.dsg-w-4 .dsg-w-2-col-1,
.dsg-w-4 .dsg-w-2-col-2 {
	height: auto;
}

@media screen AND (max-width: 700px) {
	.dsg-w-4 .dsg-w-2-b-h-l > div,
	.dsg-w-4 .dsg-w-2-b-h-r > div {
		width: 100%;
	}
}
@media screen AND (max-width: 500px) {
	.dsg-w-2-goal-row-tname { display: none; }
	.dsg-w-4 .dsg-w-2-goal-row > div:last-child { 
		justify-content: center;
	}
}
@media screen AND (max-width: 400px) {
	.dsg-w-4-row-3 { display: none; }
}
#dsg-w-4 {
	max-width: 1500px;
	overflow: hidden;
	margin-bottom: 40px;
	margin-top: 20px;
}
.dsg-w-4-container {
	width: 100%;
	border: 1px solid #00000026;
}
.dsg-w-4-h {
	width: 100%;
	line-height: 44px;
	text-align: center;	
	background-color: #081E30;
	color: white;
	font-size: 16px;
	font-weight: bold;
}
.dsg-w-4-body {
	width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.dsg-w-4-col {
	width: 50%;
}
.dsg-w-4 .dsg-w-4-col {
	width: 100%;
	padding: 0px 10px;
}
.dsg-w-4-row-1 {
	width: 100%;
	line-height: 28px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.dsg-w-4-row-2 {
	width: 100%;
	line-height: 20px;
    font-weight: bold;
    text-align: center;
    color: #555;
    font-size: 14px;
}
.dsg-w-4-row-3 {
	width: 100%;
	padding: 30px;
    font-size: 12px;
    text-align: center;
	color: #555;
}
.dsg-w-4-row-4 {
	min-height: 40px;
	display: flex;
	margin-bottom: 10px;
}
.dsg-w-4-row-4  img {
	float: left;
	margin-right: 10px;
	height: 30px;
}
.dsg-w-4-teaminfo {
	float: left;
}
.dsg-w-4-teamname {
	font-size: 12px;
    color: #555;
}
.dsg-w-4-teamvalue b {
	font-size: 16px;
	margin-right: 5px;
}
.dsg-w-4-teamvalue span {
	font-size: 14px;
}
.dsg-w-4-body .dsg-w-4-col:last-child {
	padding-left: 20px;
	padding-top: 50px;
}



#dsg-w-5 {
	max-width: 1500px;
	overflow: hidden;
	display: flex;
    justify-content: space-between;
}
.dsg-w-5-col {
	width: 100%;
	border: 1px solid #00000026;
	width: 320px;
}
.dsg-w-5-col:first-child {
	margin-right: 10px;
}
.dsg-w-5-col:last-child {
	margin-left: 10px;
}
.dsg-w-5-h {
	width: 100%;
	line-height: 44px;
	text-align: center;	
	background-color: #081E30;
	color: white;
	font-size: 16px;
	font-weight: bold;
}
.dsg-w-5-body {
	width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.dsg-w-5-row {
	width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 5px 0px;
}
.dsg-w-5-row img {
	height: 100%;
}
.dsg-w-5-row > div {
	height: 100%;
	width: 100%;
}
.dsg-w-5-bar {
	width: 100%;
	height: 50%;
	display: flex;
	align-items: center;
	padding-left: 10px;
}
.dsg-w-5-bar-c {
	width: 100%;
    height: 20px;
    background-color: #dcdcdc85;
}
.dsg-w-bar-line {
	height: 100%;
	background-color: #88ccfc;
	width: 0%;
}
.dsg-w-5-bar-value {
	width: 40px;
    text-align: center;
    font-weight: bold;
}
.dsg-w-5-name {
	width: 100%;
	height: 50%;
	display: flex;
	align-items: center;
	padding-left: 10px;
}

@media screen AND (max-width: 550px) {
	#dsg-w-5 {
		flex-wrap: wrap;
	}
	.dsg-w-5-col {
		width: 100%;
		margin-bottom: 10px;
	}
	.dsg-w-5-col:first-child, .dsg-w-5-col:last-child {
		margin-right: 0px;
		margin-left: 0px;
	}
	
}



#dsg-w-2 .dsg-w-6-container {
	margin-top: 0px;
	height: auto;
}
.dsg-w-6-container .dsg-w-2-b-h {
	height: 30px;
}
.dsg-w-6-b {
	width: 100%;
	overflow: hidden;
}
.dsg-w-6-container .dsg-w-2-b-h-l, .dsg-w-6-container .dsg-w-2-b-h-r {
	line-height: 30px;
	text-align: center;
}
.dsg-w-6-h-l {
	border: none;
	color: #2E8B57;
}
.dsg-w-6-h-r {
	border: none;
	color: #f58c77;
}
.dsg-w-6-b-c {
	width: 100%;
    height: 125px;
    float: left;
}
.dsg-w-6-col-1 {
	width: 30%;
    height: 100%;
    float: left;
}
.dsg-w-6-col-1 {
	width: 30%;
    height: 100%;
    float: left;
}
.dsg-w-6-col-1 > div {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.dsg-w-6-col-img {
	height: 55px;
}
.dsg-w-6-col-value {
	height: 32px;
}
.dsg-w-6-col-value > div {
	width: 55px;
	line-height: 28px;
	color: white;
	border-radius: 4px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.dsg-w-6-col-desc {
	line-height: 25px;
	font-size: 14px;
}



#dsg-w-7 {
	max-width: 1500px;
	overflow: hidden;
	margin-top: 20px;
}
.dsg-w-7-container {
	width: 50%;
	border: 1px solid #dfdfdf;
    float: left;
}
.dsg-w-7-container:first-child {
	margin-bottom: 20px;
}
.dsg-w-7-item-h {
	width: 100%;
    text-align: center;
    background-color: #dfdfdf;
    font-weight: bold;
    line-height: 28px;
    font-size: 18px;
}
.dsg-w-7-item-b {
	width: 100%;
	padding: 5px;
}
.dsg-w-7-row-1 {
	height: 130px;
    display: flex;
    align-items: center;
    padding: 15px 5px;
}
.dsg-w-7-row-1 > img {
	height: 100%;
}
.dsg-w-7-row-1 > div {
	height: 100%;
	width: 100%;
}
.dsg-w-7-row-1 > div > div {
	width: 100%;
	height: 20px;
	font-size: 14px;
	padding-left: 15px;
}

#dsg-w-7 table.dsg-w-7-t-1 { 
	border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
	border: 1px solid #ccc;
	font-size: 14px;
}
#dsg-w-7 table.dsg-w-7-t-1 tr th {
	border: 1px solid #ccc;
}
#dsg-w-7 table.dsg-w-7-t-1 tr { 
	height: 22px;
}
#dsg-w-7 table.dsg-w-7-t-1 tr td {
	border-right: 1px solid #ccc;
	text-align: center;
}
#dsg-w-7 table.dsg-w-7-t-1 tr td:nth-child(1) {
	width: 25%;
	font-weight: bold;	
}
.dsg-w-7-ppg {
	width: 27px;
	line-height: 15px;
	text-align: center;
	font-size: 10px;
	color: white;
	display: inline-block;
}
.dsg-w-7-form-box {
	width: 15px;
	line-height: 15px;
	color: white;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	display: inline-block;
}
.form-color-win, .color-win {
	background-color: #91bc80;
}
.form-color-draw, .color-draw {
	background-color: #e5b05e;
}
.form-color-loss, .color-loss {
	background-color: #c85f46;
}
#dsg-w-7 table.dsg-w-7-t-2 { 
	margin-top: 20px;
	border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
	border: 1px solid #ccc;
	font-size: 14px;
}
#dsg-w-7 table.dsg-w-7-t-2 tr th {
	border: 1px solid #ccc;
}
#dsg-w-7 table.dsg-w-7-t-2 tr { 
	height: 22px;
}
#dsg-w-7 table.dsg-w-7-t-2 tr td {
	border-right: 1px solid #ccc;
	text-align: center;
}
#dsg-w-7 table.dsg-w-7-t-2 tr td:nth-child(1) {
	width: 25%;
	font-weight: bold;	
}
.dsg-w-7-hteam tr td:nth-child(3), 
.dsg-w-7-hteam tr th:nth-child(3),
.dsg-w-7-ateam tr td:nth-child(4),
.dsg-w-7-ateam tr th:nth-child(4) {
	background-color: #91bc80;
}
@media screen AND (max-width: 620px) {
	.dsg-w-7-container {
		width: 100%;
	}
}
#dsg-w-8 {
	max-width: 1500px;
	overflow: hidden;
	margin-top: 20px;
}
.dsg-w-8-container {
	width: 100%;
	border: 1px solid #dfdfdf;
}
.dsg-w-8-header {
	width: 100%;
    line-height: 44px;
    text-align: center;
    background-color: #081E30;
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.dsg-w-8-b {
	width: 100%;
	overflow: hidden;
}
.dsg-w-8-b-h {
	width: 100%;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 14px;
}
.dsg-w-8-b-h-l {
	width: 35%;
	text-align: right;
	padding-right: 5%;
	border-bottom: 1px solid #e5e5e5;
	float: left;
	font-weight: bold;
}
.dsg-w-8-b-h-m {
	width: 30%;
	float: left;
	height: 100%;
}
.dsg-w-8-b-h-r {
	width: 35%;
	text-align: left;
	padding-left: 5%;
	border-bottom: 1px solid #e5e5e5;
	float: left;
	font-weight: bold;
}
.dsg-w-8-b-c {
	width: 100%;
	height: 145px;
	float: left;
}

.dsg-w-8-col-1 {
	width: 30%;
	height: 100%;
	float: left;	
}
.dsg-w-8-col-2 {
	width: 40%;
	height: 100%;
	float: left;
}
.dsg-w-8-b-h-l.dsg-w-6-h-l,
.dsg-w-8-b-h-r.dsg-w-6-h-r {
	border: none;
}
.dsg-w-8-col-1 > div {
	width: 50%;
	height: 100px;
	float: left;
	margin-top: 10px;
	text-align: center;
}
.dsg-w-8-goal-row {
	height: 25%;
	width: 100%;
	padding: 0px 10px;
}
.dsg-w-8-goal-row > div {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	float: left;
}
.dsg-w-8-goal-row > div > img {
	height: 90%;
}
.dsg-w-8-stat-value {
	width: 100%;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}
.dsg-w-8-stat-value > div {
	width: 55px;
    line-height: 28px;
    color: white;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
	display: inline-block;
}
.dsg-w-8-stat-form {
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 12px;
	color: #555;
	margin-top: 10px;
}
.dsg-w-8-graph {
	width: 100%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 10px;
}
.dsg-w-8-text {
	width: 100%;
    height: 50%;
    padding: 0px 10px;
    font-size: 14px;
    text-align: center;
}
.dsg-w-8-graph-line {
	width: 100%;
	height: 10px;
}
.dsg-w-8-graph-line > div {
	height: 100%;
	float: left;
}
.dsg-w-8-col-1 .dsg-w-8-m-row {
	width: 100%;
	height: 25px;
	display: flex;
	align-items: center;
	font-size: 12px;
}
.dsg-w-8-m-row div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dsg-w-8-m-row div:nth-child(2) {
	min-width: 35px;
}
.dsg-w-8-m-row a {
	font-weight: inherit;
}

.dsg-w-8-m-row div:nth-child(1),
.dsg-w-8-m-row div:nth-child(3) {
	width: 50%;	
}
.dsg-w-8-col-1 div.dsg-w-8-m-row-resp {
	display: none;
	width: 100%;
	height: auto;
    line-height: 30px;
    float: left;
    margin: 5px 0px;
	text-align: center;
	background-color: #dfdfdf;
	font-weight: bold;
}

.dsg-w-8-matches {
	margin-bottom: 5px;
}
.dsg-w-8-matches, .dsg-w-8-matches > div {
	height: auto;
	min-height: 1px;
}
.dsg-w-8-col-1 > div.dsg-w-8-m-mswitch {
	height:30px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
div.dsg-w-8-m-mswitch > div {
	width: 70px;
	cursor: pointer;
}
.mswitch-active {
	background-color: #dfdfdf;
}
.dsg-w-8-col-1 .tbh,
.dsg-w-8-col-1 .tbl,
.dsg-w-8-col-1 .taa,
.dsg-w-8-col-1 .tal {
	display: none;
}


@media screen AND (max-width: 550px) { 
	.dsg-w-8-b-h-l, .dsg-w-8-b-h-r {
		width: 50%;
		text-align: center;
	}
	.dsg-w-8-b-h-m {
		width: 0%;
	}
	.dsg-w-8-matches .dsg-w-8-col-1 {
		width: 50%;
	}
	.dsg-w-8-matches .dsg-w-8-col-2 {
		width: 0%;
	}
	.dsg-w-8-resp .dsg-w-8-col-1 {
		display: flex;
		flex-wrap: wrap;
	}
	.dsg-w-8-resp .dsg-w-8-col-1:last-child > div:first-child {
		order: 2;
	}
	.dsg-w-8-resp .dsg-w-8-col-1:last-child  > div:last-child {
		order: 1;
	}
	.dsg-w-8-resp .dsg-w-8-col-1 > div {
		width: 100%;
		height: 50%;
	}
}
@media screen AND (max-width: 400px) {	
	.dsg-w-8-col-1 div.dsg-w-8-m-row-resp {
		display: block;		
	}
	.dsg-w-8-matches { 
		height: auto;
	}
	.dsg-w-8-matches .dsg-w-8-col-2 {
		height: 0;
	}	
	.dsg-w-8-matches .dsg-w-8-col-1 {
		width: 100%;
		height: auto;
	}
}




#dsg-w-9 {
	max-width: 1500px;
	overflow: hidden;
	margin-top: 20px;
}
.dsg-w-9-container {
	width: 100%;
	border: 1px solid #dfdfdf;
}
.dsg-w-9-header {
	width: 100%;
    line-height: 44px;
    text-align: center;
    background-color: #081E30;
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.dsg-w-9-b {
	width: 100%;
	overflow: hidden;
}
.dsg-w-9-row-1 {
	width: 100%;
	height: 120px;
	margin-top: 10px;
}
.dsg-w-9-row-1 .dsg-w-9-col-1 {
	width: 30%;
    text-align: center;
	float: left;
	height: 100%;
	padding-top: 30px;
}
.dsg-w-9-row-1 .dsg-w-9-col-2 {
	width: 40%;
    text-align: center;
	float: left;
	height: 100%;
}
.dsg-w-9-row-1 .dsg-w-9-col-1 > div:nth-child(2) {
	font-weight: bold;
}
.dsg-w-9-row-1 .dsg-w-9-col-1 > div:nth-child(3) {
	font-weight: bold;
	color: #555;
}
.dsg-w-9-mnum {
	height: 40px;
}
.dsg-w-9-mnum > div:first-child {
	font-weight: bold;
	line-height: 24px;
	font-size: 20px;
}
.dsg-w-9-mnum > div:last-child {
	line-height: 16px;
	font-size: 14px;
}
.dsg-w-9-graph {
	width: 100%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 10px;
	flex-wrap: wrap;
}
.dsg-w-9-graph-line {
	width: 100%;
	height: 10px;
	margin-top: 20px;
}
.dsg-w-9-graph-line > div {
	height: 100%;
	float: left;
}
.dsg-w-9-graph-desc {
	width: 100%;
	height: 20px;
}
.dsg-w-9-graph-desc > div {
	height: 100%;
	float: left;
	font-weight: bold;
	overflow: hidden;
	font-size: 12px;
}

.dsg-w-9-row-2 {
	width: 100%;
	display: flex;
    justify-content: space-evenly;
	flex-wrap: wrap;
	margin: 10px 0px;
}
.dsg-w-9-match-box {
	width: 18%;
	min-width: 100px;
	background-color: #0000001a;
	margin-top: 10px;
	border: 1px solid #00000026;
}
.dsg-w-9-match-row {
	width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.dsg-w-9-match-row > img {
	height: 25px;
}
.dsg-w-9-match-row:last-child {
	font-size: 12px;
}

.dsg-w-9-stat-box {
	width: 24%;
	min-width: 120px;
	margin-top: 10px;
	border: 1px solid #00000026;
}
.dsg-w-9-stat-h {
	line-height: 25px;
    background-color: #dfdfdf;
    text-align: center;
}
.dsg-w-9-stat-row {
	width: 100%;
	height: 55px;
}
.dsg-w-9-stat-row > div:first-child {
	font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-top: 8px;
}
.dsg-w-9-stat-row > div:last-child {
	font-size: 14px;
    text-align: center;
}







#dsg-w-10 {
	max-width: 1500px;
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.dsg-w-10-container {
	width: 50%;
	border: 1px solid #dfdfdf;
	float: left;
}
.dsg-w-10-b {
	width: 100%;
	overflow: hidden;
}
.dsg-w-10-subcat {
	width: 100%;
	overflow: hidden;
}
.dsg-w-10-subcat-h {
	width: 100%;
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 40px;
	padding-left: 5px;
}
.dsg-w-10-subcat-h > img {
	margin-right: 10px;
}
.dsg-w-10-subcat-r {
	width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 45px;
}
.dsg-w-10-subcat-k {
	width: 100%;
}
.dsg-w-10-subcat-v {
	min-width: 25px;
    text-align: center;
}


@media screen AND (max-width: 620px) {
	.dsg-w-10-container {
		width: 100%;
	}
}








#dsg-w-11 {
	max-width: 1500px;
	overflow: hidden;
	margin-top: 20px;
}
.dsg-w-11-container {
	width: 100%;
	border: 1px solid #dfdfdf;
}
.dsg-w-11-header {
	width: 100%;
    line-height: 44px;
    text-align: center;
    background-color: #081E30;
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.dsg-w-11-b {
	width: 100%;
	overflow: hidden;
}
.dsg-w-11-b-h {
	width: 100%;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 14px;
}
.dsg-w-11-b-h-l, .dsg-w-11-b-h-r {
	width: 35%;
	border-bottom: 1px solid #e5e5e5;
	float: left;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.dsg-w-11-b-h-l {
	padding-right: 5%;
    justify-content: flex-end;
}
.dsg-w-11-b-h-l > img {
	height: 27px;
	margin-left: 10px;
}
.dsg-w-11-b-h-m {
	width: 30%;
	float: left;
	height: 100%;
}
.dsg-w-11-b-h-r {
	padding-left: 5%;
}
.dsg-w-11-b-h-r > img {
	height: 27px;
	margin-right: 10px;
}
.dsg-w-11-b-c {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.dsg-w-11-stat {
	width: 100%;
	height: 55px;
}
.dsg-w-11-stat-row-1 {
	width: 100%;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	margin-bottom: -13px;
}
.dsg-w-11-stat-row-2 {
	width: 100%;
	height: 35px;
	text-align: center;
	display: flex;
    padding: 0 10%;
	align-items: center;
}

.dsg-w-11-bar-v {
	min-width: 35px;
    height: 35px;
    line-height: 15px;
    border-radius: 100%;	
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.dsg-w-11-bar-v > div {
	line-height: 10px;
    font-size: 10px;
    width: 100%;
}
.dsg-w-11-bar-v-home {
	border: 1px solid #a2cc90;
}
.dsg-w-11-bar-v-away {
	border: 1px solid #f58c77;
}
.dsg-w-11-bar {
	width: 100%;
	height: 10px;
}
.dsg-w-11-bar > div { 
	height: 100%;
    float: left;
}


@media screen AND (max-width: 400px) {
	.dsg-w-11-b-h-m {
		width: 0%;
	}
	.dsg-w-11-b-h-l, .dsg-w-11-b-h-r {
		width: 50%;
	}
}


#dsg-w-12 {
	max-width: 1500px;
	overflow: hidden;
	margin-top: 20px;
}
.dsg-w-12-container {
	width: 100%;
}
.dsg-w-12-header {
	width: 100%;
    line-height: 44px;
    text-align: center;
    background-color: #081E30;
    color: white;
    font-size: 16px;
    font-weight: bold;
	position: relative;
}
.dsg-w-12-b {
	width: 100%;
	overflow: hidden;
}
.dsg-w-12-b2 {
	width: 100%;
	overflow: hidden;
	display: flex;
    flex-wrap: wrap;
}
.dsg-w-12-h {
	width: 100%;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	background-color: #dfdfdf;
}
.dsg-w-12-row  {
	width: 100%;
	display: flex;
	align-items: center;
}
.dsg-w-12-trow  {
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dfdfdf;
    margin: 5px;
}
.dsg-w-12-row > div {
	 font-weight: bold;
	 cursor: pointer;
	 width: 33.33%;
	 text-align: center;
}
.dsg-w-12-tname {
	height: 30px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.dsg-w-12-clogo {
	height: 18px;
    margin-right: 5px;
}
.dsg-w-12-row input[type=submit] {
	cursor: pointer;
	background-color: white;
    border: none;
    border: 1px solid #dfdfdf;
    width: 80px;
    height: 50px;
	margin-bottom: 10px;
	font-weight: bold;
}

.dsg-w-12-trow-c1 {
	font-weight: bold;
    min-width: 120px;
    padding-left: 10px;
}
.dsg-w-12-trow-c2 {
	width: 100%;
}
.dsg-w-12-trow-r1 { 
	min-height: 25px;
	line-height: 25px;
	width: 100%;
    display: flex;
    align-items: center;
	font-size: 14px;
	flex-wrap: wrap;
}
.dsg-w-12-trow-r1 > div:first-child {
	display: inline-block;
    min-width: 50px;
    line-height: 20px;
    background: #D7ECFA;
    border-color: #84C4F1 #84C4F1 #53ACEB;
    font-size: 12px;
    padding-left: 5px;
	margin-right: 5px;
}
.dsg-w-12-trow-r1 > div:nth-child(2) { 
	min-width: 300px;
	font-weight: bold;
}
.dsg-w-12-trow-r1 > div:nth-child(3) { 
	min-width: 400px;
}
.dsg-w-12-trow-r2 {
	font-size: 14px;
    color: #555;
}
@media screen AND (max-width: 400px) { 
	.dsg-w-12-clogo { display: none; }
}
@media screen AND (max-width: 837px) {
	.dsg-w-12-trow { max-width: none; }
}
