.popupClose {
    position: absolute;
    top: 20px;
    right: 20;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    background: url(img/popup_close_l.png) center center no-repeat;
    cursor: pointer;
}

.strip {
	height: 1px;
	margin: 0 auto;
	vertical-align: middle;
	width: 80%;
	background: linear-gradient(313deg, #1b1c20, #626daf, #1b1c20);
}

.label_dw:hover {
	background:#292b2f;
}
.label_dw label {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.label_txt {
	padding-left: 30px;
}

.label_dw {
	width: 160px;
	margin-left: 5px;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
	background: #222529;
	margin-top: -1px;
	padding: 10px;
	border: 2px solid #292b2f;
	border-radius: 5px;
	color: #bababa;
	font-size: 14px;
}

.input_ss:hover {
	background: linear-gradient(#2f355b, #253074);
	padding:4px 10px;
	height: auto;
	margin-left:14px;
}

.centered-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	line-height: 1.6;
	opacity: 0.773319;
}

.content {
	width: 80%;
	text-align: center;
	padding: 10px;
}

h2 {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color: #777;
	margin-top: 0px;
}

.coin-table {
	background-color: #1b1c20;
	font-size: 14px;
	border: 0;
	font-family: play, sans-serif;
	width: 100%;
	border-collapse: collapse;
}

.coin-table th {
	background-color: #1b1c20;
	color: #777;
	padding: 10px;
	line-height: 1.5;
	border-bottom: 1px solid #333;
	vertical-align: top;
}

.coin-table td {
	border-bottom: 1px solid #2a2b2f;
	color: #908c8c;
	vertical-align: middle;
}

.coin-table tr:hover td {
	background-color: #25262a;
}

.coin-table th:nth-child(1),
.coin-table td:nth-child(1) { /* # */
	width: 50px;
	text-align: right;
	padding-right: 5px;
}

.coin-table th:nth-child(2),
.coin-table td:nth-child(2) { /* Pic */
	width: 50px;
	text-align: center;
}

.coin-table th:nth-child(3),
.coin-table td:nth-child(3) { /* Ticker */
	width: 80px;
	padding-left: 10px;
	text-align: left;
}

.coin-table th:nth-child(4),
.coin-table td:nth-child(4) { /* Name coin */
	width: 100px;
	padding-left: 10px;
	text-align: left;
}

.coin-table th:nth-child(5),
.coin-table td:nth-child(5) { /* Price $ */
	width: 80px;
	text-align: right;
	padding-right: 30px;
}

.coin-table th:nth-child(6),
.coin-table td:nth-child(6) { /* Volume */
	width: 90px;
	text-align: right;
}

.coin-table th:nth-child(7),
.coin-table td:nth-child(7) { /* Address dump */
	width: 120px;
	text-align: center;
}

.coin-table th:nth-child(8),
.coin-table td:nth-child(8) { /* Rank */
	width: 50px;
	text-align: right;
}

.coin-table th:nth-child(9),
.coin-table td:nth-child(9) { /* Market Cap */
	width: 150px;
	text-align: right;
	padding-right: 40px;
}

.sortable {
	background: url(img/6.gif) no-repeat;
	background-position: 90%;
	cursor: pointer;
	padding-right: 30px !important;
}

.sortable:hover {
	background-color: #25262a;
}

.generate {
	background-color: #0771c5;
	color: white;
	border: none;
	padding: 6px 12px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 12px;
	transition: background-color 0.3s;
}
.generate:hover {
	background-color: #065a9c;
}

.coin-link {
	color: #908c8c;
	text-decoration: none;
}

.coin-link:hover {
	color: #fff;
	text-decoration: underline;
}

.coin-image {
	width: 24px;
	height: 24px;
	object-fit: contain;
}