2015-10-22 14:41:49 -04:00
|
|
|
@import "variables";
|
|
|
|
|
|
|
|
header {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.faded-small {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-content {
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2019-01-19 06:33:11 -05:00
|
|
|
.flex-fill {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex.sidebar + .flex.content {
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
|
2015-10-22 14:41:49 -04:00
|
|
|
.print-hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.print-full-width {
|
|
|
|
width: 100%;
|
|
|
|
float: none;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 2em;
|
|
|
|
line-height: 1;
|
|
|
|
margin-top: 0.6em;
|
|
|
|
margin-bottom: 0.3em;
|
2019-01-19 06:33:11 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.comments-container {
|
|
|
|
display: none;
|
2015-10-22 14:41:49 -04:00
|
|
|
}
|