/* SMALLER TABLETS STYLE */
body
{
	background-image: url("medback.jpg");
	background-repeat: no-repeat;  
	background-attachment: fixed;			
	background-position: 0% 0%;
	background-size: cover;
}
.subimage
{
	width: 8em;
	padding: 1em;
	margin: auto;
}

.articleImage
{
	width: 10em;
	height: 10em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-border-radius: 1em;	
}

.sticker
{
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-border-radius: 1em;
	background-color: rgba(255,255,255,0.9);
	border: solid;
	padding: 1em;
	overflow: hidden;
	margin: auto;
	text-align: center;
	margin-top: 0.6em;
}