/*@font-face { font-family: Roboto; src: url('fonts/Roboto-Regular.ttf'); font-weight:normal;}*/
/*@import url(http://fonts.googleapis.com/css?family=Roboto:400);*/

body {
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	max-width: 640px;
	background-image: url('../backgrounds/cream.png');
	}


@-viewport {
	zoom: auto;
}


body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	}


input {
    border: 1px solid rgb(150,150,150); 
	border-radius: 2px;
    padding: 6px; 
    background-color: rgb(240,240,240);
    margin: 2px 12px 0px 0px;
}


input::placeholder {
    overflow: visible;
}


input:disabled {
    color: rgb(100,100,100);
}


input#rawdata {
	width:628px;
	margin:auto;
	margin-bottom: 5px;
}

input#xrawdata {
	width:628px;
	margin:auto;
	margin-bottom: 5px;
}

input#yrawdata {
	width:628px;
	margin:auto;
	margin-bottom: 5px;
}


select {
	margin: 2px 0px 0 0;
}


/* 
.tooltip {
	font-size:12px;
	width:200px;
	padding:5px;
	margin-top: 40px;
	border: 1px solid rgb(180,180,180);
	border-radius: 3px;
	background-color: #e6e6fa;
	}


#bulb img {
	cursor:pointer;
	margin-left: -10px;
	}


img {
	margin: auto;
}

 */

#refreshbutton {
	float: right;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px rgb(180,180,180);
	color: rgb(80,80,80);
	background-color: rgb(210,210,210);
}


button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	border: solid 1px rgb(180,180,180);
	color: rgb(80,80,80);
	background-color: rgb(210,210,210);
}


#flip1 {
	cursor: pointer;
	width: 0%;
}


table,td,th {
	text-align:right;
	margin: auto;
}


#panel1 {
	display:none;
	padding: 5px;
	border: solid 1px rgb(200,200,200);
	border-radius: 3px;
	background-color: rgb(235,235,235);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
}


h3 {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	padding: 1px;
	text-align: center;
	background-color: rgb(235,235,235);
	border: solid 1px rgb(200,200,200);
	border-radius: 3px;
	position: relative;
/* 	top: -10px;  */
	margin: 0px 0px 10px 0px;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
	}


p.mathjaxText {
	font-size:100%;
	text-align: left;
	}


p {
	color: black; 
	}


p.small {
	font-size:70%;
	font-family:sans-serif;
	color: grey;
	display: compact;
	padding: 0px;
	margin-right: 5px;
	}


p.mathjaxMoments {
	font-size:70%;
	font-family:sans-serif;
	margin: auto;
	text-align: center;
	color: rgb(120,120,120);
	padding: 15px;
	}


p.mathjaxCenter {
	font-size:90%;
	font-family:courier;
	margin-bottom: 0px;
	text-align: center;
	color: rgb(120,120,120);
/* 	position: relative; /*added 5-28-20*/ */
	}


p.mathjaxCI {
	font-size:90%;
	font-family:courier;
	color: rgb(120,120,120);
	margin: auto;
/*	text-align: center; */ /*removed 5-28-20*/
/* 	position: relative; /*added 5-28-20*/ */
	}


div {
/* 	padding:0px;  */
	}


div#data {
/* 
	width: 100%;
	margin: auto;
 */
/* 
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-top: -5px;
 */
	}


div#pmfPlot {
	margin-left: 20px;
	align: center;
	}


div#pdfPlot {
	margin-left: 20px;
	align: center;
	}


footer {
	background-color: rgb(235,235,235);
	border: solid 1px rgb(200,200,200);
	border-radius: 3px;
	display: block;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
}


#footerleft {
	float: left;
	padding: 5px;
	}


#footerright {
	text-align: right;
/* 	padding-top: 0px; */
	padding-right: 5px;
/* 	padding: 5px; */
	}


ul {
	margin-top: -5px;
}


li {
	margin-bottom: 3px;
}


::-webkit-input-placeholder { /* Chrome */
  opacity: 0.4;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.4;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.4;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  opacity: 0.4;
}



