/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* line 21, app/assets/stylesheets/application.sass */
html {
  box-sizing: border-box;
}

/* line 24, app/assets/stylesheets/application.sass */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 28, app/assets/stylesheets/application.sass */
body {
  font-family: Merriweather, serif;
  font-weight: 300;
  color: #001b01;
  background: #fcfffc;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

/* line 37, app/assets/stylesheets/application.sass */
h1, h2, h3, h4, h5, h6 {
  font-family: Merriweather, serif;
  font-weight: bold;
  color: #632f01;
}

/* line 42, app/assets/stylesheets/application.sass */
a {
  color: #15861f;
}

/* line 45, app/assets/stylesheets/application.sass */
ul {
  margin: 20px 0;
  padding-left: 20px;
}

/* line 49, app/assets/stylesheets/application.sass */
ul li {
  list-style-type: circle;
}

/* line 52, app/assets/stylesheets/application.sass */
.container {
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 58, app/assets/stylesheets/application.sass */
header.main-header {
  padding: 60px 0 20px;
  margin-bottom: 40px;
}

/* line 63, app/assets/stylesheets/application.sass */
header.main-header h1 {
  font-size: 32px;
  padding: 8px 0;
}

/* line 68, app/assets/stylesheets/application.sass */
header.main-header h2 {
  font-size: 17px;
  font-weight: normal;
  color: #001b01;
  margin-top: 8px;
}

/* line 74, app/assets/stylesheets/application.sass */
header.main-header a {
  text-decoration: none;
}

/* line 78, app/assets/stylesheets/application.sass */
footer.main-footer {
  color: #fafafa;
  background: #0d4a12;
  padding: 20px 0;
}

/* line 83, app/assets/stylesheets/application.sass */
footer.main-footer .copyright-symbol {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

/* line 88, app/assets/stylesheets/application.sass */
footer.main-footer .footer-link {
  color: #fafafa;
  text-decoration: none;
  margin-left: 20px;
  transition: opacity 0.2s ease;
}

/* line 94, app/assets/stylesheets/application.sass */
footer.main-footer .footer-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/* line 99, app/assets/stylesheets/application.sass */
body > .container {
  display: flex;
  line-height: 2em;
}

/* line 104, app/assets/stylesheets/application.sass */
body > .container main {
  font-size: 17px;
  flex: 0 0 75%;
  padding-bottom: 250px;
}

/* line 109, app/assets/stylesheets/application.sass */
body > .container main header.section-header {
  margin-bottom: 40px;
}

/* line 112, app/assets/stylesheets/application.sass */
body > .container main header.section-header h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

/* line 116, app/assets/stylesheets/application.sass */
body > .container main header.section-header h4 {
  font-size: 17px;
  opacity: 0.8;
}

/* line 121, app/assets/stylesheets/application.sass */
body > .container main .posts {
  margin-bottom: 60px;
}

/* line 124, app/assets/stylesheets/application.sass */
body > .container main .post {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

/* line 129, app/assets/stylesheets/application.sass */
body > .container main .post .post-image {
  flex: 0 0 25%;
}

/* line 132, app/assets/stylesheets/application.sass */
body > .container main .post .post-image a {
  display: block;
}

/* line 135, app/assets/stylesheets/application.sass */
body > .container main .post .post-image img {
  display: block;
  width: 100%;
  border-radius: 3px;
}

/* line 140, app/assets/stylesheets/application.sass */
body > .container main .post .post-info {
  flex: 0 0 75%;
  padding-left: 30px;
}

/* line 144, app/assets/stylesheets/application.sass */
body > .container main .post .post-info .post-title {
  display: block;
  font-size: 28px;
  padding-bottom: 24px;
}

/* line 149, app/assets/stylesheets/application.sass */
body > .container main .post .post-info .post-read-more {
  display: block;
}

/* line 153, app/assets/stylesheets/application.sass */
body > .container main .journal {
  margin-bottom: 50px;
}

/* line 157, app/assets/stylesheets/application.sass */
body > .container main .journal h4 {
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b5b5b5;
  margin: 40px 0 20px;
}

/* line 165, app/assets/stylesheets/application.sass */
body > .container main .journal h5 {
  font-weight: bold;
  font-size: 24px;
  margin: 48px 0 24px;
}

/* line 170, app/assets/stylesheets/application.sass */
body > .container main .journal p {
  margin: 20px 0;
}

/* line 173, app/assets/stylesheets/application.sass */
body > .container main .journal strong {
  color: #001b01;
  font-weight: bold;
}

/* line 178, app/assets/stylesheets/application.sass */
body > .container .main-sidebar {
  flex: 0 0 25%;
  padding-left: 40px;
  padding-bottom: 100px;
  opacity: 0.7;
  font-size: 17px;
}

/* line 185, app/assets/stylesheets/application.sass */
body > .container .main-sidebar h3 {
  font-size: 20px;
  padding-bottom: 10px;
}

/* line 189, app/assets/stylesheets/application.sass */
body > .container .main-sidebar a {
  display: block;
}

/* line 192, app/assets/stylesheets/application.sass */
body > .container .main-sidebar .recent-articles {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

/* line 197, app/assets/stylesheets/application.sass */
body > .container .main-sidebar .recent-articles h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #632f01;
}

/* line 202, app/assets/stylesheets/application.sass */
body > .container .main-sidebar .recent-articles .article-link {
  margin-bottom: 12px;
}

/* line 205, app/assets/stylesheets/application.sass */
body > .container .main-sidebar .recent-articles .article-link a {
  font-size: 14px;
  line-height: 1.4;
  color: #15861f;
  text-decoration: none;
  transition: color 0.2s ease;
}

/* line 212, app/assets/stylesheets/application.sass */
body > .container .main-sidebar .recent-articles .article-link a:hover {
  color: #0e5a15;
  text-decoration: underline;
}

/* line 217, app/assets/stylesheets/application.sass */
.post-page {
  font-size: 17px;
}

/* line 220, app/assets/stylesheets/application.sass */
.post-page header {
  margin-bottom: 30px;
}

/* line 223, app/assets/stylesheets/application.sass */
.post-page header h3 {
  font-size: 28px;
  margin-bottom: 14px;
}

/* line 227, app/assets/stylesheets/application.sass */
.post-page header time {
  opacity: 0.6;
}

/* line 231, app/assets/stylesheets/application.sass */
.post-page article {
  margin-bottom: 60px;
}

/* line 234, app/assets/stylesheets/application.sass */
.post-page article h3 {
  font-size: 24px;
  display: block;
  margin: 60px 0 14px;
}

/* line 239, app/assets/stylesheets/application.sass */
.post-page article p {
  margin-bottom: 1.5em;
}

/* line 242, app/assets/stylesheets/application.sass */
.post-page article img {
  border-radius: 3px;
  display: block;
  margin: 1.5em 0;
  max-width: 100%;
}

/* line 248, app/assets/stylesheets/application.sass */
.post-page article table {
  margin: 24px 0;
}

/* line 251, app/assets/stylesheets/application.sass */
.post-page article table th {
  font-weight: bold;
  text-align: left;
}

/* line 255, app/assets/stylesheets/application.sass */
.post-page article table td {
  padding-right: 20px;
}

/* line 258, app/assets/stylesheets/application.sass */
.post-page .random-articles {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid #e8f5e8;
}

/* line 263, app/assets/stylesheets/application.sass */
.post-page .random-articles h3 {
  font-size: 20px;
  color: #632f01;
  margin-bottom: 20px;
}

/* line 269, app/assets/stylesheets/application.sass */
.post-page .random-articles .article-links .article-link {
  margin-bottom: 15px;
}

/* line 272, app/assets/stylesheets/application.sass */
.post-page .random-articles .article-links .article-link a {
  font-size: 16px;
  color: #15861f;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.2s ease;
}

/* line 279, app/assets/stylesheets/application.sass */
.post-page .random-articles .article-links .article-link a:hover {
  color: #0e5a15;
  text-decoration: underline;
}

/* line 285, app/assets/stylesheets/application.sass */
.about-page header {
  margin-bottom: 24px;
}

/* line 288, app/assets/stylesheets/application.sass */
.about-page header h3 {
  font-size: 28px;
  font-weight: bold;
}

/* line 292, app/assets/stylesheets/application.sass */
.about-page p {
  margin-bottom: 2em;
}

/* line 297, app/assets/stylesheets/application.sass */
.succulents-page header {
  margin-bottom: 30px;
}

/* line 300, app/assets/stylesheets/application.sass */
.succulents-page header h3 {
  font-size: 28px;
  font-weight: bold;
  color: #632f01;
}

/* line 305, app/assets/stylesheets/application.sass */
.succulents-page .succulents-content {
  font-size: 17px;
  line-height: 1.6;
}

/* line 309, app/assets/stylesheets/application.sass */
.succulents-page .succulents-content .intro {
  margin-bottom: 40px;
}

/* line 312, app/assets/stylesheets/application.sass */
.succulents-page .succulents-content .intro p {
  font-size: 18px;
  line-height: 1.7;
  color: #001b01;
}

/* line 317, app/assets/stylesheets/application.sass */
.succulents-page .succulents-content section {
  margin-bottom: 40px;
}

/* line 320, app/assets/stylesheets/application.sass */
.succulents-page .succulents-content section h4 {
  font-size: 24px;
  font-weight: bold;
  color: #632f01;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8f5e8;
}

/* line 328, app/assets/stylesheets/application.sass */
.succulents-page .succulents-content section h5 {
  font-size: 20px;
  font-weight: bold;
  color: #632f01;
  margin: 25px 0 15px;
}

/* line 334, app/assets/stylesheets/application.sass */
.succulents-page .succulents-content section p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}

/* line 338, app/assets/stylesheets/application.sass */
.succulents-page .succulents-content section ul {
  margin: 20px 0;
  padding-left: 25px;
}

/* line 342, app/assets/stylesheets/application.sass */
.succulents-page .succulents-content section ul li {
  margin-bottom: 12px;
  line-height: 1.5;
}

/* line 346, app/assets/stylesheets/application.sass */
.succulents-page .succulents-content section ul li strong {
  color: #001b01;
  font-weight: bold;
}

/* line 350, app/assets/stylesheets/application.sass */
.succulents-page .succulents-content .care-section {
  margin-bottom: 30px;
  padding: 20px;
  background: #f8fdf8;
  border-left: 4px solid #15861f;
  border-radius: 3px;
}

/* line 357, app/assets/stylesheets/application.sass */
.succulents-page .succulents-content .care-section h5 {
  margin-top: 0;
  color: #15861f;
}

/* line 362, app/assets/stylesheets/application.sass */
.succulents-page .succulents-content .problems-section h5 {
  color: #d32f2f;
  margin-top: 20px;
}

/* line 366, app/assets/stylesheets/application.sass */
.succulents-page .succulents-content .conclusion {
  margin-top: 40px;
  padding: 25px;
  background: #e8f5e8;
  border-radius: 5px;
  border-left: 4px solid #15861f;
}

/* line 373, app/assets/stylesheets/application.sass */
.succulents-page .succulents-content .conclusion p {
  margin-bottom: 0;
  font-style: italic;
  color: #001b01;
}

/* line 380, app/assets/stylesheets/application.sass */
.low-light-houseplants-page header {
  margin-bottom: 30px;
}

/* line 383, app/assets/stylesheets/application.sass */
.low-light-houseplants-page header h3 {
  font-size: 28px;
  font-weight: bold;
  color: #632f01;
}

/* line 388, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content {
  font-size: 17px;
  line-height: 1.6;
}

/* line 392, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content .intro {
  margin-bottom: 40px;
}

/* line 395, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content .intro p {
  font-size: 18px;
  line-height: 1.7;
  color: #001b01;
}

/* line 400, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content section {
  margin-bottom: 40px;
}

/* line 403, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content section h4 {
  font-size: 24px;
  font-weight: bold;
  color: #632f01;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8f5e8;
}

/* line 411, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content section h5 {
  font-size: 20px;
  font-weight: bold;
  color: #632f01;
  margin: 25px 0 15px;
}

/* line 417, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content section p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}

/* line 421, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content section ul {
  margin: 20px 0;
  padding-left: 25px;
}

/* line 425, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content section ul li {
  margin-bottom: 12px;
  line-height: 1.5;
}

/* line 429, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content section ul li strong {
  color: #001b01;
  font-weight: bold;
}

/* line 433, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content .light-levels {
  background: #f8fdf8;
  padding: 20px;
  border-radius: 5px;
  margin: 20px 0;
}

/* line 439, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content .light-levels h5 {
  color: #15861f;
  margin-top: 20px;
}

/* line 443, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content .light-levels h5:first-child {
  margin-top: 0;
}

/* line 446, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content .plant-section {
  margin-bottom: 30px;
  padding: 20px;
  background: #f8fdf8;
  border-left: 4px solid #15861f;
  border-radius: 3px;
}

/* line 453, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content .plant-section h5 {
  margin-top: 0;
  color: #15861f;
}

/* line 457, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content .care-section {
  margin-bottom: 30px;
  padding: 20px;
  background: #f8fdf8;
  border-left: 4px solid #15861f;
  border-radius: 3px;
}

/* line 464, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content .care-section h5 {
  margin-top: 0;
  color: #15861f;
}

/* line 469, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content .problems-section h5 {
  color: #d32f2f;
  margin-top: 20px;
}

/* line 473, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content .getting-started {
  background: #e8f5e8;
  padding: 25px;
  border-radius: 5px;
  border-left: 4px solid #15861f;
}

/* line 479, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content .getting-started h5 {
  color: #15861f;
  margin-top: 20px;
}

/* line 483, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content .getting-started h5:first-child {
  margin-top: 0;
}

/* line 486, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content .conclusion {
  margin-top: 40px;
  padding: 25px;
  background: #e8f5e8;
  border-radius: 5px;
  border-left: 4px solid #15861f;
}

/* line 493, app/assets/stylesheets/application.sass */
.low-light-houseplants-page .low-light-content .conclusion p {
  margin-bottom: 0;
  font-style: italic;
  color: #001b01;
}

/* line 500, app/assets/stylesheets/application.sass */
.grow-lights-page header {
  margin-bottom: 30px;
}

/* line 503, app/assets/stylesheets/application.sass */
.grow-lights-page header h3 {
  font-size: 28px;
  font-weight: bold;
  color: #632f01;
}

/* line 508, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content {
  font-size: 17px;
  line-height: 1.6;
}

/* line 512, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .intro {
  margin-bottom: 40px;
}

/* line 515, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .intro p {
  font-size: 18px;
  line-height: 1.7;
  color: #001b01;
}

/* line 520, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content section {
  margin-bottom: 40px;
}

/* line 523, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content section h4 {
  font-size: 24px;
  font-weight: bold;
  color: #632f01;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8f5e8;
}

/* line 531, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content section h5 {
  font-size: 20px;
  font-weight: bold;
  color: #632f01;
  margin: 25px 0 15px;
}

/* line 537, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content section p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}

/* line 541, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content section ul {
  margin: 20px 0;
  padding-left: 25px;
}

/* line 545, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content section ul li {
  margin-bottom: 12px;
  line-height: 1.5;
}

/* line 549, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content section ul li strong {
  color: #001b01;
  font-weight: bold;
}

/* line 553, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .light-needs {
  background: #f8fdf8;
  padding: 20px;
  border-radius: 5px;
  margin: 20px 0;
}

/* line 559, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .light-needs h5 {
  color: #15861f;
  margin-top: 20px;
}

/* line 563, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .light-needs h5:first-child {
  margin-top: 0;
}

/* line 566, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .light-type-section {
  margin-bottom: 30px;
  padding: 20px;
  background: #f8fdf8;
  border-left: 4px solid #15861f;
  border-radius: 3px;
}

/* line 573, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .light-type-section h5 {
  margin-top: 0;
  color: #15861f;
}

/* line 577, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .selection-guide {
  background: #f0f8f0;
  padding: 25px;
  border-radius: 5px;
  margin: 20px 0;
}

/* line 583, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .selection-guide h5 {
  color: #15861f;
  margin-top: 20px;
}

/* line 587, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .selection-guide h5:first-child {
  margin-top: 0;
}

/* line 590, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .setup-section {
  margin-bottom: 30px;
  padding: 20px;
  background: #f8fdf8;
  border-left: 4px solid #15861f;
  border-radius: 3px;
}

/* line 597, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .setup-section h5 {
  margin-top: 0;
  color: #15861f;
}

/* line 602, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .plant-categories h5 {
  color: #15861f;
  margin-top: 20px;
}

/* line 607, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .mistakes-section h5 {
  color: #d32f2f;
  margin-top: 20px;
}

/* line 611, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .cost-analysis {
  background: #f0f8f0;
  padding: 25px;
  border-radius: 5px;
  margin: 20px 0;
}

/* line 617, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .cost-analysis h5 {
  color: #15861f;
  margin-top: 20px;
}

/* line 621, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .cost-analysis h5:first-child {
  margin-top: 0;
}

/* line 624, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .getting-started {
  background: #e8f5e8;
  padding: 25px;
  border-radius: 5px;
  border-left: 4px solid #15861f;
}

/* line 630, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .getting-started h5 {
  color: #15861f;
  margin-top: 20px;
}

/* line 634, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .getting-started h5:first-child {
  margin-top: 0;
}

/* line 637, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .advanced-techniques {
  background: #f8fdf8;
  padding: 25px;
  border-radius: 5px;
  margin: 20px 0;
}

/* line 643, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .advanced-techniques h5 {
  color: #15861f;
  margin-top: 20px;
}

/* line 647, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .advanced-techniques h5:first-child {
  margin-top: 0;
}

/* line 650, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .conclusion {
  margin-top: 40px;
  padding: 25px;
  background: #e8f5e8;
  border-radius: 5px;
  border-left: 4px solid #15861f;
}

/* line 657, app/assets/stylesheets/application.sass */
.grow-lights-page .grow-lights-content .conclusion p {
  margin-bottom: 0;
  font-style: italic;
  color: #001b01;
}

@media only screen and (max-width: 1000px) {
  /* line 664, app/assets/stylesheets/application.sass */
  .container {
    width: 100%;
  }
  /* line 667, app/assets/stylesheets/application.sass */
  body > .container {
    flex-direction: column;
  }
  /* line 670, app/assets/stylesheets/application.sass */
  body > .container main {
    flex: 0 0 100%;
  }
  /* line 673, app/assets/stylesheets/application.sass */
  body > .container .main-sidebar {
    flex: 0 0 100%;
    padding-left: 0;
    opacity: 1;
    font-size: 17px;
  }
}
