
table#right_row
{
	background-image: linear-gradient(to right, #06121b, #495344, #06121b);
	height: 200px;
	width: 202px !important;
	font-size: 14px;
	width: 150px;	
	border-radius: 5px;
	border: 4px solid #3a4236;
	margin-left: auto;
	margin-right: auto;
	color: white;
	
}

table#right_row h1
{
	margin:0px;
	padding: 0px;
	text-align: left;
	font-size: 20px; 
	color: #33ccff;
}

table#right_row hr
{
	color: rgb(0, 0, 0, 0.2);
	width: 30%;
}

#right_row td
{
	padding: 2px;
	text-align: center;
	color: white;
}

table#right_row th
{
	text-align: center;
	color: ;
}

table#right_row td a
{
	color: #33ccff;
	text-decoration: none;
	transition-duration: 0.1s;
}

#right_row a:hover
{
	color: #ff9500;
	text-shadow: 0px 0px 15px #ff9500!important;
}