/* CSS Document */

body {
	background-color: #2B2B2B;
	font-family: sans-serif;
	max-width: 710px;
	margin: 0px auto;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(255,255,255,0.10);
}

#header {
	font-size: 21px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
	margin: 10px;
	height: 100px;
	display: flex;
}

#header #a {
	flex: 1;
	margin-right: auto;
}

#header #b {
	display: flex;
	align-items: center;
	overflow: hidden;
}

#header #c {
	flex: 1;
	margin-left: auto;
}

#header #a #logo {
	height: 100px;
	width: 100px;
	margin-right: 10px;
}

#header #b #title {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;

	background-color: rgba(255,255,255,0.1);
	border-radius: 3px;
	background-color: #444;
	line-height: 27px;
	padding: 10px 14px;
}

#header #b #folder {
	height: 27px;
	width: 33px;
	margin-right: 10px;
	vertical-align: top;
	display: inline-block;
}

#border {
	height: 2px;
	background-color: rgba(255,255,255,0.40);
}

#separator {
	height: 1px;
	background-color: rgba(255,255,255,0.15);
	max-width: 680px;
	margin: 0px auto;
}

a {
	text-decoration: none;
}

#bookmark {
	padding: 0px;
	max-width: 680px;
	margin: 0px auto;
}

#bookmark #a{
	font-size: 15px;
	color: rgba(255,255,255,0.40);
	display: block;
	height: 20px;
	line-height: 20px;
	margin: 10px;
}

#bookmark #a #image{
	height: 20px;
	width: 20px;
	opacity: 0.4;
	margin-right: 5px;
	vertical-align: top;
}

#bookmark #b{
	display: flex;
	margin: 10px;
}

#bookmark #b #image {
	height: 70px;
	width: 70px;
	flex-shrink: 0;
	object-fit: cover;
	border-radius: 3px;
	background-color: #FFF;
	pointer-events: none;
}

#bookmark #info {
	flex-grow: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	margin:auto 10px;
	color: rgba(255,255,255,0.4);
	line-height: 22px;
}

#bookmark #info #title {
	font-weight: bold;
	font-size: 17px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #FFF;
}

#bookmark #info #subtitle {
	font-weight: normal;
	font-size: 15px;	
  	white-space: nowrap;
}

#footer {
	text-align: right;
}

#open {
	height: 70px;
	width: 70px;
	margin: 40px;
	display: inline-block;
	border-radius: 3px;
	background-image: url("/images/arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 28px;
	background-color: rgba(255,255,255,0.1);
}

#description {
	color: #FFF;
	padding:15px 15px;
	margin:20px 0px;
	font-size: 17px;
	background-color: rgba(255,255,255,0.1);
	line-height: 28px;
}

#store {
	margin: 30px;
	text-align: center;
}

#store a {
	height: 50px;
	width: 50px;
	padding: 10px;
	margin: 10px;
	display: inline-block;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px 50px;
	background-color: rgba(255,255,255,0.1);
}

#ios {
	background-image: url("/images/apple.svg");
}

#android {
	background-image: url("/images/android.svg");
}