/* CSS dla Adult Layer */

#adult_layer {
   position: fixed !important;
   position:absolute;
   z-index: 98;
   top: 0;
   left: 0;
   width: 100%;
   height: 1500px;
   background-color: #1E1D1D;
   background-color: #060606;
   opacity: 0.95;
   opacity: 0.99 !important;
   opacity: 1;
   filter: alpha(opacity = 90);
   filter: alpha(opacity = 95) !important;
   filter: alpha(opacity = 99)
}
div#adult_layer_inner {
   /*position:absolute;*/
   z-index: 99;
   top:20%;
   left:25%;
   width:530px;
   height:328px;
   padding:10px;
   border:1px solid white;
   margin:30px auto;
   background-color:black;
}

#adult_layer_inner p {
    color   :   white;
}

#adult_layer_inner a {
    text-decoration :   none;
    
    font-weight :   bold;
}

.wchodze {
    color   :   white;
	font-size   :   26px;
}

.rezygnuje {
    color   :   white;
	font-size   :   14px;
}

.tresc18lat_link, .tresc18lat {
    margin      :   5px 5px 0px 25px;
    width       :   490px;
    overflow    :   auto;
	text-align	:	center;
	color			: white;
}

.tresc18lat_link {
	margin      :   0px 5px 0px 25px;
}

.tresc18lat {
    height       :   248px;
}