body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12;
}

.table {
	/*width: 1050px;*/
	margin: auto;
	font-size: 12;

}

table.table-large {
  font-size: 16;
  font-weight: bold;
}

ul.list-group.list-group-striped li:nth-of-type(odd){
    background: white;
}
ul.list-group.list-group-striped li:nth-of-type(even){
    background: #f9f9f9;
}

div.schaeden {
  min-width: 164.33px;
  padding: 3px;
}

table.borderless td,table.borderless th{
     border: none !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 2px;
    padding-left: 4px;
}

colgroup col.whitecolumn {
  background-color: white;
}
colgroup col.greycolumn{
  background-color: #f9f9f9;
}

#centered {
	   max-width: 1050px;
    text-align: left;
    border: 0px;
    padding: 0;
    margin: 0 auto;
}

#schaeden table{
    width: auto;
}

#schaeden tr td{
    width:100px;
    white-space:nowrap;
    vertical-align: middle;
}

.listimage { 
    height: 125px;
    width: auto;
    padding: 3px;
    
}

@media (max-width: 500px) {
  .listimage { 
    width: 100%; 
    height: auto; 
    
    } /* On small screens, show one logo per row */
}

.logocell img { 
   width: auto;
   max-height: 50px;
}

@media (max-width: 500px) {
  .logocell { 
    text-align: center;
    } /* On small screens, show one logo per row */
  .logocell img { 
    max-height: 70px;
    width: 95%;
    } /* On small screens, show one logo per row */
}

.list-group-item {
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0;

}

.list-group {
  box-shadow: none !important;
}

.btn {
  background-color: gainsboro !important;
}

.aboutus {
  text-align: center !important;
}

.dataprivacy {
  text-align: left !important;
}

.piclink span {
  text-align: center;
  display:block;
  font-size: 10px;
  padding: 3px;
}

.piclink {
  display: inline-block;
  text-decoration: none !important;
  outline: none !important;
  color: black;

}



