body
{
	margin: 0;
	height: 100%;
	font-family: Times;
	font-size: 12pt;
}

body.output
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 50px;
	height: 100%;
	font-family: Times;
	font-size: 12pt;
}

caption.tablecaption
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: blue;
	font-weight: bold;
	line-height: 30pt;
}


a:link { color: blue; }

/* do not change colours of visited links  */
a:visited { color: inherit; }

pre.rcode {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #f36d33;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}


footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.sidenav
{
	height: 95%;
	width: 225px;
	position: fixed;
	text-align: center;
	display: table;
	align-items: center;
	z-index: 1;
	top: 0;
	left: 0;
	margin-left: 10px;
	margin-top: 10px;
	overflow-x: hidden;
	padding-top: 20px;
	/* rounded corners */
	border-radius: 10px;
	/* add gradient */
	background-color: #ababab;
	background-image: linear-gradient(to bottom, #a0a0a0, #cccccc);
	/* add box shadows */
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

.sidenav a
{
	padding: 6px 8px 6px 16px;
	color: blue;
	display: block;
	text-align: center;
}

.main
{
	margin-left: 260px;
	/* Same as the width of the sidenav plus margin-left*/
	margin-bottom: 50px;
	padding: 0px 10px;
	font-family: Times;
	font-size: 12pt;
}

@media screen and (max-height: 450px)
{
	.sidenav { padding-top: 15px; }
	.sidenav a { font-size: 18px; }
}

.text { text-align: left; }

.title
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 21pt;
	color: blue;
	text-align: center;
}

.subtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: blue;
	font-weight: bold;
}

.leftbartext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: blue;
}

.inputbutton
{
	font-family: Times;
	font-size: 11pt;
	font-weight: bold;
	color: black;
}

.executebutton
{
	font-family: Times;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	background-color: lightgray;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border: 1px solid black;
	padding: 0.35em 0.35em 0.35em 0.35em;
	border-radius: 10px;
}

.shadows { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

object.snipperlogo
{
	border: 3.5px solid;
	border-color: #fff #000 #000 #fff;
	filter: alpha(opacity=40);
	opacity: 0.4;
	display: inline;
	height: 130pt;
	width: 130pt;
	margin-bottom: 25pt;
}

div.distributing
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

div.distributingvertical{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
}

div.int-box
{
	display: table-cell;
	vertical-align: top;
}

table.markers
{
	padding: 0.5em 1em 1em 1em;
	width: 225pt;
	line-height: 11pt;
	font-size: 11pt;
	/* rounded corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #ffffff;
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

table.geneticdistances
{
	padding: 0.5em 1em 1em 1em;
	line-height: 15pt;
	font-size: 12pt;
	/* rounded corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #ffffff;
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

th.markerheader
{
	color: blue;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
}

tr.markerheader
{
	color: black;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

table.methylmarkers
{
	padding: 0.5em 1em 1em 1em;
	width: 225pt;
	line-height: 14pt;
	font-size: 11pt;
	/* rounded corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #ffffff;
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

.methylmarkerheader
{
	color: black;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-color: lightgray;
}

hr.methyl
{
	border: 3px solid blue;
	border-radius: 5px;
	width: 20%;
	text-align: left;
	margin-left: 0;
}

ul.customlist
{
	list-style: disc;
	list-style-position: inside;
	padding-left: 0;
	display: grid;
	gap: 4px;"
}

ul.customlist li::marker { color: red; }

ul.customlist a{

padding: 0;
background-color: white;

}

ul.customlist a:hover { background-color: white; }

details
{
	padding: 10px;
	border-radius: 5px;
	width: 99%;
	padding-left: 0;
}

summary
{
	background-color: #89CFF0;
	color: white;
	padding: 10px;
	list-style-type: '⬇ ';
}

summary::marker
{
	color: white;
	font-size: 1.2em;
}

details[open] > summary { list-style-type: '⬆ '; }

textarea
{
	min-width: 500px;
	max-width: 80%;
	min-height: 50px;
	height: 100%;
	width: 100%;
	margin-left: 10pt;
}

.scrolling-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin-right: 10pt;

  .card {
    display: inline-block;
  }
}

.auto-resize-textarea
{
	width: 90%;
	margin-left: 0pt;
	border: 1px solid blue;
	resize: none;
}

hr.multiprofiles {
   border-top: 2px solid #B7BDC9;
   border-bottom: 2px solid #DBCEA6;
   background-color: #5286BF;
   height: 6px;
}
select {

  /* styling */
  background-color: white;
  border: solid #5286BF;
  border-radius: 4px;
  padding: 0.25em 0.5em 0.25em 0.25em;
}
