.error{
    color: red;
    font-style: italic;
}

.success{
    color: green;
    font-style: bold;
}

  .hide {
    display: none;
  }

  .calculation_sets_hider:hover + .hide {
    display: block;
  }

:target {
    background-color: #ffa;
}