@charset "UTF-8";
/* CSS Document */

th {
  text-align: center;
	font-weight: 700;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #eff3f8;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

.borderall {
	border:1px solid #6895bf;
}
th.borderright {
	border-right:1px solid #fff;
}
.borderbottom {
	border-bottom:1px solid #6895bf;
}

.table > thead > tr > th {
  vertical-align: middle;
  border-bottom: 1px solid #6895bf;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle;
	
}

.cellohneschrift {
    width:62%;
}

@media (min-width: 767px) {

}
.backgroundthead {
	background-color:#6895bf;
	color:#fff;
	
}

@media (max-width: 480px) {
    
   .cellohneschrift {
    width:52%;
} 
    
}