﻿details {
    /*background-color: #fdfdfd;*/
    background-color: #f1f1f1;

    padding: .5em .5em 0;
    cursor: pointer;
    margin-bottom: 10px;
    /*    border: 1px solid #999;
    border-radius: 3px;*/
    /*    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);*/
}

summary {
    font-weight: bold;
    margin: -.5em -.5em 0;
    padding: .5em;
}

details[open] {
    padding: .5em;
}

details[open] p {
    cursor: default;
    font-style: italic;
}

details[open] a:link {
    font-weight: bold;
}

details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: .5em;
}

details summary > * {
    display: inline;
}
