html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
#podcast-player{
	width: 100%;
	height: 100%;
}
.bar-playlist-container{
	height: 79.5%;
	overflow-y: scroll;
}
.circle-playlist-container{
	height: 100%;
	overflow-y: scroll;
}
.archive-playlist{
	display: none;
	max-width: 100%;
	height: 100%;
}
.container{
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 10;
	box-sizing: border-box;
}
.container *{
	box-sizing: inherit;
}
.archive-player{
	display: none;
}
.vertical-center{
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.archive-item{
	float: left;
	cursor: pointer;
	background: url("play_arrow.png") no-repeat;
	width: 38px;
	height: 38px;
}
.active-archive{
	float: left;
	cursor: pointer;
	background: url("audiobars.gif") no-repeat;
	width: 35px;
	height: 20px;
}
.ui360{
	float: left;
}
.archive-details{
	margin-left: 75px;
	margin-bottom: 40px;
	padding-top: 10px;
}
.bar-archive-details{
	font-size: 80%;
	margin-left: 50px;
	margin-bottom: 20px;
	padding-top: 5px;
}
.archive-title{
	font-family: Verdana,Arial,sans-serif;
	font-size: 80%;
	text-align: left;
	margin-left: 110px;
}
.inline-share-buttons{
	position: absolute;
	top: 29px;
	left: 500px;
  }
  .share-button{
	margin-right: 5px;
  }
