@import url('disag.css');
@import url('editable.css');
@import url('resultsdetails.css');
 
/* Print */ 

body {
  font-size: 0.8em;
  line-height: 1em;
  margin: 0.1em;
}

header {
  margin-bottom: 0px;
}

#results_length, #results_filter, #results_info, #results_paginate {
  display: none; 
}

table.dataTable tbody th, table.dataTable tbody td {
    line-height: 1em;
    padding: 4px 8px 8px 2px;
}

table.dataTable thead .sorting {
  background: url("../images/sort_both.png") no-repeat center right;
}

table thead {
	font-size: 1em;
}

.series-image {
	width: 100px;
	padding-right: 15px;
	border-right: 1px dotted #DDD;
	border-bottom: 1px dotted #DDD;
}

.series-image img {
	width: 100px;
	height: 100px;
}

.details-content-innterten img {
	width: 10px;
	height: 10px;
}

td {
	padding: 2px;
	margin: 0;
	line-height: 1em;
}
 
 
 /* ---------------------- TEAM ---------------------*/

.dataTables_wrapper {
  margin-bottom: 32px !important;
  padding-bottom: 22px;
  border: 1px solid #efefef; 
}
