.attributes {
	background-color: transparent;
	border:none;
	box-shadow: none;
	padding-right: 10px;
}
.form-control {
	float:right;  
	white-space: nowrap;
  	overflow: visible;
  	display:inline;
}
.search-bar {
	border-style: solid;
		border-color:#d3b35a;
		border-radius: 2px;
    	height:15px;
    	font-size: 14px;
    	width: 150px;
}

.button {

	margin:0; padding:0;
	vertical-align: middle;
    	height:20px;
    	width: 60px;
    	background-color: #d3b35a;
    	font-size: 12px;
    	color:white;
    	border: none;
    	border-radius:5px;
    	font-weight:bold;
}
.button:hover {
    	color: rgba(255, 255, 255, 1);
    	box-shadow: 0 5px 15px rgba(255, 255, 255, .3);
    	cursor:pointer;
}

.pagination {
	padding-left: 10px;
	text-shadow: none;
	font-size:15px;
	padding-top:12px;
	white-space: nowrap;
  	overflow: visible;
    	text-align:left;

}
.pagination a, .pagination strong {
	padding: 1px 8px;
  	border-radius: 5px;
  	color: #fff;
  	display:inline;
  	text-decoration: none;
  	font-weight: bold;
}

.pagination a:hover {
  	background-color: #ddd;
}

.pagination strong {
  	background-color: #d3b35a;
  	color: #fff;
}

.pagination a.disabled {
  	pointer-events: none;
  	opacity: 0.5;
}

.dropdown {
    position: relative; /* Ensure dropdown has a positioning context */
    z-index: 10; /* Higher z-index for dropdown container */
}

.dropdown-content {

	display: none;
	position: absolute;
	background-color: #d3b35a;
	min-width: 220px;
	z-index: 1;
	white-space: normal;
}

.dropdown-content a {
	padding-left:4px;
	padding-right:4px;
	color: black;
	text-decoration: none;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown img, .dropdown-content img { width: 35px!important; }

.number-container {
	line-height: 1.5;
	font-size:17px;
	font-weight: bold;
  	background-position: center;
	background-repeat: no-repeat;
	background-image: url('./img/xp-border.png');
}

.number {
    margin-left: 10px;
}
.number:hover { color:white; }

.progress-bar:hover { background-color: white; }

.progress-bar {
    width: 60px;
    background-color: lightgrey;
    border-radius: 3px; /* Ensures rounded corners */
    height: 6px;
    vertical-align: bottom;
    display: inline-block;
    overflow: visible;
    position: relative;
    text-align: center;
}

.progress-bar a {
	margin-top: -22px;
	width: 100%;
	position: absolute;
	color:#bbbbbb;
	font-size:13px;
	height:17px;
}

.progress {
    height: 100%;
    background-color: #d3b35a; /* Gold-like color */
    border-radius: 3px; /* Ensures left side stays rounded */
}

html {
    	background-image: url('./img/background.jpeg');
  	background-position: relative;
	background-attachment: fixed;
  	background-size: 100% 113%;
}

@font-face {
  font-family: 'Poppins';
  src: url('Poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('Poppins/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('Poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('Poppins/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

body { 
	font-family: "Poppins", sans-serif;
	line-height: 1.2; 
	margin:0;
}

button { 
	font-family:inherit; 
}

table {
    	width: 100%;
    	color: white;
    	border-style: solid;
    	border-width: 2px;
    	border-color: #9A8547;
    	border:0;
	border-spacing:0;
}
#avatar { width: 26px; vertical-align: -5px;}
#steam { width:10px; }
#new { 
	height: 15px; 
	padding-left:5px;
}
#himg, #himg2, #himg3 { 
  	display: inline-block;
  	vertical-align: middle;
}
#himg { width: 25px; }
#himg2 { width: 20px; }
.topa td {
    	text-align: center;
    	color:#bbbbbb;
    	font-size:18px;
    	font-weight:bold;
}
#sp img { padding-right:5px; }
#sp { 
	text-align:left;
}
#sp a:hover {
	cursor: pointer;
	text-decoration:underline;
}

.topa th:first-child, th #top { width: 25px; padding-left:5px; padding-right:5px;}
.topa th:nth-child(2) { min-width: 80px; }
.topa th:nth-child(4), th:nth-child(5), th:nth-child(6), th:nth-child(7), th:nth-child(8), th:nth-child(9) { width:8%; }
.topa th:last-child { width: 100px; }

