
.reset-style, .reset-style * {all:revert;}


/*
medman.tsoftsoft.com/j/index.css.php
*/

/*
thead:first-of-type td {vertical-align: bottom;font-weight:bold;background-color:#bbb;color:#009;}
*/

body {box-sizing:border-box;font-family:helvetica;padding:0px;
	font-size:1.65vw;background-color:black;}

button{background-color:#e2e2e2;border-color:#a0a0a0;border-radius:.5vw;
	padding-left:3.5px;padding-right:3.5px;}
select{background-color:#e8e8e8;}

/* :after {box-sizing:border-box;font-family:helvetica;padding:0px;
	font-size:1.75vw;background-color:black;}
*/

table.hisTable > thead:first-child > td {vertical-align: bottom;font-weight:bold;background-color:#bbb;color:#009;}
body	{background-color:#EDF2F3 !important;}


a {font-size:1.25vw;}
button.X:after	{position:absolute;top:3px;right:3px;background-color:red;color:white;border:none;height:.5vw}
button.X:hover	{background-color:#b22;}
h1{font-size:1.75vw;}
h2{font-size:1.65vw;}
h3{font-size:1.55vw;}
button.easy, button.easyMore {font-size:1.5vw;height:2em;}
tr.easy{height:2.25em;}
th.menu{background-color:#f7f7f7;}
th.menuActive{background-color:#fff;}
*.desktop{}
*.mobile{}


button.nav	{display:inline-block;width:100%;min-width:100%;max-width:100%;}

/* Home: Option2 = normal html table */
div.option2tr	{}
div.option2td	{}
div.option2tdr	{}
div.option2hr	{display:none;}


/* Home: Option2 = 'bubbles' with borders */
div.option1tr	{display:block;width:35vw;border:3px solid blue;border-radius:15px;margin-top:15px;
	margin-left:auto;margin-right:auto;padding:3px;background-color:white;}
div.option1td	{display:inline-block;padding:3px;}
div.option1h1	{display:inline-block;padding:3px;font-size:+2;}
div.option1tdr	{display:inline-block;text-align:right;padding:3px;}
div.option1hr	{width:80%;}
div.option1tr:hover	{background-color:#ff0;}
