/* Minimal, theme-friendly table styling */
.jr-my-connections .jr-table-wrap { overflow-x:auto; }
.jr-my-connections .jr-table { width:100%; border-collapse: collapse; }
.jr-my-connections .jr-table th,
.jr-my-connections .jr-table td { padding:8px 10px; border-bottom:1px solid rgba(0,0,0,.07); text-align:left; }
.jr-my-connections .jr-table thead th { font-weight:600; }
.jr-my-connections .jr-profile-link { text-decoration:underline; }
