/* Bootstrap table like styling */
.bootstrap-table .cell {
	/* Cell Padding */
	padding: 10px;
	word-wrap: break-word;
}

.bootstrap-table .header-row {
	border-bottom: 2px solid #ddd;
}

.bootstrap-table .header-row .cell {
	font-weight: bold;
}

.bootstrap-table .data-rows .row.odd {
	background-color: rgba(243,180,4,.6);
	
}

.bootstrap-table .data-rows .column-label {
	font-weight: bold;
}

.bootstrap-table .column-data .btn {
	margin-bottom: 5px;
	margin-right: 5px;
}

.bootstrap-table .data-row .column-label {
	font-weight: bold;
}