<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url("common.css");
@import url("layout.css");

h2 span { font-size: 12px; margin-left: 20px;}

.artistBox .photo {
	width: 320px;
	float: left;
}
.artistBox .text {
	width: 290px;
	word-break: break-all;
	float: right;
}
.artistBox .photo img {
	width: 320px;
	-moz-box-shadow: 0 1px 10px #999;
	-webkit-box-shadow: 0 1px 10px #999;
	behavior: url(/pie/PIE.htc);
	position: relative;
}

.artistBox .text h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	border-left: solid 5px #FF0000;
	margin: 0 0 15px;
	padding: 0 0 0 10px;
}
.artistBox .text .profile {
	margin: 0 0 50px;
}


/* screens smaller than 640
***************************************************************************/
@media only screen and (max-width:640px) {

	.artistBox .photo {
		width: 100%;
		text-align: center;
		margin: 0 0 30px;
		float: none;
	}
	.artistBox .text {
		width: 100%;
		float: none;
	}
	.artistBox .photo img {
		width: 240px;
		-moz-box-shadow: 0 1px 10px #999;
		-webkit-box-shadow: 0 1px 10px #999;
	}
	
	.artistBox .text h3 {
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
		border-left: solid 5px #FF0000;
		margin: 0 0 10px;
		padding: 0 0 0 10px;
	}
	.artistBox .text .profile {
		margin: 0 0 30px;
	}

}</pre></body></html>