/*
 * 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, 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.
 *


 */

.article {
    line-height: 1.5;
    font-size: 1.3em;
    font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
}

.article h1 {
    text-align: center;
    margin-bottom: 1.25em;
}

.article h2 {
    margin-top: 1.3em;
}

.article h3 {
    margin-top: 1.3em;
}

.article li {
    margin-top: 1.3em;
}

.dyno-zoom-image {
    float:left;
    border:1px solid black;
    width:100px;
    height:100px;
    display:inline-block;
    background-repeat:no-repeat;
}

label.error {
    color: #ff0000;
}

.tag {
    cursor: pointer;
}

.compare-dyno-run-container {
    display: none;
    border: 1px dashed #999;
    background-color: #cfdbff;
}

footer {
    margin-top: 4em;
}
