html { background: white }
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-transition: .125s linear;
-moz-transition: .125s linear;
-ms-transition: .125s linear;
-o-transition: .125s linear;
transition: .125s linear;
body:before, body:after {
body:after { clear: both }
p { margin-bottom: 1.3rem }
article:before, article:after {
article:after { clear: both }
article section:first-of-type {
article section:last-of-type {
-webkit-transition: .125s linear;
-moz-transition: .125s linear;
-ms-transition: .125s linear;
-o-transition: .125s linear;
transition: .125s linear;
box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), inset -1px -1px rgba(0, 0, 0, 0.1);
[for="read_more"]:hover {
background: rgba(0,0,0,.5);
[for="read_more"] span:last-of-type {
input[type=checkbox]:checked ~ section {
input[type=checkbox]:checked ~ figure { width: 100% }
input[type=checkbox]:checked ~ [for="read_more"] span:first-of-type {
input[type=checkbox]:checked ~ [for="read_more"] span:last-of-type {