.jf-page-header {
    display: flex;
    height: 54px;
    background: white;
    align-items: center;
    font-size: 16px;
    color: black;
    padding-left: 20px;
    margin-bottom: 10px;
    .right {
        span {
            margin:0 8px;
            &:hover {
                text-decoration: underline;
                cursor: pointer;
            }
        }
        span:nth-child(1) {
            margin-left: 0;
        }
    }
}