th:hover { 
	color:white; 
}
.topa th {
	color:#d3b35a;
	font-size:15px;
	white-space: nowrap;
}
.topa th a:link { 
	color: inherit; 
	text-decoration: none; 
}
.topa th a:visited { color: inherit; }
.topa td:hover { color:white; }
#url:hover { color:white; }
.topa td a {
	max-width:200px;
	vertical-align: bottom;
	padding-top:7px;
	padding-bottom:1px;
	padding-right:5px;
	text-decoration:none;
    	font-weight: 700;
    	display: inline-block;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
}

#a {
	height:25px;
}
#b {
    	background: rgba(0, 0, 0, 0.3);
}
#i { 
	background: rgba(211, 179, 90, 0.5);
}
#sk12:hover { color:white; }
#sk1 {
	width:1px;
	line-height:14px;
    	margin:auto;
	border-style:solid;
	border-width:0;
	border-spacing:1px;
	box-shadow: 0px 0px 0px;
	border-radius:3px;

}
#sk11 { 
	font-size:14px;
	min-width:22px;
	max-width:22px;
	font-weight:bold;
}
#sk12 {
	color:black;
	font-size:14px;
	min-width:30px;
	max-width:30px;
	background: rgba(255, 255 ,255, 0.9);
	border-radius:3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-weight:normal;
}
#hs { white-space: nowrap; }
#hs:hover { color:white!important; }
#hs a:hover { color:white; }
#hs a {
	color:#bbbbbb;
	font-size:13px;
	height:17px;
}
#s { white-space: nowrap; }
#s a:hover { color:white; }
#s a { 
	font-size:11px;
	display:inline;
	position:relative;
    	bottom:6px;
    	right:2px;
}
#r1:hover, #r2:hover, #r3:hover, #r4:hover, #r5:hover, #r6:hover, #r7:hover, #r8:hover, #r9:hover, #r10:hover, #r11:hover, #r12:hover, #r13:hover, #r14:hover, #r15:hover, #r16:hover, #r17:hover, #r18:hover, #r19:hover { background-size: auto 110% !important; }
#r1, #r2, #r3, #r4, #r5, #r6, #r7, #r8, #r9, #r10, #r11, #r12, #r13, #r14, #r15, #r16, #r17, #r18, #r19  {
    	background-repeat: no-repeat;
    	background-position: center;
}

#r1 { background-image: url('./img/ranks/rank0.png'); }
#r2 { background-image: url('./img/ranks/rank1.png'); }
#r3 { background-image: url('./img/ranks/rank2.png'); }
#r4 { background-image: url('./img/ranks/rank3.png'); }
#r5 { background-image: url('./img/ranks/rank4.png'); }
#r6 { background-image: url('./img/ranks/rank5.png'); }
#r7 { background-image: url('./img/ranks/rank6.png'); }
#r8 { background-image: url('./img/ranks/rank7.png'); }
#r9 { background-image: url('./img/ranks/rank8.png'); }
#r10 { background-image: url('./img/ranks/rank9.png'); }
#r11 { background-image: url('./img/ranks/rank10.png'); }
#r12 { background-image: url('./img/ranks/rank11.png'); }
#r13 { background-image: url('./img/ranks/rank12.png'); }
#r14 { background-image: url('./img/ranks/rank13.png'); }
#r15 { background-image: url('./img/ranks/rank14.png'); }
#r16 { background-image: url('./img/ranks/rank15.png'); }
#r17 { background-image: url('./img/ranks/rank16.png'); }
#r18 { background-image: url('./img/ranks/rank17.png'); }
#r19 { background-image: url('./img/ranks/rank18.png'); }

#z:hover, #w:hover, #y:hover { -webkit-transform: scale(1.1); }
#z, #w, #y {
    	background-repeat: no-repeat;
    	background-position: center;
}
#z { background-image: url('./img/icon-first.png'); }
#w { background-image: url('./img/icon-second.png'); }
#y { background-image: url('./img/icon-third.png'); }

#o0, #o1 { 
	display:inline-block;
	background-size:8px;
	background-repeat: no-repeat;
	background-position-y:center;
	padding-left:13px;
	width: 300px;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
}
#o0 { background-image: url('./img/offline.png'); }
#o1 { background-image: url('./img/online.png'); }

