/* REMOVE TABLE FEEL */
#myTable tbody tr {
    background: #fff;
}

#myTable tbody tr:hover {
    background: #f8f9fa;
}

/* TITLE STYLE (Google blue link) */
.scholar-title {
    font-size: 18px;
    color: #1a0dab;
    text-decoration: none;
    font-weight: 500;
}

.scholar-title:hover {
    text-decoration: underline;
}

/* AUTHORS + JOURNAL LINE */
.scholar-meta {
    font-size: 13px;
    color: #202124;
    margin-bottom: 4px;
}

/* SNIPPET STYLE */
.scholar-snippet {
    font-size: 13px;
    color: #4d5156;
    line-height: 1.4;
}

/* VIEWS (like citations count feel) */
.scholar-views {
    font-size: 12px;
    white-space: nowrap;
}

/* REMOVE TABLE LOOK COMPLETELY */
.table td {
    border: none !important;
}