.my-podlazie-wrapper {max-width: 1120px;margin: 0 auto;padding-top: 5px;padding-bottom: 25px;}

.selector-podlazie {background-color: #F4F6F8;padding: 3rem 0;text-align: center;}
.selector-podlazie h2 {margin-bottom: 2rem;}

.poschodie {background-color: green; opacity:0.4}
.poschodie:active {background-color: red;}

.my-tooltip-inner {padding: .8125rem .8125rem 1rem .8125rem;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;border-radius: .5rem;}
.my-tooltip {border: none;border-radius: 0;top: 0;}
.my-tooltip h2 {font-size: 1.5rem;font-weight: 800; padding: 0;margin: 0; margin-bottom: .8125rem; color: #ffffff;}
.my-tooltip p {padding: 0;margin: 0;color: #ffffff;margin-bottom: -10px;}

sup, sub {vertical-align: baseline;position: relative;top: -0.4em;}
sub {top: 0.4em;}

.bck-button-wrapper>a.bck-button, .bck-button-wrapper>a.bck-button:visited, .bck-button-wrapper>a.bck-button:focus {background-color: #222248;color: #ffffff;padding: 5px 25px 2px 25px;display: inline-block;margin-bottom: 35px;}
.bck-button-wrapper>a.bck-button:hover {color: #e09900;}


/* Small only - do 639 px */ 
@media screen and (max-width: 39.9375em) { 
.my-podlazie-wrapper {padding-left: 25px;padding-right: 25px;}
}
/* Medium only - od 640 px do 1023 px */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.my-podlazie-wrapper {padding-left: 25px;padding-right: 25px;}
}