.zentcash-nodes {
		color: #FFFFFF;
		background: radial-gradient(circle at 50% 30%, rgba(198, 167, 94, 0.18), transparent 60%), linear-gradient(135deg, #0F172A, #111827);
		position: relative;
		border: 1px solid #323232;
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 8%;
		padding-right: 8%;
}

.zentcash-nodes-title {
		font-size: 2.5rem;
		font-weight: 700;
		margin-bottom: 1rem;
		text-align: center;
}

.zentcash-nodes-subtitle {
		font-size: 2rem;
		font-weight: 300;
		margin-bottom: 1rem;
		text-align: center;
}

.table-nodes{
    overflow-x: auto;
}

.nodes-table {
		border-radius: 2rem 2rem 0 0;
		overflow: hidden;
		width: 100%;
}

.nodes-table thead  {
		padding: 1rem;
		text-align: center;
		border: 2px solid #323232;
		background: #cca700;
		color: rgb(31, 31, 31);
}

.nodes-table tbody {
		border: 1px solid #323232;
}

.nodes-table tbody td {
		padding: 1rem;
		text-align: center;
		border-bottom: 1px solid #323232;
}