* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
}

header {
    background-color: #e40000;
    color: white;
    padding: 20px;
    text-align: center;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 50px;
}

.language-select a {
    color: white;
    text-decoration: none;
    padding: 0 10px;
    font-weight: bold;
}

.language-select a:hover {
    text-decoration: underline;
}

main {
    padding: 20px;
}

.content-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.column {
    width: 30%;
}

.divider {
    width: 2px;
    background-color: #ddd;
    margin: 0 10px;
}

.content-div {
    background-color: white;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.red-header {
    background-color: #e40000;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.red-header .icon {
    height: 40px;
    margin-right: 10px;
}

.red-header span {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

table, th, td {
    border: 1px solid #ddd;
}

th, td {
    padding: 8px;
    text-align: left;
}

footer {
    background-color: #333;
    color: white;
    padding: 20px;
    text-align: left;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer li {
    margin-bottom: 5px;
}


.tableStyle

{

  width:96%;

  text-align: center;

  background: #ffffff;

  margin: 0 auto;

  margin-top:2px;

  padding: 0px;


}



.tableStyle th

{

  padding: 10px;
  

  background:#f8f8f8;

  color: #6a6a6a;

  font-weight: bold;  

  border: 1px solid #d3d3d3;  

}

.tableStyle tr

{

  padding: 10px;

  

  font-size: 14px;

  color: #6a6a6a;

    

}

 .tableStyle tr td

{

    border:1px solid #d3d3d3;

  padding: 10px;
 

}
