body, html 
{
	margin: 0;
	padding: 0;
}

body 
{
	color: #D5D4D4;
	background-color: #353535;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}

table
{
	width: 100%;
	border-collapse: collapse;
}

tr:nth-child(even) {
	background-color: #353535;
}
tr:nth-child(odd) {
	background-color: #1F1F1F;
}
tr:not(:first-child):hover {
	/*background-color: #2f2f2f;*/
}

th
{
	top: -2px;
	position: sticky;
	background-color: #0e0e0e;
}

td, th
{
	border: 2px solid #4D4D4D;
	padding: 0.5rem;
	text-align: left;
}

.bg-error {
	background-color: #2d0000 !important;
}

.text-error {
	color: red !important;
}

.text-success {
	color: green !important;
}

.isell {
	color: #00AAAA !important;
}

.minmax {
	color: #FF5555 !important;
}

.suggested {
	color: #FFFF55 !important;
}

.name {
	color: #55FFFF !important;
}