div.dataTables_wrapper {
	margin-bottom: 3em;
} 
select.cca {
	max-width: 70px;
}

table.dataTable thead th, table.dataTable tfoot th {
	text-align: left;
}
table.dataTable thead th, table.dataTable thead td {
	padding: 1px 3px;
	border-right: 1px solid #dddddd;
}
table.dataTable tbody th, table.dataTable tbody td {
	padding: 1px 3px;
	border-right: 1px solid #dddddd;
}
select.cca {
	text-align: left;
}

.modal-dialog {
    width: 95% !important; 
}
.modal-sm {
    max-width: 400px !important;
}
.modal-lg {
    max-width: 700px !important;
}
.cca-link, .cca-reference, .cca-changes, .cca-select-all, .cca-change-selected, .cca-changes-show, .factsheets-link {
	/*color: #72c02c;*/
	color: blue;
	cursor: pointer;
}
.cca-link:hover, .cca-reference:hover, .cca-changes:hover, .cca-select-all:hover, .cca-change-selected:hover, .cca-changes-show:hover, .factsheets-link:hover {
	text-decoration: underline;
}

.dataTables_wrapper:after {
	display: none !important;	
}
input.check1 {
	margin-right: 5px;
}

table.dataTable tfoot th {
    padding: 6px 2px 6px 2px !important;
}


