.tab {
	display: none;
}

.tab-active {
	display: block !important;
}

.tab-menu {
	display: block !important;
	border-bottom: 1px solid #777;
	padding-bottom: 3px;
}

.tab-menu-item {
	border-radius: 4px 4px 0px 0px;
	border: 1px solid #222;
	border-bottom: 0px;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-right: 5px;
}

.tab-menu-item:hover {
	cursor: pointer;
	background: #4acdff;
}

.tab-menu-selected {
	background: #ddd;
}

.tab-container {
	margin-top: 10px;
}

.toggle-progress {
	display: inline !important;
}

.progress-slide {
	display: none;
}

#podcast-search {
	width: 230px !important;
}
