/* Alapstílusok */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f0f4f8; /* világos, természetes háttér */
    color: #2e3a2f; /* sötétzöldes szöveg */
    margin: 0;
    padding: 20px;
}

/* Táblázatok stílusa */
table {
    background-color: #ffffff;
}

/*
th, td {
    text-align: justify;
    padding: 12px 15px;
    width: 50%;
}
*/

th {
    background-color: #a3c9a8; /* világos zöld */
    color: #1e2f1e;
    font-weight: 600;
    border-bottom: 2px solid #7fa87f;
}

/*
td {

}
*/

.description_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(46, 58, 47, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.description_table th, .description_table td, .description_table tr {
    text-align: justify;
    padding: 12px 15px;
    width: 50%;
}


.description_table tbody td {
    border-bottom: 1px solid #d6e3d6;
}

#board5X8 {
  align: center;
  table-layout: fixed;
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  margin-top: 5px;
}


#board5X10 {
  table-layout: fixed;
  width: 100%;
  height: auto;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: auto;
}


#board7X8 {
  table-layout: fixed;
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-top: auto;
}

#board6X9 {
  table-layout: fixed;
  width: 65%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-top: auto;
}


#board6X10 {
  table-layout: fixed;
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-top: auto;
}

#board5X8 td, #board5X8 th {
  padding: 0.5;
  border: 1px solid;
}


/* Sorok hover effekt */
/*
tbody tr:hover {
    background-color: #e6f0e6;
}
*/
/* Diagram konténer */
.chart-container {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(46, 58, 47, 0.15);
    margin-bottom: 30px;
}

/* Címek */
h1, h2, h3 {
    color: #3a5a40;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Linkek */
a {
    color: #4a7c59;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #2e4a31;
}

/* Gombok (ha vannak) */
button {
    background-color: #7fa87f;
    color: #ffffff;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #5f7a5f;
}

img {
    width: 100%;
    height: 100%;
}
