@charset "UTF-8";

#history + .block_table_7 {
  background-attachment: fixed;
}
#history + .block_table_7 table{
  background: rgb(255 255 255 / 90%);
}
#history + .block_table_7 th {
  background: rgb(229 247 255 / 90%);
}
#history + .block_table_7 td {
  background: none;
}
@media (max-width: 900px) {
  #history + .block_table_7 {
    background-size: 70% !important;
    background-position: center !important;
  }
}