.page-break {
	page-break-after: always;
}

.list-titles strong {
  float: left;
}

.list-titles p {
	float: right;
}


body.oss_results {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 14px; 
	margin: 0.8cm;
}

#results td {
		border: 1px solid #ccc !important; 
}

body.ranges #results_filter {
	display: none; 
}

header {
	max-height: 200px;
	margin-bottom: 22px;
}
#logo {
    max-width: 350px;
    max-height: 200px;
    float: left;
    overflow: hidden;
}
#logo img {
	max-width: 200px;
	max-height: 75px; 
}
#header-os {
	height: 61px;
	width: 220px;
	float: right;
}

#header-os img {
	width: 220px;
	height: 61px;
}

.resultsdetails-outer .divider-blue {
	margin-top: 7px; 
	text-align: right; 
	color: #ffffff !important; 
	font-weight: 900; 
	padding: 5px; 
	background: #019DC6 !important;
}

/*.display td, .display th, .resultsdetails td {
	border-right: 1px solid #bebebe; 
}*/

.resultsdetails td.shot, .shotimgleft {
    border: 1p;
    border-right: 1px solid #ccc;
}

body .aligncenter {
	text-align: center !important; 
}

body .alignleft {
	text-align: left !important;
}

body .alignright {
	text-align: right !important;
}

.left {
  	width: 49%;
  	float: left;
}

.right {
  	width: 49%;
	float: right;
	text-align: right;  
}

.clear {
	float: clear;
}

.nowrap {
  white-space: nowrap;
}

#container {
	width: 100%;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, th {
	font-family: Verdana, Arial, Helvetica !important; 
	font-weight: 900;
}

h1 {
  font-size: 20px;
}

h3 {
	font-size: 16px;
}

#info {
	color: #bebebe;
	text-align: right; 
	font-size: 11px; 
}

 

/* Fonts */

@font-face {
	font-family: Roboto;
	src: url('fonts/Roboto-Regular.ttf');
}

@font-face {
	font-family: SourceSansPro;
	src: url('fonts/SourceSansPro-Regular.ttf');
}
@font-face {
	font-family: SourceSansPro;
	src: url('fonts/SourceSansPro-Bold.ttf');
	font-weight: bold;
}
@font-face {
	font-family: SourceSansPro;
	src: url('fonts/SourceSansPro-Italic.ttf');
	font-style: italic;
}
@font-face {
	font-family: SourceSansPro;
	src: url('fonts/SourceSansPro-BoldItalic.ttf');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: SourceSansPro;
	src: url('fonts/SourceSansPro-Light.ttf');
	font-weight: 300;
}
@font-face {
	font-family: SourceSansPro;
	src: url('fonts/SourceSansPro-LightItalic.ttf');
	font-style: italic;
	font-weight: 300;
}

/* Dividers and Margins */

.totalscore-shooter.series p {
    margin: 2px;
}


.divider {
  border-bottom: 0px solid #999999;
  height: 5px; 
}

.margin50{
	margin-bottom: 50px;
}

/* Highlights */

.highlight-light {
	background: #4bac36 !important;
	width: 15%;
	padding: 5px !important;
	border: none !important;
}

.highlight-dark {
	background: #44a22a !important;
	width: 15%;
	padding: 5px !important;
	border: none !important;
}
	

