body {
 /*font-family: Open Sans, Serif !important;*/
 font-family: sans-serif !important;
	font-size: 20px;
}
#blok_wyboru {
 display: inline;
}
#blok_wyboru > div {
 margin-right: 13px;
}
#rodzaj.dropdown {
 margin-bottom: 13px;
}
#wybrane {
 display: inline-flex;
 font-size: 28px;
}
.big {
 font-size: 28px;
}
.medium {
 font-size: 20px;
}
.red {
 color: #BD0000;
}
.green {
 color: green;
}
.blue {
 color: blue;
}
input[type=checkbox], input[type=radio] {
 -ms-transform: scale(2); /* IE */
 -moz-transform: scale(2); /* FF */
 -webkit-transform: scale(2); /* Safari and Chrome */
 -o-transform: scale(2); /* Opera */
 margin: 10px;
}
label.wybor {
 width: 100%;
 /* border: 1px solid; */
 border-radius: 10px;
 border-color: #ababab;
 background: #fafafa;
 padding: 5px;
}
.wyborTxt {
 padding: 0 20px 0 40px;
}
.zdjecie {
 float: right;
 width: 350px;
 margin-right: 10px;
 margin-top: 10px;
}
.zdjecie2 {
 float: right;
 width: 180px;
}
@media only screen and (max-width: 700px) {
 .zdjecie {
 float: right;
 margin-left: 5px;
 width: 20%;
 }
 .wyborTxt {
 padding: 0 20px 0 40px;
 }
 .naglowek1 {
  font-size: 1.4em !important;
 }
 .naglowek2 {
  font-size: 1.2em !important;
 }
}
.btn.btn-block.btn-lg.btn-info.btn-fill.confirm {
 font-size: 1em;
}
.alert-success {
 background-color: #008000;
}
.alert-warning, .alert-info, .alert-danger {
 color: #000;
}
.btn-info.btn-fill {
 background-color: #0071EB !important;
}
.btn-info.btn-fill:hover {
 background-color: #0051A8 !important;
}