body{background:#222;color:#bbb}
header,main,footer{max-width:95%;width:800px;margin: 2em 0}
hr{border: 3px dashed goldenrod}
th,td{border:1px solid goldenrod}
table{border-collapse:collapse;border-color:goldenrod;width:100%}
th,td{padding:2px 1em}
ul{padding-left:0;list-style:none}
th{background:#111;color:#ccc}
tbody tr:nth-child(even) {
  background:#1A1A1A;
}
input,select{background:inherit;border-radius:3px;padding:1em;color:#bbb}
input,select,fieldset{border: 2px solid goldenrod;border-radius:3px}
:any-link{color:yellow;width:100%;max-width:100%}
fieldset{border-color:goldenrod;border-radius:3px}
fieldset label{margin:5px 1em}
.side-by-side{display:block;flex:1}
.side-by-side input,.side-by-side select{width:80%}
.flex{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1em}
input[type=submit]{background:goldenrod;color:#222}
abbr{cursor:default}