/* Links */
a.link {
	text-decoration: none;
	color: #3FAE48;
	font-weight: 900;
}
/* Table General */
table.dataTable tbody th, table.dataTable tbody td {
	line-height: 1.3em;
}
#ergebnis {
	margin: 0 auto;
}
thead tr, tfoot tr {
	font-size: 0.7em;
	font-weight: bold;
	color: #ffffff;
	background: #019dc6 !important;
	-webkit-print-color-adjust: exact;
}
tr {
	border-collapse: collapse; 
	padding: 12px;
	border-top: 1px solid #ccc;
}
.paging_two_button .ui-button {
	float: left;
	cursor: pointer;
	* cursor: hand;
}
.paging_full_numbers .ui-button {
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
	* cursor: hand;
	color: #333 !important;
}
.dataTables_paginate .ui-button {
	margin-right: -0.1em !important;
}
.paging_full_numbers {
	width: 350px !important;
}
.dataTables_wrapper .ui-toolbar {
	padding: 5px;
}
.dataTables_paginate {
	width: auto;
}
.dataTables_info {
	padding-top: 3px;
}
table.display thead th, table.display tfoot th {
	padding: 3px 0px 3px 10px;
	cursor: pointer;
	* cursor: hand;
}
table.resultsdetails thead th, table.resultsdetails tfoot th {
	padding: 3px 0px 3px 10px;
	cursor: pointer;
	* cursor: hand;
}
div.dataTables_wrapper .ui-widget-header {
	font-weight: normal;
}
/*  * Sort arrow icon positioning  */
table.display thead th div.DataTables_sort_wrapper {
	position: relative;
	padding-right: 20px;
}
table.display thead th div.DataTables_sort_wrapper span {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  *  * Everything below this line is the same as demo_table.css. This file is  * required for 'cleanliness' of the markup  *  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  * DataTables features  */
.dataTables_wrapper {
	position: relative;
	clear: both;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  * DataTables display  */
table.display {
	margin: 0 auto;
	/*width: 100%;*/
	clear: both;
	border-collapse: separate;
	vertical-align: top;
}
table.display td.land {
	padding: 10px;
}
table.display td.land img {
	margin-right: 5px;
}
table.display, table.dataTable td {
	vertical-align: top;
}
table.dataTable td.maps, table.dataTable td.flag {
	vertical-align: middle;
}
table.display .tfoot th {
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	font-weight: normal;
}
table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}
table.display td {
	padding: 3px 5px;
}
table.display td.center {
	text-align: center;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  * DataTables sorting  */
.sorting_asc {
	font-family: "fontawesome";
	speak: none;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	content: '\2022';
}
.sorting_desc {
	font-family: "fontawesome";
	speak: none;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	content: '\2022';
}
.sorting {
	font-family: "fontawesome";
	speak: none;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	content: '\2022';
}
.sorting_asc_disabled {
	font-family: "fontawesome";
	speak: none;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	content: '\2022';
}
.sorting_desc_disabled:after {
	font-family: "fontawesome";
	speak: none;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	content: '\2022';
}
i:after {
	content: '\2022';
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  * DataTables row classes  */
tr.odd {
	background-image: url("../images/bg.jpg") !important;
	-webkit-print-color-adjust: exact;
	background-repeat: repeat; 
}
tr.even {
	background-color: #ffffff !important;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  * Misc  */
.dataTables_scroll {
	clear: both;
}
.dataTables_scrollBody {
	-webkit-overflow-scrolling: touch;
}
.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5 !important;
	border: 1px solid #CCC;
}
.top .dataTables_info {
	float: none;
}
.clear {
	clear: both;
}
.dataTables_empty {
	text-align: center;
}
.tfoot input {
	margin: 0.5em 0;
	width: 80%;
	color: #444;
}
.tfoot input.search_init {
	color: #999;
}
td.group {
	background-color: #d1cfd0 !important;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}
td.details {
	background-color: #d1cfd0 !important;
	border: 2px solid #A19B9E;
}
.example_alt_pagination div.dataTables_info {
	width: 40%;
}
.paging_full_numbers a.paginate_button,  .paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}
.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}
.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc !important;
	text-decoration: none !important;
}
.paging_full_numbers a.paginate_active {
	background-color: #99B3FF !important;
}
table.display tr.even.row_selected td {
	background-color: #B0BED9 !important;
}
table.display tr.odd.row_selected td {
	background-color: #9FAFD1 !important;
}

#results_filter {
	font-size: 0.8em;
	width: 99%;
	padding: 5px;
	margin: 15px 0px 15px 0px;
}
.dataTables_wrapper .dataTables_filter {
	float: none;
	text-align: left;
	padding: none;
}

