﻿*	{
	box-sizing: border-box;
}

.list {
  font-family: Arial,Verdana,Helvetica,sans-serif;
}
td {
  padding:10px; 
  border:solid 1px #eee;
}

input {
  border:solid 3px #008000;
  border-radius: 5px;
  padding:7px 14px;
  margin-bottom:10px;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  color: #000066;
  font-size: 12pt;
  margin-left: auto;
  margin-right: auto;
}
input:focus {
  outline:none;
  border-color:#aaa;
}
.hold	{
  margin-left: auto;
  margin-right: auto;
}
div.scroll {
    width: 750px;
    overflow: scroll;
}
.table-roll {
  	table-layout: fixed;
	width:100%;
	border: 3px outset #008000;
	border-collapse: collapse;
	font-family: Arial,Verdana,Helvetica,sans-serif;
  	color: #000066;
 	font-size: 0.8em;
	text-align: center;
	vertical-align: center;
	margin-left: auto;
	margin-right: auto;
}
.table-roll td	{
	border: 1px outset #008000;
	border-collapse: collapse;
	padding: 1px;
	text-align: left;
}

.sort {
  padding:1px 1px;
  border-radius: 3px;
  border:1px;
  display:inline-block;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  color:#fff;
  font-size: 10pt;
  text-decoration: none;
  background-color: #28a8e0;
  height:25px;
}

.sort:hover {
  text-decoration: none;
  background-color:#1b8aba;
}
.sort:focus {
  outline:none;
  background-color: yellow;
}
.sort:after {
  display:inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content:"";
  position: relative;
  top:4px;
  right:-5px;
}
.sort.asc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content:"";
  position: relative;
  top:4px;
  right:-5px;
}
.sort.desc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  content:"";
  position: relative;
  top:4px;
  right:-5px;
}

.number	{
 max-width: 8%;
}
.sname	{
 max-width: 13%;
font-weight: bold;
}
.fname	{
 max-width: 14%;
}
.rank {
	max-width: 8%;
}

.ddate	{
	max-width: 10%;
}
.age	{
	max-width:8%;
}
.cemetery	{
	max-width:17%;
}
.location	{
	max-width:9%;
}
.headstone	{
	max-width:12%;
}

