body {
	font-family:sans-serif;
}

table {
	margin-left:auto;margin-right:auto;
	border:2px solid black;
	border-collapse:collapse;
	table-layout: fixed;
	max-width: 100%;
}

td, th
{
	padding: 5px;
	border:1px solid black;
	text-align: center;
	font-size:small;
	word-wrap: break-word;
}

td.lastr {
	border:0px
}

h1, h2, h3, p {
	text-align:center;
}
img {
	max-width: 80%;
	height: auto;
	vertical-align:middle;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #0000EE;
}

.larger {
	font-size: larger;
	font-weight: bold;
}

.large {
	font-size: large;
}

.smaller {
	font-size: smaller;
}

.lgo {
 border:1px solid;border-radius:5px;padding:2px;
}

.mcl {
	position: fixed;
  	bottom: 0;
  	right: 0;
  	width: 125px;
  	height:50px
}
/*SNP*/
#ptTbl {
	border: 5px solid lavenderblush;
}
#ptTbl th {
	background-color: lavenderblush; 
}
#ptTbl select {
	width: 100%
}
#procTbl {
	border: 5px solid lavender;
	border-bottom:0px;
}
#procTbl th {
 background-color: lavender;
}
#procTbl input, textarea {
	width:97%
}
#procTbl #fileAjax {
	width:auto;
}

#procTbl #sbtn {
	padding: 2.5px 25px;
	border:1px solid gray;
	border-radius: 5px;
	font-size: large;
}