/*  * Sorting classes for columns  */
For the standard odd/even  tr.odd td.sorting_1 {
	background-color: #efefef !important;
	font-weight: bold;
	border: 1px solid #ddd;
	color: green;
}
tr.odd td.sorting_2 {
	background-color: #ffffff !important;
}
tr.odd td.sorting_3 {
	background-color: #efefef !important;
}
tr.even td.sorting_1 {
	background-color: #ffffff !important;
}
tr.even td.sorting_2 {
	background-color: #efefef !important;
}
tr.even td.sorting_3 {
	background-color: #ffffff !important;
}
/* For the Conditional-CSS grading rows */
/*  Colour calculations (based off the main row colours)   Level 1: dd > c4 ee > d5 Level 2:   dd > d1   ee > e2  */
tr.odd.gradeA td.sorting_1 {
	background-color: #c4ffc4 !important;
}
tr.odd.gradeA td.sorting_2 {
	background-color: #d1ffd1 !important;
}
tr.odd.gradeA td.sorting_3 {
	background-color: #d1ffd1;
}
tr.even.gradeA td.sorting_1 {
	background-color: #d5ffd5;
}
tr.even.gradeA td.sorting_2 {
	background-color: #e2ffe2;
}
tr.even.gradeA td.sorting_3 {
	background-color: #e2ffe2;
}
tr.odd.gradeC td.sorting_1 {
	background-color: #c4c4ff;
}
tr.odd.gradeC td.sorting_2 {
	background-color: #d1d1ff;
}
tr.odd.gradeC td.sorting_3 {
	background-color: #d1d1ff;
}
tr.even.gradeC td.sorting_1 {
	background-color: #d5d5ff;
}
tr.even.gradeC td.sorting_2 {
	background-color: #e2e2ff;
}
tr.even.gradeC td.sorting_3 {
	background-color: #e2e2ff;
}
tr.odd.gradeX td.sorting_1 {
	background-color: #ffc4c4;
}
tr.odd.gradeX td.sorting_2 {
	background-color: #ffd1d1;
}
tr.odd.gradeX td.sorting_3 {
	background-color: #ffd1d1;
}
tr.even.gradeX td.sorting_1 {
	background-color: #ffd5d5;
}
tr.even.gradeX td.sorting_2 {
	background-color: #ffe2e2;
}
tr.even.gradeX td.sorting_3 {
	background-color: #ffe2e2;
}
tr.odd.gradeU td.sorting_1 {
	background-color: #c4c4c4;
}
tr.odd.gradeU td.sorting_2 {
	background-color: #d1d1d1;
}
tr.odd.gradeU td.sorting_3 {
	background-color: #d1d1d1;
}
tr.even.gradeU td.sorting_1 {
	background-color: #d5d5d5;
}
tr.even.gradeU td.sorting_2 {
	background-color: #e2e2e2;
}
tr.even.gradeU td.sorting_3 {
	background-color: #e2e2e2;
}

/* ---------------------- CUSTOM ---------------------*/

.m {
	color: red !important; 
	text-align: center !important; 
}

.m-r {
	color: red !important; 
}

.m-c {
	text-align: center;
	color: red !important; 
}

.footnotes {
	font-style: oblique; 
}

.single thead th, .ranges thead th {
	padding: 5px !important; 
	text-align: center !important; 
}

.single thead tr.toprow-th th {
	padding: 1px !important;
	height: 12px !important; 
	text-align: center !imporant;
	font-weight: normal !important;   
}

.league .toprow, .league .toprow-r {
    background: rgba(0,0,0,0.06);
    border-bottom: 2px solid #666666;
}

.league .toprow td.shooter, .league .toprow-r td.shooter {
	white-space: nowrap
}

.league .br-5, .league .bl-5 {
	border-right: 4px solid #ffffff !important; 
}

.col_comment {
	text-align: center; 
}

.ranges td {
	text-align: center; 
}

.ranges tr > td:nth-child(1) {
	font-weight: bold; 
}

#toprow-1, #toprow-2, .team-league-col {
	width: 50%; 
}

.single .shooter.series {
	text-align: left !important; 
}

.single .series-s {
	width: 5% !important;
	text-align: center !important; 
}

.single .series-s .m {
	float: none !important; 
}

.single .series {
	width: 5% !important; 
}

.single .thtotaltxt {
	text-align: right !important; 
}

/*
.oss_results thead tr th:nth-child(1),
.oss_result tr:nth-child(1) td:nth-child(1),
tr > td:nth-child(1),
.single thead tr th:nth-child(1) {
	text-align: center !important; 
}*/

.single .shooter:nth-child(1) {
	text-align: center; 
	opacity: 0.8; 
}

.position {
	text-align: center;
	white-space: nowrap;
}

table.resultsdetails.seriesrow {
	table-layout: fixed; 
	border: 2px solid #ccc !important; 
}

.resultsdetails-outer table.resultsdetails td.shotimgleft {
	text-align: left; 
	width: 14% !important; 
}