@media screen and (max-height: 525px) {
	.progress-bar a {
		margin-top: -18px!important;
	}

	.topa td a {
		padding-top:3px!important;
		padding-bottom:3px!important;
	}
}

@media screen and (max-height: 515px) {
	#r1, #r2, #r3, #r4, #r5, #r6, #r7, #r8, #r9, #r10, #r11, #r12, #r13, #r14, #r15, #r16, #r17, #r18, #r19  { background-size: 70px!important; }
	.topa td a {
		padding-top:2px!important;
		padding-bottom:2px!important;
	}
}

@media screen and (max-height: 500px) {
	.progress-bar {
		vertical-align: -5px!important;
	}

	.progress-bar a {
		margin-top: -19px!important;
	}

	#avatar { width:24px!important; vertical-align: -4px!important; }
	.topa td a {
		padding-top:3px!important;
		padding-bottom:2px!important;
	}
	.topa th:first-child, th #top { min-width: 15px!important; }
	.topa th:nth-child(2) { min-width: 90px!important; }
	.topa th:nth-child(3) { min-width: 150px!important; }
	.topa th:nth-child(4), th:nth-child(5), th:nth-child(6), th:nth-child(7), th:nth-child(8), th:nth-child(9) { width:90px!important; }
}

@media screen and (max-height: 450px) {
	.progress-bar {
		vertical-align: -5px!important;
		height: 6px!important;
	}

	.progress-bar a {
		margin-top: -19px!important;
	}

	.attributes { padding-top: 5px!important; }
	.search-bar {
    	height:12px!important;
    	font-size: 14px!important;
    	width: 145px!important;
	}

	.button {
		vertical-align: top!important;
    	height:18px!important;
    	width: 55px!important;
    	font-size: 11px!important;
	}

	.pagination {

		font-size:13px!important;
		padding-top:5px!important;
	}

	.pagination a, .pagination strong {
		padding: 0px 7px!important;
	}
	.number-container {
		line-height: 1.5!important;
		font-size:14px!important;
		background-size: 65px!important;;
	}

	.number {
	    margin-left: 7px!important;
	}

	#avatar { width: 22px!important; padding-right:4px!important; vertical-align: -4px!important}
	#steam { width:8px!important; }
	#new { 
		height: 13px!important; 
		padding-left:5px!important; 
	}
	.topa th:first-child, th #top { min-width: 5px!important; }
	.topa th:nth-child(2) { min-width: 50px!important; }
	.topa th:nth-child(3) { min-width: 190px!important; }
	.topa th:nth-child(4), th:nth-child(5), th:nth-child(6), th:nth-child(7), th:nth-child(8), th:nth-child(9) { width:8%!important; }
	.topa th:last-child { width:10%!important; }
	.topa th { 
		padding: 0!important;
		height: 0px!important;
		font-size: 14px!important; 
	}
	.topa td { font-size: 15px!important;}
	.topa td a {
		max-width: 150px!important;
		padding-top:3px!important;
		padding-bottom:3px!important;
		padding-right:5px!important;
	}

	.topa td#sp div {
	    overflow: visible!important;
	}

	#hs { line-height:20px!important }
	#hs a { font-size: 11px!important; line-height:17px!important}
	#sk1 { 
		line-height:12px!important; 
	}
	#sk11 { 
		font-size:11px!important;
		min-width:18px!important;
		max-width:18px!important;
	}
	#sk12 {
		font-size:11px!important;
		min-width:24px!important;
		max-width:24px!important;
	}
	#o0, #o1 { 
		width:125px!important;
		background-size: 6px!important;
		padding-left:10px!important;
	}
	#r1, #r2, #r3, #r4, #r5, #r6, #r7, #r8, #r9, #r10, #r11, #r12, #r13, #r14, #r15, #r16, #r17, #r18, #r19  { background-size: 60px!important; }
	#himg3 { width: 35px!important; }
	.dropdown-content { min-width: 220px!important; }
	.dropdown-content img { width: 35px!important; }
	#z, #w, #y { background-size: 75%!important; }
}

@media screen and (max-height: 400px) {
	.pagination a, .pagination strong {
		padding: 0px 5px!important;
	}
}

