﻿/*this is a class to style the design table*/
.LinksDesignTable, .LinksDesignTable td  {
	padding:0!important;
}

.LinksDesignTable td  a{
	padding:8px 0 8px 10px;
	display:block;
	color:#4CC995!important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	font-size:12px;
	text-align:left;
}
.LinksDesignTable td  a:hover{
	color:#EBE5D7!important;
}
.LinksDesignTable td  a:before {
	content: "\edc3";
	font-family: 'icomoon';
	speak: none;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	padding-right: 6px;
	position: relative;
	top: 1px;
}