.shotimgleft img {
	width: 100%; 
	height: auto; 
}

.resultsdetails-outer table tr td:first-child,
.resultsdetails-outer table.resultsdetails tr:first-child td:nth-child(2) {
	font-weight: bold; 
	text-align: right;
	padding-right: 5px; 	 
}

.resultsdetails-outer table tr td {
	text-align: center; 
	vertical-align: middle; 
}

.stats h3, .shooterinfo h3, .resultsdetails-outer h3 {
	font-size: 16px;
	line-height: 0.8em;
	margin: 0;
	padding: 4px;
	white-space:nowrap !important;
}


.resultsdetails.stats td {
	width: 5%; 
}

body .resultsdetails-outer table.resultsdetails .iz {
	text-align: center !important; 
}

.shooterinfo, .stats  {
	width: 100% !important;
}

.shooterinfo thead {
	display: none; 
}

.shooterinfo tr td:nth-child(2) {
    font-weight: bold; 
    padding: 2px; 
    text-align: right; 
}

body table table.shooterinfo td {
	font-size: 0.8em; 
	padding: 4px; 
}

.shooterinfo td small {
		font-weight: normal !important;
		font-size: 0.7em;
}

.count, .count_r {
	font-size: 0.7em; 
}

.series-count {
	display: none !important; 
}

.league-series-inner .series-count {
 	display: block !important; 
}

.series-count, .totalscore-shooter .series-total {
		text-align: center;
		color: #999 !important;
		font-size: 0.7em;
		display: inline-block; 
		white-space: nowrap !important; 
}

.ranges 
table.display:nth-child(1) > thead:nth-child(1) > 
tr:nth-child(1) > th:nth-child(2),
.ranges table.display tr td:nth-child(2), 
table.single:nth-child(1) > thead:nth-child(1) > 
tr:nth-child(1) > th:nth-child(2),
table.single tr td:nth-child(2),
table.single:nth-child(1) > thead:nth-child(1) > 
tr:nth-child(1) > th:nth-child(3),
table.single tr td:nth-child(3), th.nameclub:nth-child(4)  {
	text-align: left !important; 
}

#max, #max1 {
	display: none; 
}

table.league {
	border-spacing: 2px;
	margin: 0 auto;
  border-collapse: separate;
  vertical-align: top;
}

table.league th {
	font-size: 16px;
	padding: 4px;
}

body table -league-col {
	padding: 0px !important; 
}

table.league-series-inner {
	text-align: center; 
	color: #333 !important; 
	font-size: 0.7em;
	padding: 1px !important;
	border: 2px solid #eee;
	width: 100%;
	vertical-align: middle; 
}


table.team-results tr:nth-child(even) {background-color: #eee}
table.team-resultstr:nth-child(odd) {background-color:#fffff}


body .team-league-col td.beforesingleshots {
	padding: 0px 4px 8px 4px; 
}

table.league-series-inner p {
	margin: 0 !important; 
}

body .team-league-col table.league-series-inner td {
	height: 8px !important; 
	width: 9.0909%;
	min-height: 10px; 
	border-right: 1px solid #ccc; 
}

body .team-league-col table.league-series-inner tr {
	border-top: 1px solid #ccc !important;
}

table.series-inner {
	 border-spacing: 0.3cm;
   border-collapse: separate;
}

table.series-inner td {
	background: #95c11f !important;
	color: white; 
	margin: 0px 2% 0px 0px;
	font-weight: bold; 
	padding: 2px !important; 
	border-radius: 1px; 
	width: 22px !important; 
	text-align: center; 
}

.disq {
	opacity: 0.5 !important; 
}

.oss_results #container #results-league .alignleft {
	text-align: left !important; 
}

body table .team-league-col td{
	min-height: 40px; 
	vertical-align: top; 
}

body table .team-league-col .intern-id, .identification {
    font-size: 12px;
    font-weight: bold;
    background: rgba(0,0,0,0.08);
}

body table .team-league-col .identification {
  font-size: 12px;
}

/*
.shot:first-child {
	width: 5% !important;	
}

.line-top:last-child {
	width: 5% !important; 
}
*/

.final .shot {
	text-align: center; 
	width: 3%; 
}

.final .shots-inner {
	border-top: 1px solid #ccc; 
	margin-top: 4px; 
	font-size: 0.7em; 
}

.final .shots-inner #m:empty {
	display: none !important; 
}

