@import url(http://fonts.googleapis.com/css?family=Alef:400,700);

html,
body {
	margin:0px;
	padding:0px;
}

body {
	font-family: 'Alef', sans-serif;
	color: #dddddd;
}

#detail-wrapper:before, #detail-wrapper:after {
	display: table;
	line-height: 0;
	content: "";
}

#detail-wrapper:after {
	clear: both;
}

#detail-image,
#detail-info {
	float:left;
}

#detail-image {
	width:300px;
	margin-right:20px;
}

#detail-image img {
	width:100%;
}

#detail-info {
	width:500px;
}

#detail-info h1 {
	margin:0px;
	padding:0px;
}

#detail-info td {
	vertical-align:top;
}

#detail-info td {
	padding:10px 10px 10px 0px;
}

i.fa {
	font-size: 22px;
}

a {
	color:#3fa9f5;
	text-decoration:none;
}

