/*!
 * Start Bootstrap - 3 Col Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
 a:link { color: #111111; text-decoration: none;}
 a:visited { color: #111111; text-decoration: none;}
 a:hover { color: #111111; text-decoration: none;}

.portfolio-item {
    margin-bottom: 25px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    max-width:370px;
    min-width:300px;
    min-height:390px;
    background-color: #ffffff;
    
}

.product_title{
	margin-left:8px;
	text-decoration:none;
	font-size:17px;
	border:0;
	outline:0;
}

.short_desc{
	margin-left:10px;
	margin-right:10px;
	text-decoration:none;
	font-size:13px;
    height: 50px;
}

.price_tag{
	margin-left:70px;
	margin-right:5px;
	text-decoration:none;
	font-size:22px;
	text-align:right;

}