
.toolbox_table
{
	border-radius: 5px;
	display: inline-table;
	margin-right: 50px;
	width: 300px;
	margin-top: 25px;
	margin-bottom: 25px;
	height: 100px;
	padding: 5px;
	border: 1px solid #CFCFCF;
	box-shadow: 0px 0px 5px 0px #CCCCCC;
	transition: all 0.3s;
}

.toolbox_table td, th {
	display: table-cell;
	vertical-align: inherit;
}

.toolbox_table:hover
{
	box-shadow: 0px 0px 10px 0px #AAAAAA;
}

.toolbox_icon
{
	height: 100px;
	width: 80px;
}

.toolbox_icon_image
{
	width: 80px;
}

.toolbox_description
{
	
	width: 220px;
	background-color: white;
	font-style: italic;
	color: #797471;
	text-align: center;
}

.toolbox_table:hover .toolbox_title
{
	text-shadow: 0px 0px 2px #AAAAAA;
}

.toolbox_title
{
	
	font-weight: bold;
	font-size: 20px;
	color: #47423F;
	transition: all 0.3s;
	text-align: center;
}

.toolbox_link
{
    color: #000000;
    text-shadow: none !important;
    cursor: pointer;
}

