/*	
	Side Navigation Menu V2, RWD
	===================
	License:
	https://goo.gl/EaUPrt
	===================
	Author: @PableraShow

 */

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

.container td {
	  font-weight: normal;
	  font-size:14px;
  -webkit-box-shadow: 0 2px 2px -2px gray;
	   -moz-box-shadow: 0 2px 2px -2px gray;
	        box-shadow: 0 2px 2px -2px gray;
}



.container td, .container th {
	  padding-bottom: 2%;
	  padding-top: 2%;
  padding-left:2%; 
	color: white;
}

/* Background-color of the even rows */
.container tr{
	  background-color: black;
}

.container th {
	  background-color: #ff940a;
}

.container td:first-child { color: white;  
}

.container tr:hover {
   background-color: #464A52;
-webkit-box-shadow: 0 6px 6px -6px #0E1119;
	   -moz-box-shadow: 0 6px 6px -6px #0E1119;
	        box-shadow: 0 6px 6px -6px #0E1119;
}

td img 
{
	height: 60px;
	width: 90px;
	float: right;
	margin-right: 120px;
}
tbody tr td 
{
	line-height: 70px;
	text-align: center;
}
@media (max-width: 800px) {
.container td:nth-child(4),
.container th:nth-child(4) { display: none; }
}