/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.atb-thumb {
    width: 150px;
    height: 150px;
    float: left;
    margin: 4px auto;
    padding: 4px;
}
.atb-title {
    display: block;
    clear: both;
    z-index: 100;
    font-weight: bold;
    margin: 0px 0px 4px 0px;
    padding: 10px;
    background-color: gray;
    color: white;
    border: 1px solid gray;
    border-radius: 15px;
}
.atb-title.open::before {
    content: '-'
}
.atb-title::before {
    content: '+'
}
.atb-body {
    margin: 0;
    padding: 10px;
}
.atb-title:hover {
    cursor: pointer;
    pointer-events: auto;
}
.atb-tags {
    display: block;
    font-weight: bold;
    clear: both;
}