/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

table.phat { margin-bottom: 0rem !important }
table.phat tr { border-bottom: 1px solid lightgray; }
.row.phat:hover { background-color: rgba(0, 0, 0, .075); cursor: pointer !important }
table.phat td, table.phat th { border: none; padding: 0.7rem 0rem 0.7rem 0.7rem !important }
table.phat td a { color: black }
a.uncategorized-series { color: black }
.row.phat { padding: 0.7rem 0rem 0.7rem 0rem; border-bottom: 1px solid lightgray; cursor: pointer !important }
.row.phat:first-of-type { border-top: 1px solid lightgray }
.bootstrap-switch.bootstrap-switch-focused { border-color: #888; -webkit-box-shadow: none; box-shadow: none; }
a.social-link:link, a.social-link:visited, a.social-link:hover, a.social-link:active { color: black; text-decoration: none }
a.social-link:hover { cursor: pointer !important }
a#scott-only-link { display: inline; font-size: 0.85rem }
a#scott-only-link.active { color: #495057 }
.btn-scott-selector:not(:disabled):not(.disabled).active, .btn-scott-selector:not(:disabled):not(.disabled):active, .show>.btn-scott-selector.dropdown-toggle { color: #fff; background-color: #0062cc; border-color: #005cbf; }
.btn-scott-selector { color: #000; background-color: #eee; border-color: rgb(204,204,204); box-shadow: none; }
.auto-font-size { 
  font-size: 35.2px;
  font-weight: 700
}

@media (max-width: 767px) {
  .auto-font-size {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .auto-font-size {
    font-size: 28px;
  }
}
