
body {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: sans-serif, arial;
}

div.box {
	float: left;
	width: 240px;
	height: 135px;
	overflow: hidden;
	border-style: solid; 
	border-width: 2px;
	border-color: white;
	margin: 10px;
	background-color: black;
	text-align: center;
}

span.button
{
	margin: 0px;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 20px;
	font-family: arial;
	font-weight: bold;
	color:white;
	text-align: center;
	border: 3px solid grey;
	border-radius: 8px;
	background-color: grey;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}
span.grey
{
	border: 3px solid grey;
	background-color: grey;
}
span.red
{
	border: 3px solid red;
	background-color: red;
}
span.black
{
	border: 3px solid black;
	background-color: black;
}
span.solid
{
	opacity: 0;
}
a.terms:link {
	color: white;
	font-family: arial;
	font-size: 80%;
}

h1.white {
	color: white;
	font-family: arial;
}

ul {
	color: white;
	font-family: arial;
	font-size: 100%;
}

a.contents:link {
	color: white;
	font-family: arial;
}

p.contents {
	color: white;
	font-family: arial;
	font-size: 100%;
}


/* these change depending on modile or not */
#popupMessage {
	width: 800px;
	margin-left: -400px;
	left: 50%;
}

#exifTable {
	margin-left: 190px; 
	width: 400px;
}


#slideEdit {
	width: 50%;
	bottom: 10px;
}
	
	
#slideTextCaptionP { 
	background-color: black; 
	text-align: center; 
	padding: 5px; 
	opacity: 0.7; 
	border: solid black; 
	border-radius: 19px; 
	font-size: 1.8rem; 
	color: white; 
	display: inline-block;
}

/* Relayout the screen for a mobile phone with a small screen */
/* Put the edit controls near the top instead of the botom and fix to the width */
/* @media only screen and (max-device-width: 600px) { */


@media only screen and (max-width: 1085px)
{
	#slideEdit {
		top: 50px;
		left: 10px;
		width: 95%;
		bottom: auto;
	}
	
	#popupMessage {
		max-width: 95%;
		margin-left: 0px;
		left: 0px;
	}
	
	#exifTable {
		margin-left: 0px; 
		width: 100%;
	}

	#slideTextCaptionP { 
		background-color: black; 
		text-align: center; 
		padding: 5px; 
		opacity: 0.7; 
		border: solid black; 
		border-radius: 19px; 
		font-size: 1.0rem; 
		color: white; 
		display: inline-block;
	}

}
/*
@media all and (max-width: 800px) {
    .content {font-size:14px;}
    #slideTextCaptionP {
		font-size:14px;
    }
}
*/
