.play,.pause {
	width: 45px;
	height: 45px;
	float:left;
	padding-right: 20px;
}
.pause {
	background: url('https://choftv.neocities.org/player/icons.png') no-repeat 10px 0;
}
.play {
	background: url('https://choftv.neocities.org/player/icons.png') no-repeat -46px 0;
}

.reset {
	background: url('') no-repeat -69px -62px;
	width: 25px;
	height: 22px;
    float: right; 
    margin-right: -25px;
    margin-top: -5px;
}


.progress {
    width: 220px;
    height: 10px;
    position: relative;
    background-color: green;
    margin-left: 65px;
}
.progressbar {
    width: .5px;
    height: 10px;
    position: absolute;
    background-color: lime;
}

.audio {
	display:none;
}

.clipLink {
	display:none;
}

.font-style {
	font-family: 'Gotham',sans-serif;
	color: gold;
	font-size: 50px;
	text-align: center;
	padding-top: 50px;
}

.font-style2 {
	font-family: Arial, "Helvetica", Helvetica, sans-serif;
	color: teal;
	font-size: 25px;
	text-align: center;


}

.font-style3 {
	font-family: Arial, "Helvetica", Helvetica, sans-serif;
	color: gold;
	font-size: 15px;
	text-align: center;
	padding-bottom: 10px;
}

.font-style4 {
	font-family: Arial, "Helvetica", Helvetica, sans-serif;
	color: pink;
	font-size: 15px;
	text-align: left;
	padding-bottom: 10px;
}

.artist {
	font-family: Arial, "Helvetica", Helvetica, sans-serif;
	color: blue;
	text-align: left;
	padding-bottom: 10px;
	margin-left: 30px; 
	font-size: 25px
}

.title {
	font-family: Arial, "Helvetica", Helvetica, sans-serif;
	color: purple;
	text-align: left;
	padding-bottom: 10px;
	#margin-left: 30px; 
	font-size: 25px
}

.clipContainer {
	margin: auto;
	margin-bottom: 10px;
	border-radius: 10px; 
	width: 320px;
}



p { margin: 0; }

a {
	text-decoration: none;
}

body {
	background-color: green;
}

