﻿.summary{
    padding:0;
    margin:1em 2em!important;
    border:1px solid #eee;
}
.summary p:first-child{
    margin-top:0;
}
.summary div.line{
    height:1px;
    background:#eee;
    width:50%;
}

blockquote p, q{
    margin:0;
    text-transform:none;
    quotes: "“" "”" "‘" "’"; /* two pairs */
}
blockquote  p:before, blockquote p:after{
    content:"\"";
}

@media only screen and (max-width:39.9em) {
    .summary {
        margin: 1em!important;
    }
}
