body {
  background-color: #50A3A4;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 20px;
}

#nav_kep{
  width:  50px;
  padding-top: 3px;
}

#kep4 {
    margin-left: 10%;
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 2px;
    border: 1px solid black;
    float: left;
    height: auto;
}

#kep3 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    border: 1px solid black;
}

/*useless shit*/
/* #kep2 {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
} */

#kep {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    border: 1px solid black;
}

#active1, #cs:hover, #e1:hover{
    background-color: #1b7208;
    color: white;
}

#active2, #r:hover, #e2:hover{
    background-color: #fa2819;
    color: white;
}

#active3, #ko:hover, #e3:hover{
    background-color: #ffe20a;
    color: black;
}

#active4, #ki:hover, #e4:hover{
    background-color: #1616a8;
    color: white;
}

#navbar {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #2e2e2e;
    border: none;
    border-bottom: 6px solid #979c9b;
}

.topnav {
  overflow: hidden;
  /* height: 50px; */
  width: 100%;
  /* position: fixed;   */
  z-index: 100;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
  cursor: pointer;
  width: 150px;
  text-align: center;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a:not(.shownone) {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content:not(.shownone) {
  display: block;
}

/* #navbar{
  display: none;
} */

#kep_div{
  margin:0px 5px;
}

h1 {
    margin-top: 5%;
    margin-bottom: 3%;
    text-align: center;
}

p {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: black;
}

#szoveg {
    /*background-color: #a9abb0; /*#28de67;*/
    /*border: 1px solid black;*/
    margin-bottom: 10px;
    color: white;
}

#hidden2, #hidden3 {
    display: none;
    font-size: 20px;
}

#refing {
  text-decoration: none;
  color: black;
  cursor: default;
}

#refing2 {
    text-decoration: none;
    color: white;
}

#player {
    height: 40px;
    margin-top: 3px;
    margin-bottom: 0px;
    padding: 0px;
    border: none;
    width: 175px;
}

#sz1 {
    color: #1b7208;
}

#sz2 {
    color: #fa2819;
}

#sz3 {
    color: #ffe20a;
}

#sz4 {
    color: #1616a8;
}

#igen {
    width: 30%;
    vertical-align: top;
}

#nem {
    vertical-align: top;
}

#cim {
    color: white;
}

#nemtudom {
    border-spacing: 15px 0px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
}

h2 {
    margin-left: 5px;
}

#tax {
    margin-left: 10%;
    margin-bottom: 10px;
    border-collapse: collapse;
    width: 80%;
}

#tax td {
    border: 2px solid black;
    padding-left: 6px;
    padding-right: 6px;
}

#tax th {
    border: 2px solid black;
}

.wrapper {
    width: 80%;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    border: 2px solid black;
}

.h_iframe {
    position: relative;
    padding-top: 56%;
    z-index: 10;
}
.h_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cen{
    text-align: center;
}

#gad th,td{
    padding: 5px;
}

@media screen and (max-width: 1260px) {
  .topnav .dropbtn:not(.active), .dropdown .dropbtn, .dropdown img{
    display: none;
  }

  .dropdown-content{
    width: auto;
    min-width: 150px;
  }

  .dropdown{
    width: auto;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown, .dropdown img  {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

a.shownone {
	display: none!important;
}

#gtable{
  margin: auto;
}

#pdf{
  margin-top: 20px;
}

#missiont{
  margin: auto;
  margin-top: 30px;
  border-collapse: collapse;
  cursor: pointer;
}

#missiont td {
  border: 2px solid black;
  background-color: #979c9b;
  text-align: center;
  width: 230px;
}

#missiont td.missionact, #missiont td.missionact p {
  color: white;
  background-color: #2e2e2e;
}

#missiont td:hover, #missiont td:hover p, #missiont td.missionact:hover, #missiont td.missionact:hover p{
  background-color: #636565;
  color: white;
}

#regional {
  display: none;
}

.scorewatch{
  width: 60%;
}

#kep5{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
  width: 70%;
  border: 1px solid black;
  margin-top: 15px;
}