
.button{
	background-color: #9b3535;
	width: 150px;
	font-weight: bold;
	border: 1px solid black;
}

.opisy{
	width: 190px;
}
.opisy table{
	width: 490px;
}
.opisy .jeden{
	background-color: #cdcdcd;
	margin-top: 10px;
}
.opisy .dwa{
	background-color: #9e9e9e;
	margin-top: 10px;
}
.opisy table:hover{
	background-color: #f3ac00;
}

.opisy .col1{
	width: 130px;
}
.opisy .col2{
	width: 200px;
}
.opisy .col3{
	width: 80px;
}
.opisy .odstep{
	border-bottom: 2px black dotted;
}

.dodajOpisTab{
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.dodajOpisTab .button{
	background-color: #9b3535;
	width: 150px;
	font-weight: bold;
	border: 1px solid black;
}
.przycisk{
	height: 35px;
	vertical-align: bottom;
}

.numerStrony table:hover{
	background-color: white;
}
.numerStrony a {
	color: red;
}
.numerStrony td{
	width: 25px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	text-align: center;
}