input[type=button], select {
	padding:7px 10px;
	font-size:1.3em;
	font-family:calibri,arial;
	border-radius:6px;
	border:solid 1px #9b6539;
	box-shadow:2px 2px 5px #aaa;
	background:white;
	color:#9b6539;
	cursor:pointer;
}

select {
	width:20%;
	float:left;
}

.ui-slider {
	position:relative;
	height:40px;
	border:solid 1px #9b6539;
	border-radius:6px;
	width:70%;
	margin:auto;
	margin-left:10px;
	float:left;
}

.ui-slider-handle {
	position:absolute;
	top:-10px;
	left:0px;
	width:50px;
	height:30px;
	border-radius:6px;
	background:#9b6539;
	box-shadow:2px 2px 5px #aaa;
	color:white;
	font-size:1.3em;
	text-align:center;
	padding:15px;
}

#liczba-wspolnikow-div {
	display:none;
}

.button-radioset {
	width:100%;
	display:table;
	table-layout:fixed;
}

.button-radioset label{
	display:table-cell;
	border:solid 1px #9b6539;
	padding:20px 10px;
	cursor:pointer;
	text-align:center;
	min-width:100px;
}

.button-radioset input {

}

.button-radioset .checked {
	background:#9b6539;
	color:white;
	box-shadow:2px 2px 5px #aaa;
}

.button-radioset .checked .kwota {
	color:white;
}

.button-radioset .left-corner {
	border-radius: 6px 0px 0px 6px;
}

.button-radioset .right-corner {
	border-radius: 0px 6px 6px 0px;
}

.radio-button {
	float:left;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	width:100px;
	height:100px;
	border-radius:5px;
	border:solid 1px #9b6539;
	background:white;
	box-shadow:1px 1px 3px #aaa;
	cursor:pointer;
}

.radio-button:hover {
	background:#9b6539;
	border:solid 1px white;
	color:white;
}

.kwota {
	font-size:1.3em;
	color:green;
}

.ui-accordion-header {
	border:solid 1px #aaa;
	border-radius:6px;
	padding:10px 6px;
	cursor:pointer;
	box-shadow:1px 1px 3px #aaa;
}
.ui-accordion-header:hover {
	background:#efefef;
}

.oferta {
	width:100%;
	border-collapse:collapse;
	box-shadow:1px 1px 3px #aaa;
}

.oferta td, .oferta th {
	border:solid 1px #aaa;
	
	padding:4px;
}