h2 {
		font-weight: bold;
		font-size: 1.2em;
		text-align: center;
}

h3 {
 		font-weight: bold;
		font-size: 1em;
}		
			
.wersaliki {
		font-weight: bold;
		font-variant: all-small-caps;
		font-size: 24px;
		text-align: center;
	}
		
.td_dane {
	font-weight: bold;
	text-align: right;
	}
.td_iloraz {
	text-align: left;
	padding-right: 18px;
	}

.td_center {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	}
.td_center_n {
	text-align: center;
	}	
.strzalka {
		background-image: url(./images/strzalka_n_sm.png);
		background-repeat: no-repeat;
		background-position:  center;
		height: 30px;
 		font-weight: bold;
		font-size: 18px;
		text-align: center;
 }
 .prostokat {
		background-image: url(./images/prostokat_sm.png);
		background-repeat: no-repeat;
		background-position:  center;
		height: 30px;
		padding:5px;
 		font-weight: bold;
		font-size: 18px;
		text-align: center;
 }
 .prostokat_d {
		background-image: url(./images/prostokat_d_sm.png);
		background-repeat: no-repeat;
		background-position:  center;
		height: 30px;
 		font-weight: bold;
		font-size: 18px;
		text-align: center;
 } 
 .uwaga {
  padding: 3px;
  font-size: 16px;
  background-color: #EBEBEB;
  max-width: 90%;
  margin: auto;
  text-align: left;
 }
 .przyciski{
  padding: 3px;
  max-width: 90%;
  margin: auto;
  text-align: left;
 }
 
 hr {
  border: 2px solid #CFC9F5;
  width: 60%;
}

.center {
  padding: 3px;
  font-size: 16px;
  max-width: 90%;
  margin: auto;
  text-align: left;
 }
 
.d_container {
  height: 40px;
  position: relative;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 65%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}		