EVOLUTION-MANAGER
Edit File: style.css
/* Used for the example */ .green { background: green; } /* Rules to make the page nicer */ body { padding: 0 20px; background: #fafafa; color: #333; font-size: 16px; } #header { text-align: center; color: #fdfdfd; text-shadow: 0 0 1px #000; padding: 20px 5px 40px; border-bottom: 1px solid #ddd; margin: 0 -35px 30px; background: url('header.png'); } #title { font-size: 5em; text-shadow: 0 0 5px #000; line-height: 1.2; margin-bottom: 15px; } #subtitle { font-size: 2em; margin-bottom: 15px; line-height: 1.1; } #subsubtitle { font-size: 1.3em; } #subsubtitle a { color: #fdfdfd; text-decoration: underline; } @media only screen and (max-width: 979px) { #header { padding: 15px 5px 35px; } #title { font-size: 4em; } #subtitle { font-size: 1.7em; } #subsubtitle { font-size: 1.2em; } } @media only screen and (max-width: 767px) { #title { font-size: 3.5em; } #subtitle { font-size: 1.5em; } #subsubtitle { font-size: 1.1em; } } .section-title { font-weight: bold; margin-top: 0; } .well { background: #FFFFFF; } #expr-container { margin: 20px 0 15px; } #expr-container .selectize-input { font-size: 26px; line-height: 26px; } #expr-container .selectize-dropdown { font-size: 22px; line-height: 28px; } #expr-container .selectize-dropdown-content { max-height: 300px; padding: 0; } #expr-container .selectize-dropdown-content .option { border-bottom: 1px dotted #ccc; } #submitExpr { font-weight: bold; font-size: 18px; padding: 5px 20px; } #helpText { font-size: 18px; } #btn { font-size: 20px; }