/* Write your custom css code here */
.table-bordered-custom > tbody > tr > td,
.table-bordered-custom > tbody > tr > th,
.table-bordered-custom > tfoot > tr > td,
.table-bordered-custom > tfoot > tr > th,
.table-bordered-custom > thead > tr > td,
.table-bordered-custom > thead > tr > th {
	border : 1px solid #ddd !important;
}

.table-condensed-custom>tbody>tr>td,
.table-condensed-custom>tbody>tr>th,
.table-condensed-custom>tfoot>tr>td,
.table-condensed-custom>tfoot>tr>th,
.table-condensed-custom>thead>tr>td,
.table-condensed-custom>thead>tr>th {
	padding: 5px !important;
}

.product-info .image {
	margin-bottom: 20px !important;
}