.final #m {
	display: inline !important; 
	color: red; 
	margin-left: 4px; 
}

.league .series, .league .series-r {
	width: 5% !important; 
}

.league .points-team, .league .points-shooter {
	display: none !important; 
}

.league.league2 .points-team, .league.league2 .points-shooter {
	display: table-cell !important; 
}

.team-inner tr, .teamseries tr {
	background-color: none !important;
	background: none !important; 
}

.league .shooter {
	width: 25% !important; 
}

.league tr.toprow-r .m {
	float: left !important; 
}

.tag {
	width: 50px !important; 
	height: 50px !important; 
	background: #95c11f !important;
	font-size: 23px; 
	line-height: 50px; 
	color: #000000; 
	margin: 0px 2% 0px 0px;
	font-weight: bold; 
	padding: 2px !important; 
	border-radius: 1px; 
	text-align: center; 
	position: relative; 
	top: 15px;
	width: 50%;
	-webkit-box-shadow: 2px 2px 16px 0px #bebebe;
	-moz-box-shadow: 2px 2px 16px 0px #bebebe;
	box-shadow: 2px 2px 16px 0px #bebebe;
}

.shots-image-large .series-tag {
	width: 100% !important; 
	position: relative; 
	top: 0px;
	display: none !important; 
	white-space:nowrap;
}

.series-tag {
	background: #95c11f !important;
	color: #000000; 
	margin: 0px 2% 0px 0px;
	font-weight: bold; 
	padding: 2px !important; 
	border-radius: 1px; 
	text-align: center; 
	position: relative; 
	width: 60%;
	-webkit-box-shadow: 2px 2px 16px 0px #bebebe;
	-moz-box-shadow: 2px 2px 16px 0px #bebebe;
	box-shadow: 2px 2px 16px 0px #bebebe;
	white-space:nowrap;
	font-size: 12px; 
}

.shot.info {
	width: 10% !important;
	/*text-overflow: ellipsis; 
	overflow: hidden; */ 
}

table.league td {
	vertical-align: top;
	padding: 3px 5px;
}

.ID {
	width: 5% !important; 
	text-align: center !important; 
}

.team-league-col {
	width: 49% !important; 
}

.divider-col {
	width: 2%;
}

.team-results {
  margin-bottom: 55px !important;
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
}

.team-results td {
    padding: 5px;
}

.team-name {
  width: 60%;
}

.oss_results .results-outer {
	font-size: 12px; 
	line-height: 16px; 
}

.oss_results .team {
	width: 25%;
}

.oss_results .team-wide {
	width: 50% !important;
}

tr.memberrow td.shooter {
	padding-left: 8px !important; 
	border-right: none !important;
}

table.team-inner {
	border-collapse: inherit; 
}

#results table.team-inner td, #results table.team-inner tr {
	border: none !important; 
}

tr.memberrow > td > table td,
tr.memberrow > td > table tr {
	padding: 0px 5px 0px 5px !important;
}

tr.memberrow > td > table.teamseries tr:first-child {
	border-right: 1px solid #bebebe !important;
	border-top: none !important;  
}

.oss_results .series {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
}

.oss_results .team-league-col .toprow .totalscore-shooter.series {
	text-align: right !important; 
}

.resultsdetails-outer tr {
	border-top: 0px !important;
}

.resultsdetails-outer table table tr td {
	border-top: 1px solid #ccc !important;
}



.teamrow tr, .teamrow td {
	background: rgba(0,0,0,0.05);
	border: 0px solid transparent !important; 
}

.teamrow td {
	padding: 8px !important; 
}

.teamrow td:first-child, .memberrow td:first-child {
	white-space: nowrap; 
}

.memberrow td span.identification, .identification {
	font-family: "Courier New", Courier, monospace !important; 
	background-color: none !important; 
}

.memberrow td.totalscore-shooter {
	padding-right: 8px !important;
	font-weight: normal !important; 
}

.memberrow td {
	padding: 2px !important; 
}

.oss_results tr.memberrow td {
	height: 15px !important; 
	margin: 0; 
}

.team .team-name {
	text-align: left !important; 
	font-size: 14px; 
	font-weight: bold; 
}

.team-league {
	font-size: 12px; 
	font-weight: bold; 
	margin-bottom: 5px; 
}

