
.table-border-radius-gray {
	border-spacing: 0;
	border-collapse: separate!important;
	border-radius: 5px;
	border: 2px solid #cccccc!important;

}
   
/* Apply a border to the right of all but the last column */
.table-border-radius-gray thead td:not(:last-child),
.table-border-radius-gray th:not(:last-child),
.table-border-radius-gray tbody td:not(:last-child),
.table-border-radius-gray td:not(:last-child) {
	border-right: 1px solid #cccccc;
}

/* Apply a border to the bottom of all but the last row */
.table-border-radius-gray >thead>tr:not(:last-child)>th,
.table-border-radius-gray >thead>tr>td,

.table-border-radius-gray >tbody>tr:not(:last-child)>th,
.table-border-radius-gray >tbody>tr:not(:last-child)>td,

.table-border-radius-gray >tfoot>tr:not(:last-child)>th,
.table-border-radius-gray >tfoot>tr:not(:last-child)>td,

.table-border-radius-gray >tr:not(:last-child)>td,
.table-border-radius-gray >tr:not(:last-child)>th,

.table-border-radius-gray >thead,
.table-border-radius-gray >tbody:not(:last-child),

.table-border-radius-gray >tfoot:not(:last-child) {
	border-bottom: 1px solid #cccccc;
}