@charset "utf-8";

* {
       background-color: #000000;
       color: #ffffff;

}


#main {
       background-color: #000000;
       width: 100%;
       margin: 0;
      
}

@media (max-width: 640px) {
   #main {
       width: 100%;
    }
}

img.rightimg {
          float: right;
          margin: 5px;
          border: 2px solid #F70000;
          border-radius: 6px;

}

img.leftimg {
          float: left;
          margin: 5px;
          border: 2px solid #F70000;
          border-radius: 6px;
}


#cookiebar {
        background-color: #000000;
}

.navbar {
        background-color: #000000;
        overflow: hidden;
}

.navbar a {
  float: left;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.navbar a:hover {
  background-color: #ddd;
  color: gray;
}

#footer {
	text-align: center;
	background-color: #000000;
	color: #ffffff;
        width: 100%;
        padding-bottom: 5px;
}

#socialfooter {
        text-align: center;
        background-color: #000000;
        color: #ffffff;
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 5px;
}

#footer a:link {
        color: #999999;
}

#footer a:visited {
        color: #aaaaaa;
}


#header {
	background-color: #000000;
	text-align: center;
	width: 100%;
}

a.linklist:link, a.linklist:visited{
       color: #ffffff;
       text-decoration: none;
}

ul.privlist {
       list-style-type: none;
       color: #ffffff;
}

table {
  width:100%;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  padding: 15px;
  text-align: left;
}

