body {
    margin: 0px;
    background-color: #F5F5F5;
    font-family: Arial, 'Oxygen', sans-serif, "Helvetica Neue", sans-serif;
}


header {
    background-color: #77CEF2;
    color: white;
    font-weight: bold;
    font-size: 24px;
    top: 0px;
    left: 0px;
    height: 60px;
    margin: 0 auto;
    width: 70%;
    display: block;
    margin-bottom: 15px;
}

header a:hover {
	text-decoration: underline!important;
}

.container {
	width: 70%;
	margin: 0 auto;
	position: relative;
}

#content {
    float: left;
	width: 68%;
	left: 0px;
	display: inline-block;
	margin-bottom: 15px;
}

.clearfix {
    clear: both;
}

#sidebar {
    float: right;
	width: 30%;
	right: 0px;
	display: inline-block;
}

#sidebar h2 {
	color: #545454
}

#sidebar ul {
	list-style: none;
	padding-left: 15px;
}

#sidebar li::before {
    position: relative;
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-right: 0.2em solid black;
    border-top: 0.2em solid black;
    transform: rotate(45deg);
    margin-right: 0.5em;
}

#sidebar li {
    margin-bottom: 4px;
}

#sidebar a {
    color: #2479FF;
    text-decoration: none;
}

#sidebar a:hover {
    color: #0000EE;
    text-decoration: underline;
}

.article {
    line-height: 22px;
    font-size: 15px;
    color: #545454;
    padding: 10px;
}


#content {
	padding-top: 0px;
}

p {
    display: block;

}

#comments {
	margin-top: 40px;
}

.box {
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background-color: white;
}

.seplis li {
	margin-bottom: 10px;
}

h3 { margin-bottom: 10px; }

h3 { font-size: 1.5em;}


/*#select-container {
	height: 21px;
	border: 1px solid #0288D1;
	border-radius: 5px;
}*/


/*  TABLE DEFINITION  */

.table-corner {
	width: 100%;
	border-collapse: collapse;
	border: 0px;
}

.table-corner th {
    font-weight: normal;
    font-size: 13px;
    color: #FFF;
    background: #039BE5;
    padding: 8px;
	font-weight: bold;
}

.table-corner td {
    background: #E1F5FE;
    border-top: 1px solid #fff;
    color: #222222;
    padding: 8px;
}

.table-corner tbody tr:hover td {background:#B3E5FC;}

#tablecont {
 overflow-x: auto;
}

#tablecont table {
	margin-top: 20px;
}

#router-pass-list {
	width: 100%;
	font-size: 14px;
}

#top_ad_links {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 5px;
}

#bottom_links {
    text-align: center;
}

#sidebar_ad {
    text-align: center;
    margin-top: 20px;
}

.footer {
  margin-top: 5px;
  color: grey;
}


@media screen and (max-width: 580px) {
	header {
    	font-size: 20px;
	}

	h2, h3 { font-size: 18px;}  h1 { font-size: 20px;}
}

@media screen and (min-width: 525px) {
  .rect_ad {
    float: left;
    padding: 20px 30px 20px 0;
  }
}


@media screen and (max-width: 955px) {
	header {
	    width: auto;
	    height: 68px;
	    margin-bottom: 0px;
	}

	#content {
		width: 100%;
		position: relative;
	}

	#sidebar {
		width: 100%;
		position: relative;
	}

	.container {
		height: auto;
		width: auto;
	}

	.seplis {
		padding-left: 20px;
	}
}

@media screen and (max-width: 768px) {
  div.cookieinfo {
    display: none;
  }

.adsincont {
    max-width:300px;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.adsrightrail {
    max-width:300px;
    display: flex;
    flex-direction: column;
}

}

.adsincont {
    min-height:250px;
    margin-top:5px;
}

.adsrightrail {
    min-height:250px;
}

.alcontent {
    border:1px solid rgb(197, 197, 197);
    box-shadow: 0px 0px 4px rgb(182, 182, 182);
    padding-top:0;
}

.alheader {
    background: #77CEF2;
    margin:0;
    padding:0;

}
.alheader h2 {
    margin:0;
    padding:5px;
    font-size:18px;
    color:white;
}

.albody {
    padding:7px;
}

.altext {
    width:200px;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
    margin-bottom:15px;
}

.altext2 {
    width:100px;
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
    margin-bottom:10px;
}

.btn{
    background:transparent;
    border: 2px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    margin: 5px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display:inline-block;
    width:90px;
    margin:auto;

}

.yellow{
    background:#fac75a;
    color:black;
    box-shadow: 0 3px 0 #f9b629;
}
.yellow:hover{
    background:#fce17a;
}
.yellow:active, .yellow:focus{
    background:#fac24b;
}

.grey{
    background:#807f7f;
    color:rgb(255, 255, 255);
    box-shadow: 0 3px 0 #444444;
}
.grey:hover{
    background:#bebebe;
}
.grey:active, .grey:focus{
    background:#d8d8d8;
}

.rounded{
    border-radius:5px;
}

.alimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
