body {
  padding-top: 50px;
  background-color: #242424;
  color: #f7f7f7;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
.navbar-brand {
  padding-right: 58px;
}
table {
	width: 100%;
}
tr:nth-child(even) {background: #242424}
tr:nth-child(odd) {background: #141414}
tr.th{
	background-image: url("../media/gogthbg.gif");
	height: 24px;
	text-shadow: 2px 2px 4px #000000;
	text-align: center;
	font-weight: bold;
	border-bottom-color: #505050;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #505050;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #cc00cc;
}
tr.thnsw{
	background-image: url("../media/nswthbg.gif");
	height: 24px;
	text-shadow: 2px 2px 4px #000000;
	text-align: center;
	font-weight: bold;
	border-bottom-color: #505050;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #505050;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #ff0000;
}
tr.thstm{
	background-image: url("../media/stmthbg.gif");
	height: 24px;
	text-shadow: 2px 2px 4px #000000;
	text-align: center;
	font-weight: bold;
	border-bottom-color: #505050;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #505050;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #0000ff;
}
tr.thps4{
	background-image: url("../media/ps4thbg.gif");
	height: 24px;
	text-shadow: 2px 2px 4px #000000;
	text-align: center;
	font-weight: bold;
	border-bottom-color: #505050;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #505050;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #0000ff;
}
.end {
	border-right: none;
}
.title {
	margin-left: 5px;
	padding-left: 5px;
	text-align: left;
}
.ico {
	background: transparent;
	border-right: none;
	border-bottom: none;
}
td {
	border-right-color: #505050;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #505050;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
span.date {display:none;}

.form {
	color: black;
}
input {
	color: black;
}
.fas.fa-star {
	color: #FFD700;
}
.fas.fa-times {
	color: #666666;
}

#mySearchText {
  background-color: #242424;
  font-size: 14px;
  border: 1px solid #505050;
  margin-bottom: 12px;
  color: #f7f7f7;
}
