/* pba-store: minimal store-specific styles (most styling is in theme's responsive.css) */

.pba-download-list {
    padding: 20px;
    max-width: 600px;
}
.pba-download-list h2 {
    color: #cbc750;
    margin-bottom: 12px;
}
.pba-dl-item {
    padding: 14px 0;
    border-bottom: 1px solid #2a2a28;
}
.pba-dl-item strong {
    display: block;
    color: #fcf88e;
    margin-bottom: 8px;
    font-size: 13px;
}
