html, body {
  height: 100%;
  margin: 0;
}

body{
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  background-color: #F9F9F9;
  color: #3d3d3d;

  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.site-content {
  flex: 1 0 auto;
  box-sizing: border-box;
}


table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    text-align: left;
    color: #585858;
  }
  
  th, td {
    padding: 5px 5px 3px 5px;;
    border: 1px solid #DEDEDE;
    white-space: pre;
  }

  th {
    background-color: #f2f2f2;
    color: #333;
    white-space: nowrap;
    font-weight: 400;
  }

  tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  tr:hover{
    background-color: #fff701;
    color: #3D3D3D;
  }

.table{
  display: flex;
  flex-direction: column;
  margin: 0 20px 20px 20px;
  color: #585858;
}

a {
  color: #3d3d3d;
  text-decoration: none;
}

input{
  font-family: "Rubik", sans-serif;
}

textarea{
  font-family: "Rubik", sans-serif;
}

button{
  font-family: "Rubik", sans-serif;
}

.margin0 {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
}
