/*a {
	text-decoration:none
}*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	overflow-y: scroll;
}

#styledbody {
	background-repeat: repeat-x;
	background-color: white;
	background: url('../images/triangles.png') repeat;
}

a {
	color: #3fc1ff;
}

a:link, a:active, a:visited {
	color: #3fc1ff;
}

img {
	border: 0
}

.playerstatstable, #playertable {
	border-collapse: collapse;
}
.playerstatstable a {
	color: #3fc1ff;
}
.playerstatstable tr, #playertable tr {
	border-bottom: solid 1px #e5e5e5;
}
.playerstatstable th, #playertable th {
	border: 1px #949494 solid;
    /*background: url('../images/maintitle.png') repeat-x 0 0;*/
	background-color: #313131;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	padding: 5px 5px;
	text-align: center;
}
.playerstatstable td, #playertable td {
	border: 1px #949494 solid;
	/*padding: 6px 8px;*/
	padding: 0px 8px;
	font-size: 12px;
	color: #d9d9d9;
	vertical-align: middle;
	/*background: url('../images/highlight_faint.png') repeat-x 0 1px;*/
}

#modal {
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	display: none;
	background: url('../images/triangles.png') repeat;
}

#playertable>tbody>tr:nth-child(odd)>td,
#playertable>tbody>tr:nth-child(odd)>th {
   background-color: rgb(36, 36, 36);
 }
 
#playertable>tbody>tr:nth-child(even)>td,
#playertable>tbody>tr:nth-child(even)>th {
   background-color: rgb(54, 54, 54);
 }
 
 .dataTables_filter {
	display: inline-block;
    float: none !important;
	padding-right: 190px;
}

 .dataTables_wrapper .dt-buttons {
	padding-top: 8px;
	padding-right: 270px;
}

.dt-button.active {
  background-color: #4caf50;
}

.dt-button {
  background-color: #242424;
  box-shadow: inset 1px 1px 3px #999999;
  color: white;
  border-style: outset;
  border-color: #919191;
}



/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 7px 16px;
  text-decoration: none;
  font-size: 17px;
  margin-left: 1px;
  margin-right: 1px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}