@media screen and (max-height: 385px) {
	.progress-bar {
	    width: 45px!important;
	    height: 5px!important;
	    vertical-align: -4px!important;
	}

	.progress-bar a {
		margin-top: -16px!important;
		font-size: 9px!important; 
	}

	.attributes { padding-top: 4px!important; padding-right: 7px!important;}
	.search-bar {
    	height:11px!important;
    	font-size: 13px!important;
    	width: 135px!important;
	}

	.button {
		vertical-align: 1px!important;
    	height:17px!important;
    	width: 50px!important;
    	font-size: 11px!important;
	}

	.pagination {
		padding-left: 7px!important;
		font-size:11px!important;
		padding-top:4px!important;
	}

	.pagination a, .pagination strong {
		padding: 1px 5px!important;
		border-radius: 3px!important;
	}

	.number-container {
		line-height: 1.7!important;
		font-size:12px!important;
		background-size: 55px!important;;
	}

	.number {
	    margin-left: 7px!important;
	}

	#avatar { width: 19px!important; padding-right:2px!important; vertical-align: -4px!important}
	#steam { width:6px!important; vertical-align: -1px!important;}
	#new { 
		height: 10px!important; 
		padding-left:3px!important; 
	}
	.topa th:first-child, th #top { min-width: 0px!important; }
	.topa th:nth-child(2) { min-width: 45px!important; }
	.topa th:nth-child(3) { min-width: 180px!important; }
	.topa th:nth-child(4), th:nth-child(5), th:nth-child(6), th:nth-child(7), th:nth-child(8), th:nth-child(9) { width:8%!important; }
	.topa th:last-child { width: 10%!important; }
	.topa th { 
		padding: 0!important;
		height:0px!important;
		font-size: 12px!important; 
	}
	.topa td { font-size: 13px!important;}
	.topa td a {
		max-width: 150px!important;
		padding-top:2px!important;
		padding-bottom:1px!important;
		padding-right:4px!important;
	}

	.topa td#sp div {
	    overflow: visible!important;
	}

	#a { height:1px!important; }
	#hs a { 
		font-size: 9px!important;
		line-height:16px!important;
	}

	#hs { line-height: 19px!important; }
	#sk1 { 
		line-height:10px!important; 
	}
	#sk11 { 
		font-size:10px!important;
		min-width:14px!important;
		max-width:14px!important;
	}
	#sk12 {
		font-size:10px!important;
		min-width:22px!important;
		max-width:22px!important;
	}
	#o0, #o1 { 
		width:125px!important;
		background-size: 5px!important;
		padding-left:8px!important;
	}
	#r1, #r2, #r3, #r4, #r5, #r6, #r7, #r8, #r9, #r10, #r11, #r12, #r13, #r14, #r15, #r16, #r17, #r18, #r19  { background-size: 55px!important; }
	#himg3 { width: 30px!important;}
	.dropdown-content { min-width: 180px!important; }
	.dropdown-content img { width: 30px!important; }
	.dropdown-content a { padding-left:3px!important; padding-right:3px!important; }
	#z, #w, #y { background-size: 65%!important; }
}

