
/*Input LeaderBoard*/
#LeaderBoardSearch {
	background-image: url('searchicon.png')!important; /* Add a search icon to input */
	background-position: 10px 12px!important; /* Position the search icon */
	background-repeat: no-repeat; /* Do not repeat the icon image */
	width: 100%!important; /* Full-width */
	font-size: 16px!important; /* Increase font-size */
	padding: 12px 20px 12px 40px!important; /* Add some padding */
	border: 1px solid #ddd!important; /* Add a grey border */
	margin-bottom: 12px!important; /* Add some space below the input */
	height: 45px;
}

/*LeaderBoard*/
#LeaderBoard {
  /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
  border-collapse: collapse;
  width: 100%;
}

/*#LeaderBoard th {
  cursor: pointer;
}*/


#LeaderBoard td, #LeaderBoard th {
  border: 1px solid #ddd;
  padding: 8px;
}

#LeaderBoard tr:nth-child(even){background-color: #f2f2f2;}

#LeaderBoard tr:hover {background-color: #ddd;}

#LeaderBoard th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #870724;
  color: white;
  cursor: pointer!important;
}

/*Server Informations*/
#ServerInformations {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 18px;
}

#ServerInformations td {
  text-align: left;
  padding: 12px;
}

#ServerInformations tr {
  border-bottom: 1px solid #ddd;
}

#ServerInformations tr.header, #ServerInformations tr:hover {
  background-color: #f1f1f1;
}

#ServerInformations th{
  text-align: right;
  padding: 12px;
  color: #aa0403;
}

/*Server Side Informations*/
#ServerInformations2 {
  border-collapse: collapse!important;
  width: 100%!important;
  border: 1px solid #ddd!important;
  font-size: 13px!important;
}

#ServerInformations2 td {
  text-align: left!important;
  padding: 6px!important;
}

#ServerInformations2 tr {
  border-bottom: 1px solid #ddd!important;
}

#ServerInformations2 tr.header, #ServerInformations2 tr:hover {
  background-color: #f1f1f1!important;
}

#ServerInformations2 th{
  text-align: right!important;
  padding: 6px!important;
  color: #aa0403!important;
}

/*#myTable {
/*  border-collapse: collapse; /* Collapse borders */
/*  width: 100%; /* Full-width */
/*  border: 1px solid #ddd; /* Add a grey border */
/*  font-size: 18px; /* Increase font-size */
/*}
/*
/*#myTable th, #myTable td {
/*  text-align: left; /* Left-align text */
/*  padding: 12px; /* Add padding */
/*}
/*
/*#myTable tr {
/*  /* Add a bottom border to all table rows */
/*  border-bottom: 1px solid #ddd; 
/*}
/*
/*#myTable tr.header, #myTable tr:hover {
/*  /* Add a grey background color to the table header and on hover */
/*  background-color: #f1f1f1;
/*}