.team-league-head {
	background: #efefef;
}

.team-league-head td {
	vertical-align: middle !important; 
}

.totalscore-team {
  font-size: 14px;
  font-weight: 900; 
  text-align: right;
  background-color: #95C11F !important;
  padding: 8px;
  white-space: nowrap; 
  width: 15% !important; 
  vertical-align: middle !important; 
}

.points-team {
	font-size: 14px;
  font-weight: 900; 
  text-align: center;
  background-color: #95C11F !important;
  padding: 8px;
  white-space: nowrap; 
  width: 10% !important; 
  vertical-align: middle !important; 
}

.totalscore-shooter.alignleft {
	text-align: left;
  white-space: nowrap; 
}

.totalscore-shooter {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc; 
}

img.shots-image {
	margin: 5px;
	text-align: center;
	max-width: 200px;
	height: auto; 
}

td.shots-image {
	vertical-align: top;
	/*background: #efefef !important; */
}

.resultsdetails-outer table tr td.shots-image{
    font-weight: bold;
    text-align: center !important;
}

td.line-top, td.line-top.shot {
	text-align: center;
	width: 12%; 
	font-weight: 900;
}

table.signature-block {
	margin: 0 auto;  
	text-align: center;
	border-spacing: 45px 5px;
  border-collapse: separate;
  margin-bottom: 10px; 
  font-size: 9px; 
}

table.signature-block td {
	width: 5.5cm; 
}

.signature {
	/*-webkit-box-shadow: inset 8px 7px 5px -7px #bebebe;
	-moz-box-shadow: inset 8px 7px 5px -7px #bebebe;
	box-shadow: inset 8px 7px 5px -7px #bebebe;*/
		width: 5.5cm !important;
    height: 1.8cm !important;
    border-bottom: 2px solid #ccc !important;
    margin: 0.1cm;
}
th {
	height: 30px;
	min-height: 30px;
}
td.shooter-position {
	width: 1%;
	white-space: nowrap;
}
.fat, .details-header {
	font-weight: 900;
}

.lastname {
  text-transform: uppercase;
}

/* Misc */
td {
	empty-cell: hide;
}
/* Media Queries */
@media screen and (min-width: 900px) {
    body {
    	color: #333;
    }
    span.gr900 {
    	display: inline-block;
    }
}
@media screen and (min-width: 600px) and (max-width: 900px) {
    body {
    	color: black;
      font-size: 0.8em;
    }
    header {
    	max-height: 150px;
    	margin-bottom: 22px;
    }
    
    #logo, #logo img {
      max-width: 300px;
    }
    
    #header-os, #header-os img {
      max-width: 300px;
    }
}
@media screen and (max-width: 600px) {
    body {
    	color: black;
      font-size: 0.8em;
    }
    #logo, #logo img {
      max-width: 200px;
    }
    
    #header-os, #header-os img {
      max-width: 200px;
    }
}
@media screen and (max-device-width: 480px) {
    body {
    	color: black;
      font-size: 0.8em;
    }
    
    header {
      width: 220px;
      margin: 0 auto; 
    }
    
    #logo, #logo img {
      float: none;
      max-width: 220px;
      margin: 0 auto;
    }
    
    #header-os, #header-os img  {
      float: none; 
      max-width: 220px; 
      margin: 0 auto;
      position: relative;
      top: 10px;
    }
    
    .clear {
      display: none;
    }
}

/* Infolist */

table.infolist {
	width: 100%; 
}

table.infolist td {
	border: 2px solid #efefef;
	padding: 3px; 
}

table.infolist .fat {
	font-weight: bold; 
}

/* Team Competition */

table.teamcomp_single td {
	text-align: left; 
	color: #333 !important; 
	font-size: 0.7em;
	padding: 1px !important;
	border: 1px solid #bebebe;
	width: 100%;
	vertical-align: middle; 
}

.singleshots-outer {
	display: block;
}

.singleshots {
	display: inline-block;
	width: auto;
	border: 1px solid #eee; 
	font-weight: bold; 
	font-size: 13px; 
}

.count-singleshots {
	background: #eee;
	font-weight: normal;
	font-size: 0.6em;  
}

#shortresults td {
	vertical-align: top; 
}


.shotimage {
	display: inline-block; 
	border: 2px solid #ccc; 
}