@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;400;800');



body {font-family: 'Nunito Sans', sans-serif;}

a:link, a:visited {color:#0099ff;}
a:active, a:hover {color:#00ccff;}

h1,h2,h3,h4,h5,h6 {margin:0;}


form {margin:0;padding:0;}
span ~ input[type=text], span ~ input[type=password], span ~ select, span ~ textarea {width:calc(100% - 34px);padding:5px 10px 5px 27px;font-size:12pt;border:1px solid silver;}
input[type=text], input[type=password], select, textarea {width:calc(100% - 20px);padding:5px 10px;font-size:12pt;border:1px solid silver;}

input[type=submit] {padding:4px 20px;font-size:12pt;}

.shell {border:1px solid rgba(200,200,200,0.5);background-color:rgba(200,200,200,0.1);margin:20px;padding:20px;}
.infobox {padding:20px;margin-top:10px;background-color:rgba(200,200,200,0.1);}



.tabon, .taboff {cursor:pointer;text-decoration:none;vertical-align:bottom;background-color:white;position:relative;border:1px solid silver;border-bottom:0px solid silver;display:inline-block;}
.taboff {font-size:0.9em;top:0;padding:4px 8px;background-color:#EEEEEE;}
.tabon {top:1px;padding:6px 10px;background-color:white;}
.tabshell {border:1px solid silver;background-color:white;padding:20px 10px;}