body {
    padding-top: 70px;
    padding-bottom: 25px;
}

a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

.question-style {
    font-style: italic;
}

.xhref, .xhref:hover, .xhref:visited, .xhref:active, .xhref:link {
    text-decoration: none;
    color: #999999;
    pointer-events: none;
    cursor: default;
}

.important-paragraph {
    font-weight: bold;
}

.staff-table {
    border: none;
}

.staff-table td {
    padding: 5px;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: black;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}