body {
  /*margin: 0;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  /*color: #333;*/
}

h1 {
  margin-bottom: 5px;
  margin-top: 10px;
  font-style: normal;
}

.warning {
  color: red;
  font-weight: bold;
}
.gdmsg {
  color: green;
  font-weight: bold;
}
/* Add a black background color to the top navigation */
.topnav {
  /*background-color: #848D82;*/
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #333;
  background-color: #F5F5F5;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
/*.topnav a:hover {
  background-color: #ddd;
  color: black;
}*/

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #c8cfd6;
  color: #333;
}
/* Add a color to the active/current link */
.topnav a.adminactive {
  background-color: #F4DFDF;
  color: #333;
}

#emphmenu a {
  background-color: #c8cfd6;
}

#adminnav {
  background-color: #eee;
}

.eredmenyek {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  /*width: 100%;*/
}

.eredmenyek td, .eredmenyek th {
  border: 1px solid #ddd;
  padding: 8px;
}

.nicetable {
  padding: 10px;
}