#ed-tos-bubble {
	position: fixed;
	bottom: 0em;
	right: 1em;
	width: 655px;
	height: 55px;
	line-height: 52px;
	background-color: black;
	border: 1px white solid;
	border-radius: 5px;
	z-index: 999;
}

#ed-tos-text {
	font-family: sans-serif;
	position: relative;
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
	line-height: normal;
	color: #e3e3e3;
}

.ed-tos-close {
	display: inline-block;
	font-family: sans-serif;
	font-weight: bold;
	padding: 0px 8px;
	cursor: pointer;
	margin: 4px 10px;
	height: 34px;
	line-height: 33px;
}

@media (max-width: 900px) {
	#ed-tos-bubble {
		height: 95px;
		width: 100%;
		right: 0em;
		border: none;
	}

	.ed-tos-close {
		width: 100%;
		margin: 0;
		text-align: center;
		position: absolute;
		bottom: 0;
		font-size: 18px;
		height: 35px;
		line-height: 34px;
	}

	#ed-tos-text {
		font-size: 17px;
		display: block;
		text-align: center;
		margin: 0px auto;
		margin-top: 10px;
	}
}

/**************************************************/
/****************** SITE THEMES *******************/
/**************************************************/

/* bobfm */
.bobfm-ed-tos-link {
	color: #e00f17;
}
.bobfm-ed-tos-close {
	color: white;
	background-color: #e00f17;
}

/* latino1027 */
.latino1027-ed-tos-link {
	color: #1fbde2;
}
.latino1027-ed-tos-close {
	color: black;
	background-color: #1fbde2;
}

/* laz */
.laz-ed-tos-link {
	color: #c81d32;
}
.laz-ed-tos-close {
	color: white;
	background-color: #c81d32;
}

/* kgsr */
.kgsr-ed-tos-link {
	color: #5799b4;
}
.kgsr-ed-tos-close {
	color: white;
	background-color: #5799b4;
}

/* klbjfm */
.klbjfm-ed-tos-link {
	color: #fddb32;
}
.klbjfm-ed-tos-close {
	color: black;
	background-color: #fddb32;
}

/* newsradioklbj */
.newsradioklbj-ed-tos-link {
	color: #d60e21;
}
.newsradioklbj-ed-tos-close {
	color: white;
	background-color: #d60e21;
}

/* 101x */
.x-ed-tos-link {
	color: #c94747;
}
.x-ed-tos-close {
	color: white;
	background-color: #c94747;
}

/* b1057 */
.b1057-ed-tos-link {
	color: #42b6e6;
}
.b1057-ed-tos-close {
	font-family: sans-serif;
	color: black;
	background-color: #42b6e6;
}

/* 1070thefan */
.thefan-ed-tos-link {
	color: #eb233d;
}
.thefan-ed-tos-close {
	color: white;
	background-color: #eb233d;
}

/* hankfm */
.hankfm-ed-tos-link {
	color: #f48d31;
}
.hankfm-ed-tos-close {
	color: black;
	background-color: #f48d31;
}

/* wibc */
.wibc-ed-tos-link {
	color: #fede3a;
}
.wibc-ed-tos-close {
	color: black;
	background-color: #fede3a;
}

/* hot97 */
.hot97-ed-tos-link {
	color: #eec059;
}
.hot97-ed-tos-close {
	color: black;
	background-color: #eec059;
}

/* wbls */
.wbls-ed-tos-link {
	color: #c50930;
}
.wbls-ed-tos-close {
	color: black;
	background-color: #c50930;
}

/* wlib */
.wlib-ed-tos-link {
	color: #edbb34;
}
.wlib-ed-tos-close {
	color: black;
	background-color: #edbb34;
}

/* basesite & testing */
.localhost-ed-tos-link {
	color: #288ac4;
}
.localhost-ed-tos-close {
	color: white;
	background-color: #288ac4;
}
.acsitefactory-ed-tos-link {
	color: #288ac4;
}
.acsitefactory-ed-tos-close {
	color: white;
	background-color: #288ac4;
}
