#game{
  max-width: 600px !important;
  overflow-y: auto;
  padding: 0 10px;
  padding-bottom: 50px;
}

tbody, td, tfoot, th, thead, tr{
  border-color: #0f172a !important;
  border: 1px solid;
}

#you{
  background-color: seagreen !important;
}

.Header{
    padding: 10px 0px !important;

}

.blue { color: #185875; }
.yellow { color: #FFF842; }

.container2 th h1 {
	  font-weight: bold;
	  font-size: 1em;
  text-align: left;

  color: #185875;
}

.container2 td {
	  font-weight: normal;
	  font-size: 1em;
  -webkit-box-shadow: 0 2px 2px -2px #0E1119;
	   -moz-box-shadow: 0 2px 2px -2px #0E1119;
	        box-shadow: 0 2px 2px -2px #0E1119;
}

.container2 {
  color:white;
	  text-align: right;
	  overflow: hidden;
    width: 100%;
	  margin: 0 auto;
  display: table;
  padding: 0 0 3em 0 !important;
}

.container2 td, .container2 th {
	  padding-bottom: 2% !important;
	  padding-top: 2% !important;
  padding-right:2% !important;
      padding-left: 2%;
}

.container2 th:nth-child(1) {
	  width: 15%;
		text-align: center;
}

.container2 td:nth-child(1) {
	  width: 15%;
		text-align: center;
}

.container2 th:nth-child(2) {
	  width: 15%;
		text-align: center;
}

.container2 td:nth-child(2) {
	  width: 15%;
		text-align: center;
}
.container2 th:nth-child(4) {
	  width: 10%;
		text-align: center;
}

.container2 td:nth-child(4) {
	  width: 10%;
		text-align: center;
}

.container2 th:nth-child(3) {

		text-align: center;
}


.container2 th:nth-child(5) {
	  width: 10%;
		text-align: center;
}

.container2 td:nth-child(5) {
	  width: 10%;
		text-align: center;
}
/* Background-color of the odd rows */
.container2 tr:nth-child(odd) {
	  background-color: #323C50 !important;
}

/* Background-color of the even rows */
.container2 tr:nth-child(even) {
	  background-color: #2C3446 !important;
}

.container2 th {
	  background-color: #1F2739 !important;
}

/* .container2 td:nth-child(1) { width:30%; }
.container2 td:nth-child(3) {
  width:10%;
  /* text-align: center; */
} */

.container2 tr:hover {
   background-color: #464A52 !important;
-webkit-box-shadow: 0 6px 6px -6px #0E1119 !important;
	   -moz-box-shadow: 0 6px 6px -6px #0E1119 !important;
	        box-shadow: 0 6px 6px -6px #0E1119 !important;
}
