/*body {font-family: serif;}*/

.plain {
	list-style-type: none;
}
.quote {
	font-style: italic;
}

.inquote {
	font-style: italic;
}

.inhead {
	font-weight: bold;
}

.mid {
	text-align: center;	
}

.listpad {
	margin-right: 10px;
}

.listone {
	margin-top: 16px;
	margin-bottom: 16px;
}

.liststart {
	margin-top: 16px;
	margin-bottom: 12px;
}

.listmid {
	margin-top: 12px;
	margin-bottom: 12px;
}

.listend {
	margin-top: 12px;
	margin-bottom: 16px;
	}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.goto{
	font-weight: bold;
	color: #7FCDFF;
}

.goto:hover {
	color: #7EA9C8;
	text-decoration: none;
}

.base{
	background-color: #FFFFFF
}

.play-org, .play-blu, .play-olv {
	display: inline-block;
	position: relative;
	top: 7px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: solid 2px;
	border-color: #000000;
}

.play-org {
	background: #FC6908;
}

.play-blu {
	background: #7FCDFF;
}

.play-olv {
	background: #C6CD91;
}

.play-org:hover, .play-org:focus {
	background: #AF4F0D;
}

.play-blu:hover, .play-blu:focus {
	background: #7EA9C8;
}

.play-olv:hover, .play-olv:focus {
	background: #A7B07F;
}

.header h3 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 40px;
	padding-bottom: 11px;
}

#footer {
	padding-top: 11px;
}

.track-list {
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
}

.song {
	padding-left: 5px;
	font-size: 18px;
}

.expand {
	width: 8%;
}

.expand:hover {
	width: 8%;
	margin-left: 5px;
}

.btn-gap{
	padding-bottom: 5px;
}

.btn-squeeze {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
}

.nav-pills > li.active > a:active{
color: #ffffff;
background-color: #ca8b44;
}

.nav-pills > li.disabled > a {
	color: #ffffff;
	background-color: #f0f0f0;
	pointer-events: none;
	cursor: default;
}

.no-point{
	pointer-events: none;
	cursor: default;
}
.defloat {
	float: none !important;
}
.index-base{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #eee;
	border: 1px solid #ddd;
	background-color: rgba(86,61,124,.15);
	border: 1px solid rgba(86,61,124,.2);
}
.index-column {
	height: 360px;
}

.dropdown-menu > .disabled > a,
.nav > li.disabled > a {
	pointer-events: none;
	cursor: default;
}

/* Page columns */

.col-left {
	padding: 5px;
	padding-right: 0px;
}
.col-right {
	padding: 5px;
	padding-left: 0px;
}
.col-squeeze {
	padding: 5px;
}
.col-fill {
	padding: 0px;
}
.col-read {
	background-color: #ffffff;
}
@media (max-width: 767px) {
	.col-left {
		padding: 5px;
		padding-bottom: 0px;
	}
	.col-right {
		padding: 5px;
		padding-top: 0px;
	}
}