@media screen and (max-height: 360px) {
	.progress-bar {
	    width: 45px!important;
	    height: 5px!important;
	    vertical-align: -4px!important;
	}

	.progress-bar a {
		margin-top: -15px!important;
		font-size: 9px!important; 
	}

	.search-bar {
    	height:10px!important;
    	font-size: 12px!important;
    	width: 120px!important;
	}

	.button {

    	height:16px!important;
    	width: 50px!important;
    	font-size: 11px!important;
	}

	.pagination {

		font-size:10px!important;
		padding-top:3px!important;
	}

	.pagination a, .pagination strong {
		padding: 1px 6px!important;
		border-radius: 3px!important;
	}

	.attributes { padding-top:7px!important;}

	.number-container {
		line-height: 1.4!important;
		font-size:12px!important;
		background-size: 55px!important;;
	}

	.number {
	    margin-left: 7px!important;
	}
	#avatar { width: 17px!important; vertical-align: -3px!important; }
	#steam { width:6px!important; }
	#new { 
		height: 10px!important; 
		padding-left:3px!important; 
	}
	.topa th:first-child, th #top { width: 20px!important; }
	.topa th:nth-child(2) { min-width: 40px!important; }
	.topa th:nth-child(3) { min-width: 160px!important; }
	.topa th:nth-child(4), th:nth-child(5), th:nth-child(6), th:nth-child(7), th:nth-child(8), th:nth-child(9) { width:8%!important; }
	.topa th:last-child { width: 10%!important; }
	.topa th { 
		padding: 0!important;
		height:0px!important;
		font-size: 12px!important; 
	}
	.topa td { font-size: 13px!important;}
	.topa td a {
		max-width: 125px!important;
		padding-top:2px!important;
		padding-bottom:1px!important;
		padding-right:5px!important;
	}

	.topa td#sp div {
	    overflow: visible!important;
	}
	#a { height:15px!important; }
	#hs a { 
		font-size: 9px!important;
		line-height:17px!important;
	}

	#hs { line-height: 17px!important; }
	#sk1 { 
		line-height:10px!important; 
	}
	#sk11 { 
		font-size:10px!important;
		min-width:14px!important;
		max-width:14px!important;
	}
	#sk12 {
		font-size:10px!important;
		min-width:22px!important;
		max-width:22px!important;
	}
	#o0, #o1 { 
		width:125px!important;
		background-size: 5px!important;
		padding-left:8px!important;
	}
	#r1, #r2, #r3, #r4, #r5, #r6, #r7, #r8, #r9, #r10, #r11, #r12, #r13, #r14, #r15, #r16, #r17, #r18, #r19  { background-size: 50px!important; }
	#himg3 { width: 27px!important; }
	.dropdown-content { min-width: 170px!important; }
	.dropdown-content img { width: 27px!important; }
	.dropdown-content a { padding-left:3px!important; padding-right:3px!important; }
	#z, #w, #y { background-size: 75%!important; }
}

@media screen and (max-height: 332px) {
	.topa table { line-height:80%; }
	.topa th { 
		height:12px!important; 
	}
	.topa td a { 
		height: 12px!important; 
	}
}

@media screen and (max-height: 330px) {
	.progress-bar {
	    width: 40px!important;
	    height: 4px!important;
	    vertical-align: -4px!important;
	}

	.progress-bar a {
		margin-top: -13px!important;
		font-size: 8px!important; 
	}

	.attributes { padding-top:9px!important; padding-right: 5px!important;}
	.search-bar {
		border-width:1px!important;;
    	height:10px!important;
    	font-size: 10px!important;
    	width: 110px!important;
    	border-radius: 2px!important;
	}

	.button {
		vertical-align: top!important;
    	height:14px!important;
    	width: 45px!important;
    	font-size: 9px!important;
    	border-radius:2px!important;
	}

	.pagination {
		padding-left: 5px!important;
		font-size:9px!important;
		padding-top:0px!important;
	}
	.pagination a, .pagination strong {
		padding: 1px 4px 0 4px!important;
		border-radius: 2px!important;
	}

	.number-container {
		line-height:1.7!important;
		font-size:9px!important;
		background-size: 42px!important;;
	}

	.number {
	    margin-left: 5px!important;
	}

	#avatar { width: 14px!important; padding-right:2px!important; vertical-align: -3px!important;}
	#steam { width:5px!important; }
	#new { 
		vertical-align: 1px!important;
		height: 9px!important; 
		padding-left:3px!important; 
	}
	.topa th:first-child, th #top { min-width: 15px!important; }
	.topa th:nth-child(2) { min-width: 35px!important; }
	.topa th:nth-child(3) { min-width: 150px!important; }
	.topa th:nth-child(4), th:nth-child(5), th:nth-child(6), th:nth-child(7), th:nth-child(8), th:nth-child(9) { width:8%!important; }
	.topa th:last-child { width: 10%!important; }
	.topa th { 

		padding: 0!important;
		height:0px!important;
		font-size: 10px!important; 
		height:10px!important;
	}
	.topa td { font-size: 11px!important;}
	.topa td a {
		max-width: 120px!important;
		padding-top:2px!important;
		padding-bottom:1px!important;
		padding-right:4px!important;
	}

	.topa td#sp div {
	    overflow: visible!important;
	}
	#a { height:10px!important; }
	#hs { line-height: 14px!important; }
	#hs a { 
		line-height:12px!important;
		font-size: 8px!important; 
	}
	#sk1 { 
		line-height:7px!important; 
		border-radius:2px!important;
	}
	#sk11 { 
		font-size:8px!important;
		min-width:10px!important;
		max-width:10px!important;
	}
	#sk12 {
		font-size:8px!important;
		min-width:17px!important;
		max-width:17px!important;
	}
	#o0, #o1 { 
		width:125px!important;
		background-size: 4px!important;
		padding-left:6px!important;
	}
	#r1, #r2, #r3, #r4, #r5, #r6, #r7, #r8, #r9, #r10, #r11, #r12, #r13, #r14, #r15, #r16, #r17, #r18, #r19  { background-size: 40px!important; }
	#himg3 { width: 20px!important;}
	.dropdown-content { min-width: 120px!important; }
	.dropdown-content img { width: 20px!important;}
	.dropdown-content a { padding-left:2px!important; padding-right:2px!important; }
	#z, #w, #y { background-size: 70%!important; }
}

