/*	dark brown:
	#3c2415;

	mid brown: 
	#603913;

	lite brown: 
	#d3b297;

	yellow:
	#ffde17;

	purple:
	#9b499c;

*/
*{
	font-family: 'Open Sans', sans-serif;
	user-select: none;
}

html, body{
	padding:0;
	margin:0;
	background:white;
}


#items-info{
	width:80%;
	margin:auto;
}

#shakedown{
	font-weight: bold;
	text-decoration: none;
	color:#9b499c;
}

#shakedown:hover{
	opacity:0.8;
	transition: 0.2s;
}

#build-arrow-right{
	height:14px;
	padding-top:5px;
	margin-left:7px;
}

#build-button-fixed{
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	clear:both;
	padding:2px 10px;
	font-size:16px;
	position:fixed;
	bottom:50px;
	right:10px;
}

#items-heading{
	display: none;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	text-align: center;
}

#category-container{

}

.browse-section-image{
	width:70%;
}

.browse-section-title{
	margin-top:5px;
	margin-bottom:5px;
}


.browse-section-description{
	color: #603913;
	font-family: 'Quicksand', sans-serif;
	font-size:16px;
	margin:auto;
	margin-top:15px;
	width:80%;
	margin-bottom:20px;
}

#more{
	text-align:center;
	margin-bottom:120px;
	margin-top:50px;
	color:#603913;
}

#tab-container{
	margin-top:30px;
	margin-bottom:-30px;
	text-align:right;
}

.tab-selected{
	background:	#ffde17;
	border-bottom:2px #603913 solid;
}

.tab{
	cursor:pointer;
	margin:5px;
	padding:1px 4px;
	color: #3c2415;
	display:inline-block;
	font-weight: bold;
	font-size:10px;
}

#items-container{
	display:none;
}

.browse-item-img{
	width:60%;
	display:block;
	clear:both;
	margin:auto;
}

.browse-item-title{
	display:inline-block;
	clear:both;
	font-family: 'Noto Sans JP', sans-serif;
	cursor:default;
	margin:auto;
	padding:3px 12px;
	background:#fff;
	color:#3c2415;
	text-transform: uppercase;
	font-size:13px;
	border-radius:2px;
	border:1px #603913 solid;
	box-shadow: 1px 1px 2px #666;
	font-weight:300;
	letter-spacing: .01em;
	margin-top:10px;
}

.browse-item-description{
	display:block;
	clear:both;
	color:#3c2415;
	font-size:12px;
	width:80%;
	margin:auto;
	margin-top:15px;
}


