@charset "UTF-8";

#history + .block_table_3 table th div {
    text-align: right;
}
#history + div table td a{
  text-decoration: underline;
}
#history + div table td a:hover{
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 500px) {
    #history + .block_table_3 table th div {
        text-align: left;
    }
}