/* line 5, app/assets/stylesheets/welcome.scss */
#content {
  max-width: 40em;
  margin: auto;
}

/* line 6, app/assets/stylesheets/welcome.scss */
#svg_logo svg {
  width: .9em;
}

/* line 7, app/assets/stylesheets/welcome.scss */
mrow[href] {
  border-bottom: 1px solid #00E;
}

/* line 8, app/assets/stylesheets/welcome.scss */
mrow[href]:visited {
  border-bottom: 1px solid #551A8B;
}

/* line 9, app/assets/stylesheets/welcome.scss */
mrow[href]:active {
  border-bottom: 1px solid #E00;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/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/SCSS
 * 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.
 *


 */

h1 {text-align: center; font-size: 1.7em;}
h2 {margin-top: 4em; font-size: 1.1em;}

body > math {margin: 10px;}
table.plaintable {
    border-collapse:collapse;
    border:0;
    font-size: 0.75em;
}
.plaintable td {border:1px solid #000; padding: 3px;}
.plaintable th {padding: 3px;}
.plaintable caption {
    font-weight: bold;
    text-align:center;
    font-size: 1.2em;
}
.centered {text-align: center; margin: auto;}
#coulomb {margin-top:20px;}

.picker * {font-size: 16px}
