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
}

th {
 background-color:#EBEBEB;
}

h1, h2, h3, p {
text-align:center;
}

a {
 text-decoration: none;
}

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

img {
  max-width: 80%;
  height: auto;
  vertical-align:middle;
}

.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 {
 background-color: lightpink;
 border: 5px solid lightpink;
}

#procTbl {
 background-color: lightblue;
 border: 5px solid lightblue;
}