/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
.liList ul{
	list-style:none;
	text-align:left;
}
.liList ul li{
	display:inline-block;
	width:calc((100% / 3) - 35px);
	padding:5px;
	border:1px solid #ccc;
	border-radius:5px;

	margin:10px 15px 0 15px;
	text-align:left;
	vertical-align:top;
	font-size:14px;
}