
body {
    background-color: #ffffff !important; /* Background color (was white, then f9f5d2, #f9f9f9)*/
    color: #222; /* Foreground color used for text */
    font-family: Helvetica;
    font-size: 18px;
    height: 100%;
    margin: 0; /* Amount of negative space around the outside of the body */
    padding: 0; /* Amount of negative space around the inside of the body */
    -webkit-tap-highlight-color: #f9f5d2;
	padding-top: constant(safe-area-inset-top); /* iOS 11.0 */
	padding-top: env(safe-area-inset-top); /* iOS 11.2 */
}

.container {
    width: 450px;
	max-width: 90%;
    margin: 0 auto;
}

textarea {
	overflow: auto !important;
}

#whiteArea {
    background-color: #ffffff !important; /* Background color (was white, then f9f5d2, #f9f9f9)*/
}

a {
	text-decoration:none;
	background-color: #f9f9f9; /* Background color (was white, then f9f5d2)*/
	color: #222; /* Foreground color used for text */
	font-family: Helvetica;
	font-size: 18px;
	min-height: 100% !important;
	height: 100%;
}

#documentation {
    margin: 10px; 
	padding: 5px;
}

p {
    margin: 0px; 
	padding: 10px;
}

.centerMe {
	text-align: center;
	float: center;
}

.centerMeVid1 {
	text-align: center;
	float: center;
}

.centerMeVid2 { 
	margin: 0 auto; 
	width: 288px; 
	position: fixed;
	top: 30px;
	transform: translateX(-50%);
}

.centerMeOrange {
	text-align: center;
	float: center;
	color: #ff521d;
}

.centerMeGreen {
	text-align: center;
	float: center;
	color: #008000;
}



.pictureSize1 {
	width: 320px;
	height: 211px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.buttonStore {
	width: 250px;
    max-width: 75%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.buttonSize1{
	width: 328px;
	height: 88px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.buttonSize2{
	width: 152px;
	height: 53px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pageCenter {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.hideEntry {display: none; visibility:hidden;} 
.showEntry {display: inline;}  
.hidePicture {display: none;} 
.showPicture {display: block;}  
.filebutton {display: inline;}

.offsetColor{ background-color:#EEE;}

.submit {
	-moz-border-radius:8px; 
	border-radius:8px; 
	color:#FFFFFF; 
	font-family:"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif; 
	font-size:13px; 
	letter-spacing:1px; 
	font-weight: normal; 
	padding:5px 5px 7px 5px; 
	background-color:#333366; 
	border: none; 
	width:55%; 
	max-width: 270px; 
	/* margin: 24px 0 18px 12px; */ 
	cursor:pointer; 
	text-align:center; 	
	height:29px;
}

.submit:hover { background-color:#333399;}

.editSelectFont {
	font-family:"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif; 
	font-size:18px; 
	letter-spacing:1px; 
	font-weight: normal; 
}

.loading
{
	float: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 20px;
	height: 20px;'
}

.xremove {
	width: 16px;
	height: 16px;
	padding: 2px;
}

.xremoveshow {
	width: 16px;
	height: 16px;
	padding: 2px;
    display: inline-block;
}

#blackboard table{
	width: 300px;
	border-collapse: separate;
	border: 3px solid lightgrey;
	-moz-border-radius:8px; 
	-webkit-border-radius:8px;
	-ms-border-radius:8px;
	border-radius: 8px;
}	

#blackboard tr.altEntry {
    color: #fffff;
    background-color: #cccccc;
}

#blackboard td{
	border: 1px solid lightgrey;
	font-size: 12px;
	padding:  3px 7px 2px 7px;
    height: 50px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	border-radius: 4px;
}


#alertBox {
    -webkit-border-radius: 5px;
    background-color: yellow;
    color: black;
    font-size: 12px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
	/* top: 50%; */
    top: 120px;
    left: 50%;
	transform: translate(-50%, 0%); 
    line-height: 20px;
    width:220px;
	max-width: 350px;
    border: solid black 1px;
	padding-bottom: 5px;
    z-index: 4;
}

#alertBox img {
	position: center;
    width: 100%;
    height: auto;
}

#alertBox tr{
	position: relative;
	color: white;
	font-size: 12px;
	border: solid black 1px;
}

#alertBox button {
 	position: relative;
	left:1px;
    text-align: center;
	line-height:30px;
    width: 80%;
    color: black;
	background-color: white;
	border: solid black 2px;
	font-weight: bold;
	-webkit-border-image: 0 0 0 0;
	-moz-border-radius:8px; 
	border-radius:8px; 
	font-family:"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif; 
}
