.btn-tiny {
	font-size:12px;
}

#overlay {
	min-height:400px;
	background:#fff;
	z-index:99;
	margin: 0;
	padding:20px 5px;
	border:1px solid #cdd;
  border-radius: 6px;
	width:706px;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.15);
}
	#overlay > i.icon-remove {
		position:absolute;
		right:0;
		top:0;
	}
	#overlay #info {
		text-align:left;
		padding:5px;
		width:410px;
		margin-bottom: 24px;
	} #overlay #info div.label {
		padding:1px 3px;
		display:inline;
	} #overlay #info .info {
		display: inline-block;
		vertical-align: top;
		margin: 0px 5px;
	} #overlay #info #listen {
		
	} #overlay #info #listen .left {

	} #overlay #info .play {
		float:left;
	} #overlay #info .title {
		margin:2px;	
		font-size:21px;
		line-height:21px;
		max-width: 355px;
	} #overlay #info .description {
		line-height:21px;
	} #info #show-recurrence .label {
		margin:1px 4px;
	} #info #hiatus, #info #active {
		cursor:pointer;
		padding: 0px 4px;
		line-height: 14px;
		margin:3px;
	} #info .adder img{
		width:32px;
		height:32px;
	} #info .liker.avatar {
		float:left;
		width:32px;
		height:32px;
		overflow:hidden;
	} #info .liker .avatar img {
		width:32px;
		max-height:32px;
	}
	
	#overlay > #overlay-avatar {
		padding:6px;
		margin:6px;
		overflow:hidden;
		margin-bottom:40px;
		margin-left:0px;
		width:200px;
	} #overlay > #overlay-avatar > img {
		max-width:200px;
	}
	
	.vbanner {
		width:180px;
		height:600px;
		padding:3px;
		clear:right;
		margin:9px;
	}
	
		#overlay .nav-tabs i {
			margin:1px 3px;
		} #overlay #details {
			text-align:left;
			float:left;
			display:inline-block;
			width:440px;
		}
			#overlay #details {
				display:inline-block;
			}
				
				#details .showlisting {
					width:420px;
					display:inline-block;
					text-shadow:1px 1px 0px #fff;
					padding:5px 5px 1px;
				} #details.showlisting .avatar {
					width:32px;
					height:32px;
					overflow:hidden;
				} #details .showtitle {
					font-size:17px;
					margin-left:2px;
				} #details .showlisting .stats {
					clear:left;
					margin:3px 24px;
					font-size:12px;
				} #details .showlisting .stats .bold {
					margin-left:3px;
				} #details .showlisting .stats i {
					margin:1px;
				} #details .showlisting .dt {
					font-size:12px;
					margin-right:10px;
				}
				
				#details input.post {
					width:300px;
				} #details .feedentry {
					padding:5px;
					border-bottom:1px solid #ccc;
					width:360px;
					display:inline-block;
				} #details .feed .avatar {
					width: 48px;
					max-height:36px;
					text-align:center;
					float:left;
					clear:left;
					overflow: hidden;
				} #details .post {
					display:inline-block;
					padding:5px;
					width:290px;
				} #details .post * {
					display:inline;
					float:left;
					margin:0px 2px;
				} #details .icon-play {
					margin-top:2px;
				} #details abbr {
					float:right;
					font-size:10px;
					color:#888;
				}

table.schedule-header td.time-label,
table.schedule-grid td.time-label {
  width: 25px;
  border-width: 0px;
  padding-top: -10px;
  vertical-align: top;
  position: relative;
  top: -9px;
}

.schedule {
  position: relative;
  text-align: center;
}

table.schedule-header {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}

table.schedule-grid {
  width: 100%;
  height: 1009px;
  border-spacing: 0px 0px;
  border-collapse: collapse;
  border-width: 1px;
}

table.schedule-grid td {
  border: 1px solid gray;
}

.timeslot {
  position: absolute;
  font-size: 11px;
  background-color: #86DCF7;
  border: 1px solid #79a;
  overflow: hidden;
}

.timeslot-time {
  font-size: 10px;
  font-weight: bold;
}

#timeslot-close-button {
  position: absolute;
}

.popover {
}

.popover-inner {
  padding: 0px;
  border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-width: 1px;
  width: 320px;
}

.popover-title {
  padding: 0;
}

.popover-content {
  padding: 0;
}

.show-popup {
  height: 100px;
  text-align: left;
  display: inline;
}

.show-popup .header {
  padding: 14px 14px 5px 14px;
  float: left;
  width: 180px;
}

.show-popup .body {
  clear: both;
  border-top: 1px solid #999;
  padding: 5px 14px 14px 14px;
}

.show-popup .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

.show-popup .host {
  font-size: 12px;
  font-style: italic;
}

.show-popup .time {
  font-size: 10px;
}

.show-popup .avatar {
  padding: 14px 14px 14px 0px;
  float: right;
  width: 95px;
}

.show-popup .genres {
  font-size: 10px;
  font-style: italic;
  padding-bottom: 5px;
}

.show-popup .genre {
  padding-right: 5px;
}

.show-popup .description {
  font-size: 10px;
}
