* {
  box-sizing: border-box;
}

#bluebackground {
    background-color: #00214f; 
    color: white; font-size: 9px; text-align: center; }


input[type=submit], input[type=reset] ,button {
  background-color: #00214f;
  color: white;
  padding: 5px 5px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover,  input[type=reset]:hover, button:hover  {
  background-color: #66a3ff;
}


table {
    border: 1px solid black;
    border: 0px solid black;
    width: 100%;
}

td {
    padding: 1px 5px;
}

.relsTH {
    padding: 1px 5px;
    background-color: #ffffff;
    text-align: left;
}
td.total{font-weight: bold; border-top-style:solid; border-top-width:thin; text-align:right}


tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFC}

tr:hover {
  background-color: khaki;
}



.dead {
    color: gray;  
}
.live {
     font-weight: bold;/* for living people*/
}

/* Standardize Input field widths as CSS classes*/
.field_name, .first_name, .middle_name, .last_name, .nas_name, .nickname {
    width: 100px
    
    px;
    color:blue;
}
.addrline0, .addrline1, .city , .email, .fb{
	width: 170px;
}


.st, .suffix, .title, .class, .limit {
	width: 45px;
}

.field_, .homeph, .cell, .zip {
	width: 100px;

}

.field_default {
    font-size:smaller; 
    
    width: 100px;
}

/*
.advancedSearch {
	display: none;		}
*/


.obit {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 12px;
  
}

.notes {
  width: 300px;
  height: 100px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 12px;
  
}

.mugshot {
	width: 75px;
}

.meta {
	font-size: 12px;
	/*float: right;*/
}

.rcsd_id {   /* Used to make rcsd_id link a blue  oval ||| was .badge on vrdb site*/
    text-align: center;
    color: white; 
    font-size: 0.875em; /* 14px/16=0.875em */   
    border-radius: 25px;
    background: #00214f;
    padding: 2px; 
    width: 35px;
    height: 20px;  
}
.rcsd_id:hover {
    background:#3388ff;
}

.noToggle {
	background-color: #00214f;
	 color: white;    
    font-weight: bold;
    text-align: center;
    height: 25px;
    cursor: pointer;
}


.sectionHeading {
    background-color: #00214f;
	 color: white;    
    font-weight: bold;
    text-align: center;
    height: 25px;
    cursor: pointer;
   /* border-bottom-style:solid; 
    border-bottom-width: thin;*/
}

.section, .hidden {
	/*display:none when initially loading page DOES NOT WORK. USE JS;*/
}



.heavyname  {font-style:italic; font-weight: bold;}
.orgname {font-style:normal; font-weight: bold; color:#FF0000;}
.recog_name {font-size: smaller;font-style: italic;}
.mylink {text-decoration: underline; color:blue;}
.debug {font-size: small;font-style: normal; background: yellow; color:#FF0000; }
.warning {font-size: small;font-style: normal; background: #f36768; color: blue; }




.nowrapping{
    white-space:nowrap;
}