.sideref a:hover
{
    text-decoration: underline;
}

.sideref
{
    font-size: 14px;
    line-height: 22px;
}
.sideref {
    display: flex;
    flex-flow: column;
    padding-left: 50px;
    padding-right: 45px;
}

.sideref a {
    color: #325491;
}

.sideref .href {
    padding-bottom: 20px;
}

.sideref a:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    /* bottom: 6px; */
    /* left: 108px; */
    border: 2px solid #325491;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    margin-top: 5px;
    margin-left: 5px;
}