@font-face {
    font-family: 'olympics';
    src: url('https://dsg-images.com/fonts/olympics.woff2');
}
* {
	font-family: 'olympics';
	margin: 0;
	box-sizing: border-box;
}
#medal-home-w {
	width: 100%;
}
#medal-home-w .medals-row {
	display: flex;
    width: 100%;
    height: 40px;
    align-items: center;
    font-size: 13px;
}
#medal-home-w .medals-header {
	font-weight: bold;
    color: white;
    background-color: black;
    font-size: 14px;
}
#medal-home-w .medals-row .col-1 {
	min-width: 40px;
    text-align: center;
    font-weight: bold;
}
#medal-home-w .medals-row .col-2 {
	width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
}
#medal-home-w .medals-row .col-3 {
	min-width: 70px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#medal-home-w .medals-row .col-2 img {
	margin-right: 5px;
    width: 20px;
}
#medal-home-w.ar .medals-row .col-2 img {
	margin-left: 5px;
	margin-right: 0;
    width: 20px;
}
#medal-home-w .medals-row:not(.medals-header):nth-child(2n+2)  {
	background-color: #e8e8e8;
}
@media screen AND (max-width: 600px) {
	#medal-home-w .medals-row .col-3 { 
		min-width: 40px;
	}   
	#medal-home-w .medals-row .col-athletes {
		display: none;
	}	
}
@media screen AND (max-width: 400px) {
	#medal-home-w .medals-row .col-1,
	#medal-home-w .medals-row .col-3 { 
		min-width: 35px;
	}
	#medal-home-w .medals-row .col-total { 
		min-width: 45px;
	}   
}


#medal-discipline-w {
	width: 100%;
}
#medal-discipline-w .switch {
	width: 100%;
    height: 40px;
    margin-bottom: 3px;
}
#medal-discipline-w .switch > div {
	display: flex;
    width: 50%;
    float: left;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #e23b48;
    color: white;
    cursor: pointer;
	font-weight: bold;
}
#medal-discipline-w .switch > div:first-child {
	border-right: 1px solid white;
}
#medal-discipline-w .switch > div:last-child {
	border-left: 1px solid white;
}
#medal-discipline-w .header {
	width: 100%;
    display: flex;
    height: 30px;
    align-items: center;
    padding-left: 5px;
    font-weight: bold;
    background-color: #a5a4a4;
    font-size: 14px;
}
#medal-discipline-w.ar .header {
    padding-left: 0;
    padding-right: 5px;
}
#medal-discipline-w .sport-img {
	height: 20px;
    margin-right: 5px;
}
#medal-discipline-w.ar .sport-img {
    margin-left: 5px;
    margin-right: 0;
}
#medal-discipline-w .gender-img {
	margin-right: 5px;	
}
#medal-discipline-w .medals-row {
	display: flex;
    width: 100%;
    height: 40px;
    align-items: center;
    font-size: 13px;
}
#medal-discipline-w .medal-col {
	padding-left: 5px;
    flex: 1;
    display: flex;
    align-items: center;
}
#medal-discipline-w.ar .medal-col {
	padding-left: 0;
	padding-right: 5px;
}
#medal-discipline-w .medal-col img {
	height: 25px;
    margin-right: 5px;
}
#medal-discipline-w.ar .medal-col img {
    margin-right: 0;
    margin-left: 5px;
}
#medal-discipline-w .medal-col > div {
	margin-right: 5px;
}
#medal-discipline-w.ar .medal-col > div {
	margin-right: 0;
	margin-left: 5px;
}
@media screen and (max-width: 800px) {
	#medal-discipline-w .medals-row {
		display: block;
		height: unset;
	}
	#medal-discipline-w .medal-col {
		line-height: 40px;
		min-height: 40px;
		width: 100%;
	}
	#medal-discipline-w .medal-col:nth-child(2n+2) {
		background-color: #e8e8e8;
	}
	
}