@media screen and (max-height: 288px) {
	.topa td { 
		padding-bottom: 0!important;
	}
	#z, #w, #y { background-size: 60%!important; }
}

@media screen and (max-height: 265px) {
	.progress-bar {
	    width: 35px!important;
	    height: 3px!important;
	    vertical-align: -3px!important;
	}

	.progress-bar a {
		margin-top: -11px!important;
		font-size: 7px!important; 
	}

	.attributes {
		padding-right: 4px!important;
		padding-top: 3px!important;
	}
	.search-bar {
		border-width:1px!important;;
    	height:7px!important;
    	font-size: 8px!important;
    	width: 80px!important;
    	border-radius: 1px!important;
	}

	.button {
		height:11px!important;
		width:33px!important;
    	font-size: 7px!important;
    	border-radius:2px!important;
	}

	.pagination {
		padding-left: 4px!important;
		font-size:8px!important;
		padding-top:0px!important;
	}

	.pagination a, .pagination strong {
		padding: 0px 3px!important;
		border-radius: 2px!important;
	}
	.number-container {
		line-height:1.6!important;
		font-size:8px!important;
		background-size: 33px!important;
	}

	.number {
	    margin-left: 5px!important;
	}

	#avatar { width: 12px!important; padding-right:2px!important; vertical-align: -2px!important;}
	#steam { width:5px!important; vertical-align: 1px!important; }
	#new { 
		vertical-align: 2px!important;
		height: 8px!important; 
		padding-left:1px!important; 
	}
	.topa th:first-child, th #top { min-width: 15px!important;}
	.topa th:nth-child(2) { min-width: 30px!important; }
	.topa th:nth-child(3) { min-width: 100px!important; }
	.topa th:nth-child(4), th:nth-child(5), th:nth-child(6), th:nth-child(7), th:nth-child(8), th:nth-child(9) { width:8%!important; }
	.topa th:last-child { width: 10%!important; }
	.topa th { 
		padding: 0!important;
		height:0px!important;
		font-size: 8px!important; 
	}
	.topa td { 
		font-size: 9px!important; 
		padding:0!important;
		line-height: 10px!important;
	}
	.topa td a {
		max-width:85px!important;
		padding-top: 2px!important;
		padding-bottom: 0px!important;
		padding-right:3px!important;
	}
	.topa td a {
		line-height: 12px!important;
	}
	.topa td#sp div {
	    overflow: visible!important;
	}
	#a { height:10px!important; }
	#hs { line-height: 13px!important; }
	#hs a { 
		line-height:9px!important;
		font-size: 7px!important; 
	}
	#sk1 { 
		line-height:8px!important; 
		border-radius:2px!important;
	}
	#sk11 { 
		line-height:8px!important; 
		font-size:7px!important;
		min-width:10px!important;
		max-width:10px!important;
	}
	#sk12 {
		line-height:8px!important; 
		font-size:7px!important;
		min-width:17px!important;
		max-width:17px!important;
	}
	#o0, #o1 { 
		width:125px!important;
		background-size: 3px!important;
		padding-left:5px!important;
	}
	#r1, #r2, #r3, #r4, #r5, #r6, #r7, #r8, #r9, #r10, #r11, #r12, #r13, #r14, #r15, #r16, #r17, #r18, #r19  { background-size: 35px!important; }
	#himg3 { width: 18px!important;}
	.dropdown-content { min-width: 105px!important; }
	.dropdown-content a { padding-left:1px!important; padding-right:1px!important; }
	.dropdown-content img { width: 18px!important; }
	#z, #w, #y { background-size: 60%!important; }
}