/*
 Theme Name: Custom
 Description: Custom theme for this project.
 Template: qobo-wp-generic-theme
 Version: 2.0.0
 Text Domain: custom-theme
*/

.eurodyssey-table{
	max-width: 100%;
	width: 100% !important;
}

.dataTables_wrapper{
	position: relative;
}

.content-wrapper{
	width: 100%;
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.bootstrap-datetimepicker-widget{
	min-width: 300px !important;
}

.datepicker{
	width: 100% !important;
}

.bootstrap-datetimepicker-widget table{
	width: 100% !important;
}

