/* ============================================
   Admin Settings Page
   ============================================ */

.lcss-no-border-bottom {
    border-bottom: none !important;
}

/* #fs_connect div also carries class="wrap" (see freemius/templates/connect.php).
   lex-settings-core.css has a rule "#wpcontent .wrap" with higher specificity
   (1 id + 5 classes) that was overriding margin here on Freemius connect page.
   Adding #wpcontent + .wrap bumps our id/class count above it, so no !important
   needed and lex-settings-core.css stays untouched for every other page. */
#wpcontent #fs_connect.wrap {
    margin-right: auto;
    margin-top: 60px;
}