@charset "UTF-8";
/* CSS Document */

body {
	font-family: Calibri, Arial, Helvetica;
	font-weight: normal;
	font-size: 10 px;
	line-height: 18px;
	color:#ffffff;
	text-align: center;
}

a:link {
    color: #ffffff;
	text-decoration: none;
}

a:visited {
    color: #ffffff;
}

a:hover {
    color: #ffffff;
}

a:active {
    color: #ffffff;
}

div.displayed {
	max-width:  500px;
	overflow: visible;
}

IMG {
	margin-top: 10%;
	max-width: 100%;
}

div.layered {
	padding: 20px;
	width: 200px;
	margin-top:-100px;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
	border: #000000 thin solid;
}



.bubble
{
position: relative;
width: 180px;
height: 100px;
padding: 10px 10px 5px 15px;
background: #000000;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
box-shadow: 5px 5px 5px grey;
}

.bubble:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 16px 15px 0;
border-color: #000000 transparent;
display: block;
width: 0;
z-index: 1;
margin-left: -15px;
bottom: -16px;
left: 72%;
}

@media only screen and (max-device-width: 480px) {
div.displayed {
	width:  100%;
	}
IMG {
	width: 150%;
	height:auto;
}
}
