*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
  }
  
  body {
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  font-weight: 500;
  position: relative;
  min-height: 100vh;
  }
  
  .logo {
  width: 60px;
  }
  
  .maindiv {
  margin: 20px;
  position: relative;
  text-align: center;
  background-color: rgb(216, 232, 234);
  color: rgb(0, 103, 120);
  }
  
  .tablediv {
  padding: 5px;
  display: inline-block;
  text-align: center;
  margin: auto;
  }
  
  table {
  border-collapse: collapse;
  margin-top: 20px;
  box-shadow: rgb(0 0 0 / 15%) 0px 10px 20px, rgb(0 0 0 / 20%) 0px 5px 5px;
  }
  
  th {
  background-color: white;
  color: #000000;
  font-weight: bold;
  border-color: #E5E5E5;
  padding: 10px;
  }
  
  .taulukko {
  max-width: 100%;
  background-color: white;
  color: #000000;
  word-break: break-word;
  margin-left: auto;
  margin-right: auto;
  
  }
    
  td {
  padding: 10px;
  min-width: 70px;
  text-align: left;
  }
  
  .middle_cells {
  border-left: solid 1px rgba(221, 220, 220, 0.87);
  font-weight: 400;
  }
  
  .attributecorrect {
  border-left: solid 1px rgba(221, 220, 220, 0.87);
  }
    
  .attributewrong {
  font-weight: bold;
  border-left: solid 1px rgba(221, 220, 220, 0.87);
  }
  
  .error_row {
  background-color: #036979a9;
  }
  
  .ok_row {
  font-weight: 400;
  }
  
  .ok_row:nth-of-type(even) { 
  background: #eee; 
  }
  
  .errorbox {
  display: block;
  margin-left: auto;
  margin-right: auto;
  resize: vertical;
  width: 100%;
  height: 0.1px;
  font-size: 13px;
  border: none;
  box-sizing: border-box;
  box-shadow: rgb(0 0 0 / 15%) 0px 10px 20px, rgb(0 0 0 / 20%) 0px 5px 5px;
  }
  
  .headline {
  font-size: 16px;
  font-weight: bold;
  }
  
  .footer {
  margin: 0;
  background-color: white;
  min-height: 100px;
  position: absolute;
  width: 100%;
  bottom: 0;
  }
  
  .footer-content {
  font-size: 14px;
  margin-top: 15px;
  display: block;
  text-align: center;
  position: relative;
  }
  
  .options_menu {
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  
  .login_button1 {
    margin: auto;
    /* margin-right: 20px;  */
    width: 180px;
  }

  .login_button2 {
    margin: auto;
    width: 180px;
  }

  
  .options_title {
    margin-top: 20px;
    margin-bottom: 10px;
      
  }
  
  .options_box {
    margin: auto;
    width: 200px;
    text-align: left;
    display: none;
  }
  
  .options_select {
    width: 200px;
    height: 30px;
    border-radius: 4px;
  }
  
  .no_session_text {
    margin-bottom: 15px;
    font-size: 16px;
    /* font-weight: bold; */
  }
  
  c-flex {
    background-color: rgb(216, 232, 234);
  }
  
  @media screen and (max-width: 1024px) {
  
  .tablediv {
      width: 95%; 
      margin: 0px;
    }
  
  }
  
  @media screen and (max-width: 500px) {
  
  .logo {
    display: none;
  }
  
  c-csc-logo {
    display: none;
  }
  
  .name-test {
    display: none;
  }
  
  c-button {
    margin-top: 5px;
  }

  .login_button1 {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  
  }
  
  @media screen and (max-height: 700px), screen and (max-width: 700px) {
  
    .footer {
      position: relative;
    }
    
  }
  
  