.fastview {
    font-size: 18px;
    font-style: italic;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: calc(50% - 13px);
}

.fastview i {
    transform: rotate(90deg);
    color: #64c7ff;
    position: absolute;
    top: 0;
    left: 7px;
}

.fastview i + i {
    top: 5px;
}

.fastview:hover {
    border-bottom-color: #0086e4;
    color: #0086e4;
}

.fastview_modal {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(245, 249, 251, 1);
    border: 1px solid #0094e7;
}

.fastview_modal p.heading {
    padding: 8px 25px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}