/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 16 2025 | 18:45:15 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

#primary {
    max-width: 1280px;
    margin: auto;
	padding: 60px 10px;
}

.bbm-role-slot .bbm-role-title, .bbm-role-slot .bbm-slot-empty {
	min-width: 100px;
	
}

.button, button, input[type=button], input[type=reset], input[type=submit] {
    font-size: .77em;
    max-width: 100%;
    min-height: 2em;
    padding: 0 1em;
    
}

.col-inner ol li, .col-inner ul li, .entry-content ol li, .entry-content ul li, .entry-summary ol li, .entry-summary ul li {
    margin-left: 0.3em;
}

td:first-child, th:first-child {
    padding-left: 10px;
}

 td:last-child, th:last-child {
	 padding-right: 10px;
}

.col-inner ol li, .col-inner ul li, .entry-content ol li, .entry-content ul li, .entry-summary ol li, .entry-summary ul li {
    margin-left: 2em;
}

.button, button, fieldset, input, select, textarea {
    margin-bottom: 0em;
}

.bbm-instrument-columns {
    column-count: 2;
    column-gap: 2rem;
    max-width: 600px;
}

.bbm-instrument-columns label {
    display: block;
    margin-bottom: 0.5rem;
    break-inside: avoid;
}


.bbm-song-filter-form button {
	padding: 0px 12px;
    background: #f0f8ff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 10px;
    text-decoration: none;
	font-size: 16px;
	color: #000;
	min-height: 2em;
	line-height: 1.8em;
}

.bbm-song-filters {
	padding: 20px;
    border: 1px solid #c0c0c0;
    border-radius: 8px;
    background-color: #f0f0f0;
	margin-bottom: 30px;
}

.bbm-song-filters select, .bbm-song-filters  input {
margin-bottom:8px;
}
.bbm-button {
    display: inline-block;
    padding: 8px 16px;
    margin: 4px;
    border: none;
    background-color: #333;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none; /* Just in case */
    border-radius: 4px;
    font-size: 14px;
}

.bbm-button-secondary {
    background-color: #666;
}

.bbm-button-export {
    background-color: #0073aa;
}


.uppercase, h6, span.widget-title, th {
    text-transform: none;
}

.bbm-member-overview-table td {
	font-size: 0.8em;
}

/* Style the table normally */
.bbm-member-overview-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
}

.bbm-member-overview-table th,
.bbm-member-overview-table td {
    border: 1px solid #ccc;
    padding: 0.75rem;
    text-align: left;
}

.bbm-member-overview-table th {
    background-color: #f9f9f9;
}

/* Responsive table for narrow screens */
@media screen and (max-width: 768px) {
    .bbm-member-overview-table,
    .bbm-member-overview-table thead,
    .bbm-member-overview-table tbody,
    .bbm-member-overview-table th,
    .bbm-member-overview-table td,
    .bbm-member-overview-table tr {
        display: block;
    }

    .bbm-member-overview-table thead {
        display: none; /* Hide headers on small screens */
    }

    .bbm-member-overview-table tr {
        margin-bottom: 1rem;
        border: 1px solid #ccc;
        padding: 0.75rem;
        border-radius: 4px;
        background-color: #fff;
    }

    .bbm-member-overview-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
        border: none;
        border-bottom: 1px solid #eee;
    }

    .bbm-member-overview-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0.75rem;
        width: 45%;
        padding-right: 0.75rem;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        color: #555;
    }
}

	
@media (max-width: 768px) {
  .bbm-song-grid {
    grid-template-columns: 1fr !important;
  }
  .bbm-song-toggle {
    font-size: 1.1em;
    line-height: 1.4;
  }
  .bbm-song-details {
    font-size: 0.95em;
  }
}

