body {
	background-image: url("http://bikeadventure.pl/wp-content/uploads/2015/11/bg-header.jpg");
}

.smallimg { max-width: 50px; } 
.lewy { float: left; display: inline-block;   min-width: 300px;}
.prawy { float: right; display: inline-block;  min-width: 300px;}
.srodek { float: center; display: inline-block; min-width: 300px; }
td,th {
  font-size: 2vmin;
}
.container-full {
  margin: 0 auto;
  width: 100%;
}

.well {
	background: #ffcc00;
}
.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
   background-color: white;
}