#divbody
{
	
	display: flex;
	flex-wrap: wrap;
	/*background: yellow;*/
}

#section
{
	display: flex;
	flex-wrap: wrap;
	/*background: black;*/

}

a
{
	text-decoration: none;
	color: grey;
}

#rightdiv
{
	position: relative;
	width: 75%;
	margin: auto;
	top: 100px;
	/*background-color: green;*/
}

#showitems
{
	width: 100%;
	/*display: flex;
	flex-wrap: wrap;*/
	/*background-color: pink;*/

}

@media screen and (min-width: 768px)
{
#rightdiv
{
	
	/*left: 3%;*/
}

}

@media screen and (min-width: 0px) and (max-width: 767px)
{
	#rightdiv
    {
	 width: 98%;

	}
}

#nostock
{
	position: relative;
	top: 40px;
	text-align: center;
}
