.wy-side-nav-search, .wy-nav-top {
    background: white;
}
.version{
    color: black !important;
}
.wy-nav-content {
	max-width:980px;
}

/* Make blockquotes (> Note sections) more visible */
.rst-content blockquote {
    background-color: #f8f9fa;
    border-left: 4px solid #007acc;
    padding: 12px 16px;
    margin: 16px 0;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.rst-content blockquote p {
    margin-bottom: 0;
    color: #333;
}

/* Style for important notes */
.rst-content blockquote:contains("Important") {
    background-color: #fff3cd;
    border-left-color: #ffc107;
}

/* Audio framework specification page */
div.wy-table-responsive .audio_FW_spec_table {
	margin-bottom: 10px !important;
}

.audio_FW_spec_table,
.audio_FW_spec_table th,
.audio_FW_spec_table td {
	text-align:center;
	border: 1px solid black;
	border-collapse: collapse;
	color: black;
}
.version{
    color: black !important;
}

.audio_FW_spec_table th,
.audio_FW_spec_table td {
	padding-left: .5em;
	padding-right: .5em;
}

.audio_FW_spec_table th {
	background-color: #3ECAFB !important;
	color:white;
}

.audio_FW_spec_table_supported {
	background-color: #00A700 !important;
	color: black;
}

.audio_FW_spec_table_modification {
	background-color: #69CA00 !important;
	color: black;
}

.audio_FW_spec_table_limited {
	background-color: #F9B500 !important;
	color: black;
}
