.item img {
 align-content: center;
}
#container {
	width: 320px;
	padding: 0;
	margin: 0 auto;
	
    background: rgb(21,3,110); /* Old browsers */
    background: -moz-linear-gradient(left,  rgb(21,3,110) 0%, rgb(67,18,86) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgb(21,3,110) 0%,rgb(67,18,86) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgb(21,3,110) 0%,rgb(67,18,86) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-image: linear-gradient(to right,  rgb(21,3,110) 0%,rgb(67,18,86) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15036e', endColorstr='#431256',GradientType=1 ); /* IE6-9 */
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5), 0 10px 20px 0 rgba(0, 0, 0, 0.5);	
	
	-moz-box-shadow: 0 0 12px #333538;
	-webkit-box-shadow: 0 0 12px #333538;
	box-shadow: 0 0 12px #333538;
}
#header { height: 2%; }
#header h1 { margin-left: 10px; }
#header p {
	float: none;
	height: 1em;
	width: 305px;
	padding: 5px 5px 5px 10px;
	text-align: center;
	background: #282B2E;
}
#header p span, #header p strong {
	display: inline;
	font-size: .9em;
	color: #A3A7AB;
	padding: 0;
	margin: 0;
	text-align: center;
}
#header p strong {
	font-family: Roboto, Verdana, Arial;
	color: rgba(255,201,54,1.00);;
	font-weight: bold;
}

#section-header h2 {
	
	font-size: 1.5em;
	color: #FFF;
}
#toggle_sidebar {
	background: #C581F9;
	display: block;
	padding: 3px 10px;
	text-align: center;
}
#toggle_sidebar:link, #toggle_sidebar:visited {
	color: #000;
	text-decoration: none;
}
#toggle_sidebar:hover, #toggle_sidebar:active {
	color: #FFC831;
}

#sidebar {
	float: none;
	width: 320px;
	margin: 0;
	display: none;
}

#main {
	align-content: center;		
	float: none;
	width: 320px;
	background-color: rgba(0,0,0,0.74);
	
	-moz-box-shadow: 0 0 12px #333538;
	-webkit-box-shadow: 0 0 12px #333538;
	box-shadow: 0 0 12px #333538;
}

#section-header input {
	float: none;
	width: 280px;
	margin-top: 1%;
	margin-bottom: 1%;
}
.item {
    min-width: 155px;
	margin: 2% 5% 0% 5%;
	background: #C581F9;
	align-content: center;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
}
#item-list {
	width: 320px;
	margin: auto;
	
}
.item {
	margin: 10px 5px 10px 5px; 
}
.item:nth-child(1n+1) {
	clear: left;
}

#popup-container {
	width: 320px;

}
#popup-sidebar {
	float: none;
	width: 320px;
}
#popup-sidebar ul {
	float: right;
	width: 130px;
	margin-right: 25px;
}
#popup-content {
	clear: both;
	width: 295px;
	margin: auto;
	align-items: center;
}
