@media print{@page {size: portrait}}
.printer
{
	display:none;
}
.iframedContent
{
	display:none;
}
.avatar
{
    display:block;
    width:20vw;
    height:20vw;
    margin:0 auto;
    background: url('avatar.jpg') no-repeat center;
    background-size:cover;
    border-radius:50%;
}
a
{
    text-decoration:none;
    color:red;
}
h1
{
    font-family: 'Roboto', sans-serif;
}
h2
{
    font-family: 'Roboto', sans-serif;
}
p
{
    font-family: 'Roboto', sans-serif;
}
li
{
    font-family: 'Roboto', sans-serif;
}
#body
{
    padding:0;
    margin: 0 auto;
    cursor:auto;
    background:none;
    min-width:100%;
    max-width:100%;
    width:100%;
    height:auto;
    background-color: white;
    background-size:0;

}
body
{
    padding:0;
    margin: 0 auto;
    cursor:auto;
    background:none;
    min-width:100%;
    max-width:100%;
    width:100%;
    height:auto;
    background-color: white;
    background-size:0;

}
.jquery-ripples
{
	padding:0;
    margin: 0 auto;
    cursor:auto;
    background-image:none;
    min-width:100%;
    max-width:100%;
    width:100%;
    height:auto;
    background-color: #0077be;
    background-size:0;
}
ul
{
	list-style-type:none;
}
#howToBG
{
	display:none;
}
#mobileAvatar
{
	display:none;
	width:20vw;
	height:20vw;
	
}
#mobileAvatar
{
	display:block;
	width:20vw;
	height:20vw;
}
#lifesaverContainer
{
	display:none;
}
.detail
{
	display:block;
	position:relative;
}
#mobileAvatar
{
	display:none;
}
#mobileTitle
{
	display:none;
}
#printTitle
{
	display:block;
	text-align:center;
}
#playerMover
{
	display:none;
}
#sharkMover
{
	display:none;
}
.returnToSea
{
	display:none;
}
.detail
{
	height:auto;
	max-height:none;
	border:thin solid black;
	width:90%;
	margin:0 auto;
}
.detailContent
{
	height:auto;
	max-height:none;
	overflow-x:initial;
	padding:1%;
}
.noPrint
{
	display:none;
}
.mover
{
	display:none;
}
.bubbles
{
	display:none;
}
#assets
{
	content:"";
	display:none;
}
#semi
{
	background-color:#ffffff;
	padding:0;
	margin: 0 auto;
	width:101%;
}
#snackbarContainer
{
	display:none;
}
#printCaption
{
	display:none;
}