body {
 font-family:'Glegoo', serif;
 font-size:14px;
 line-height:1.5;
 font-weight:400;
 color:#434343;
 background:#FFF;
 min-height:100%;
 position:relative;
}
div.width1050{
 margin: 0 auto;
 max-width: 1050px;
 width: 90%;
}
.container {
 width:90%;
 max-width:1050px;
 margin:0 auto;
 }

.rok {
 font-size:18px;
 font-weight:600;
} 
.rok.wybrany {
 background-color:#dcf1f0;
} 
 /* table */
.rg-table tr {

}
.info {
	cursor:help;
}

table.rg-table {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #ddd;
  color: #333;
}
table.rg-table thead {
  border-bottom: 3px solid #ddd;
  background-color: #f6f6f6;
}
table.rg-table tr.highlight {
  background-color: #dcf1f0 !important;
}
table.rg-table tr:hover {
  background-color: #dcf1f0;
}
table.rg-table.zebra tr:nth-child(even) {
  background-color: #f6f6f6;
}
table.rg-table.zebra tr:hover {
  background-color: #dcf1f0;
}

table.rg-table th {
  font-weight: bold;
  padding: 0.35em;
  font-size: 0.9em;
}
table.rg-table td {
  padding: 0.35em;
  font-size: 0.9em;
}
table.rg-table .highlight td {

}
table.rg-table th.number,
td.number {
  text-align: right;
}
