/* vote.css  */

/* default heading sizes */
h1 { font-size:1.4rem; font-weight:bold;}
h2 { font-size:2.2rem; font-weight:normal;}
h3 { font-size:1.0rem; font-weight:bold;}
h3.subhead { font-size:1.0rem; font-weight:normal; font-style:italic; }
h3.about { font-size:1.4rem; font-weight:normal; font-style:italic; }
h4 { font-size:1.0rem; font-weight:boldl; color:green}
h5 { font-size:1.0rem; font-weight:bold;}

/* horizontal spacing */
p,h1,h2,h3,h4,h5,.horz {
	padding-left:1rem;
	padding-right:1rem;
}
ul,ol {
	/* li bullets appear in the padding of the containing ul,ol */
	margin-left:1rem;
	margin-right:1rem;
	padding-left:2rem;
	padding-right:1rem;
}


#res table {
	border-collapse:collapse;
	margin-left:1rem;
	margin-right:1rem;
}
#res td, #res th {
	border-bottom:1px solid green;
	padding:0 1rem;
}

/* vertical spacing */
h1,h2,h3,h4,h5,.vert {
	margin-top:1rem;
	margin-bottom:1rem;
}
p {
	margin-top:1em;
	margin-bottom:.3rem;
}
ul,ol {
	margin-top:.3rem;
	margin-bottom:.5rem;
}
p+ul {
	margin-bottom:0rem:w
;
}
h3.subhead {
	margin-top:-1rem;
}

td:nth-of-type(3), td:nth-of-type(2) {
	text-align:right;
}

#ranked {
	margin-left: 2rem;
	color:green;
	font-weight:bold;
}
.rankrank {
	font-size:1.4rem;
}

.biglist {
	margin-left: 2rem;
}

.biglist a {
	color:rgb(  0,128,128);
	text-decoration: underline;
	cursor:pointer;
}

.help {
	font-size: initial;
	font-weight: initial;
}

section {
	border:1px solid black;
	xdisplay:none;
}

div[unrankline] {
	color:blue;
	text-decoration:underline;
	margin-top:0.5rem;
	cursor:pointer;
}

button.operation {
	margin:1rem 0 1rem 50%;
	transform: translate(-50%);
}

/* anchor button */
button.anchor  {
	/* remove button styles */
	background: none;
	border: none;
	display: inline;
	font: inherit;
	margin: 0;
	padding: 0;
	outline: none;
	outline-offset: 0;
	/* add anchor styles */
	color: blue;
	cursor: pointer;
	text-decoration: underline;
	/* add layout styles */
	margin:4px 2px;
}
button.anchor[disabled] {
	color:gray;
	text-decoration: none;
}
button.anchor.active {
	color:black;
	font-weight:bold;
	cursor: normal;
	text-decoration: none;
}

.fr {
	float:right;
}

footer {
	height:2rem;
	border-top:1px solid black;
	background-color:rgb(192,192,192);
}
.group {
	display:table-cell;
	width:100%;
}
.tright {
	text-align:right;
}
.ftr {
	vertical-align:middle;
	display:inline-block;
	margin:.3rem;
}
.voyc {
	width:4rem;
}
.git {
	vertical-align:baseline;
	font-family: sans-serif;
	font-size:.8rem;
	color:black;
	text-decoration:none;
}
.deletebutton {
	font-size:1rem;
	color:black;
	cursor:pointer;
}
#winner {
	font-family: sans-serif;
}
#win {
	font-family: sans-serif;
	font-weight:bold;
	font-size:1.15rem;
}

