/* /applications/about */

@charset "UTF-8";

.about-description
{
	color: rgb(77,77,77);
	font-size: 13px;
	line-height: 21px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.about-products
{
	padding-bottom: 20px;
	padding-top: 20px;
}
.about-product-table
{
	display: table;
	padding-bottom: 10px;
	padding-top: 10px;
}
.about-product-row
{
	display: table-row;
	height: 80px;
}

.about-product
{
	background-color: white;
	border-bottom-left-radius: 7px;
	border-top-left-radius: 7px;
	border-color: rgb(205,215,225);
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	display: table-cell;
}
.about-product-description
{
	border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
	border-color: rgb(205,215,225);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	color: rgb(99,99,99);
	display: table-cell;
	font-size: 12px;
	line-height: 21px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.about-product-image
{
	height: 60px;
	/*width: 80px;*/
}
.about-product-name
{
	color: rgb(44,44,44);
	font-size: 13px;
	font-weight: 600;
}
.about-product-link
{
	cursor:pointer;
}