@import "compass/css3";
*, *:before, *:after {
/*    box-sizing: border-box !important;*/
}
article {
    -moz-column-width: 13em;
    -webkit-column-width: 13em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
}
.section-blockquote {
    display: inline-block;
    /* margin:  0.25rem;*/
    margin: 0.5rem;
/*    margin-bottom: 0.3rem;*/
    padding: 1rem;
    width: 100%;
    /* background:  #efefef;*/
    -webkit-box-shadow: 0px 0px 5px 5px rgba(100, 100, 100, 0.3);
    box-shadow: 0px 0px 5px 5px rgba(100, 100, 100, 0.3);
    border-radius: 10px
}
p {
    margin: 1rem 0;
}