body{background-color:#000000}
.sidebar
{
position:absolute;
left:10px;
width:150px;
text-align:left}

.reklama
{
position: absolute; 
top: 330px; 
left: 20px; 
z-index: 1;
}

.content,.headerimage
{
margin-left:18%;
margin-right:5%;
padding:10px;
}
.contenttt
{
margin-left: 18%;
margin-right: 4%;
background: rgb(0, 0, 0);
border-style: ridge;
border-color:#3c2454;
border-width: 3px;
padding: 10px;
}

.sidebarrr
{
position: absolute;
left: 2%;
width: 350px;
text-align: left;
border-style: solid;
border-color: #3c2454;
border-width: 3px;
background: rgb(0, 0, 0);
}

hr
{
border-style: groove;
border-color: #3c2454;
border-width: 2px;
width: 80%;
}

h1, h2, h3
{
color: #7fa4a4;
text-align: center;
font-family: Courier New, Courier, monotype;
font-weight: bold;
}
p, li
{
color:#eee082;
text-align: justify;
font-family: Arial, Helvetica, sans-serif;
}

a:link
{
color:#d6c071;
}

a:visited
{
color: rgb(255, 215, 0);
}

a:hover
{
color: rgb(255, 255, 128);
}
marquee
{
color: rgb(255, 255, 128);
}

.section
{
padding: 0px 35px 0px 35px;
display: inline-block;
}

.openingquote
{
display: inline-block;
text-align: center;
}
.footer
{
padding: 0px 35px 0px 35px;
text-align: center;
font-size: 0.7em;
}

.mobileplebs
{
display: none;
}

table
{
float: center;
background-color: #OOOOOO;
width: 80%;
margin-left: auto;
margin-right: auto;
border: 2px solid #7fa4a4;
border-collapse: collapse;
}

td, th
{
text-align: center;
border: 2px solid #7fa4a4;
border-spacing: O
font-family: Arial;
color: #eee082;
}

th
{
white-space: nowrap;
}

tr:hover
{
border: 4px solid red;
}

@media only screen and (max-width: 950px)
{
.contenttt
{
margin-right: 1%;
margin-left: calc(150px + 1%);
}

img
{
max-width: 100%;
height: auto;
}

.sidebarrr
{
left: 3px;
border-width: 3px;
padding: 0px;
}
}

@media only screen and (max-width: 750px)
{

body
{
font-size: 1.07em;
}

.sidebarrr
{
display: none;
}

.contenttt
{
max-width: 100%;
margin-left: 1%;
margin-right: 1%;
padding: 3px;
}

img
{
max-width: 100%;
height: auto;
}

.mobileplebs
{
display: block;
border-style: solid;
border-width: 2px 0px 2px 0px;
border-color: rgb(0, 0, 0);
background-color: rgb(0, 0, 0);
margin-bottom: 14px;
}

.headerimage
{
margin: 0px;
padding: 0px;
}

.mobileplebs a:link
{
padding: 10px 20px 10px 20px;
}