.SLXDownload {
	background: #222;
	margin: 6px 30px 0px 0px;
	padding: 12px 15px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	line-height: 1em;

}

.SLXDownload .sButton {
	border-radius: 5px;
	padding: 5px 8px 5px 8px;
	background: #560101;
	text-shadow: 1px 1px 0px #850504;
	line-height: 1em;
	cursor: pointer;
	color: #eee;
	transition: 0.25s;
	text-decoration: none;
	font-size: 13px;
}

.SLXDownload .sButton:hover {
	color: #fff;
}

.SLXDownload .sButton.sRed {
	box-shadow: inset 0px 0px 5px #630603, inset 0px 0px 12px #F00C0C, inset 0px -105px 50px -50px #C60909;
}

.SLXDownload .sButton.sRed:hover {
	box-shadow: inset 0px 0px 5px #630603, inset 0px 0px 12px #F00C0C, inset 0px -85px 50px -50px #C60909;
}

.SLXDownload .sButton.sBlue {
	box-shadow: inset 0px 0px 5px #104f71, inset 0px 0px 12px #1D8BC8, inset 0px -105px 50px -50px #166d9b;
}

.SLXDownload .sButton.sBlue:hover {
	box-shadow: inset 0px 0px 5px #104f71, inset 0px 0px 12px #1D8BC8, inset 0px -85px 50px -50px #166d9b;
}

.SLXDownload .sButton.sRed:first-child {
	margin-right: auto;
}

.SLXDownload .sButton.sBlue:last-child {
	margin-left: auto;
}

.SLXDownload .sButton .fa {
	font-size: 32px;
	float: left;
	margin: 4px 8px 0px 0px;
	Xdisplay: block;
}

.SLXDownload .sButton .sText {
	float:left;
	padding-top: 3px;
}

.SLXDownload .sButton .sText div {
	line-height: 1em;
}

.SLXDownload .sButton .sText div:nth-child(1) {
	font-size: 8px;
	text-transform: uppercase;
}

.SLXDownload .sButton .sText div:nth-child(2) {
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
}

.SLXDownload .sButton .sText div:nth-child(3) {
	font-size: 10px;
}

.AdvertLinks {
    text-align: center;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color: #707070;
}

.AdvertLinks .AdvertItem {
    display: inline;    
    margin: 0px 15px;
}



.pTerms h2 {
    margin: 20px 0px;
    font-weight: bold;
}

.pTerms .sCardLogo {
    padding-right: 123px;
    background: url(https://static.paynow.pl/brand/mastercard_visa.gif) no-repeat right center;
    width: fit-content;
}

.pTerms main {
    margin-top: 0px;
    font-size: 20px;
    line-height: 1.5;
}

.pTerms h1 {
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
}

.pTerms h3 {
    font-size: 100%;
    font-weight: bold;
}

.pTerms ol.sLOC {
    Xpadding-left: 69px;
    counter-reset: CounterLOC;
}

.pTerms ol.sLOC > li {
    counter-increment: CounterLOC;
}

.pTerms ol.sLOC > li::marker {
    content: "Section " counter(CounterLOC, decimal) " ";
    font-weight: bold;
}

.pTerms ol.sSections {
    padding-left: 0px;
    counter-reset: CounterSections;
    list-style-position: inside;
}

.pTerms ol.sSections > li {
    counter-increment: CounterSections;
    margin: 50px 0px;
    font-size: 25px;
    font-weight: bolder;
}

.pTerms ol.sSections > li > p {
    font-weight: normal;
    line-height: 1.5;
}

.pTerms ol.sSections > li::marker {
    content: "Section " counter(CounterSections, decimal) " ";
    font-weight: bold;
}

.pTerms ol.sSections > li li {
    font-size: 20px;
    font-weight: normal;
}

.pTerms ol.sSections > li > ol {
    margin-top: 10px;
}

.pTerms ol.sSections ol ol, .pTerms ol.sSections ol ul {
    padding-left: 20px;
}

.pTerms .Preamb {
    text-align: center;
}

.pTerms h4 {
    text-align: left;
    font-weight: bold;
    margin: 30px 0px;
}

.pTerms p {
    margin: 20px 0px;
}

.pTerms ul > li > ul {
    padding-left: 20px;
}

.pTerms h5 {
    font-weight: bold;
    margin: 20px 0px;
    text-align: left;
}

.pTerms table {
    border: none;
    border-collapse: collapse;
    width: 100%;
}

.pTerms th {
    border: solid 2px #AAAAAA;
    background-color: #F5F5F5;
    font-weight: bold;
    text-align: center;
    color: #111111; /* ensured dark text for contrast */
    width: 50%;
    padding: 10px;
}

.pTerms td {
    border: solid 2px #AAAAAA;
    background-color: #FFFFFF;
    text-align: center;
    color: #111111; /* ensured dark text for contrast */
    width: 50%;
    padding: 10px;
}

.pTerms table.cols3 thead th {
    width: auto;
}


.pTerms table.cols3 tbody th {
    width: 30%;
}

.pTerms table.cols3 tbody td {
    width: 35%;
}
