.ui.styled.accordion .title {
    color: black;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: normal;
}

.ui.styled.accordion .title:hover {
    color: black;
    font-weight: bold;
}

.ui.styled.accordion .active.title {
    color: black;
    font-weight: bold;
}

a:hover {
    cursor: pointer;
}

.ui.active.dimmer {
    position: fixed;
}

tr > pre {
    visibility: hidden;
    position: absolute;
    z-index: 5;
    background-color: black;
    color: white;
    width: 90%;
    padding: 5px;
    border-radius: 10px;
    left: 5%;
    margin-top: 80px;
}

tr:hover > pre {
    visibility: visible;
}