body {
    margin: 0px;
    background-image: url("img/bck2.jpg");
   
}

div {
    margin: 0px;
}

table {
    border: none;
    border-spacing: 0px;
}

tr {
    padding: 0px;
}

td {
    padding: 0px;
    margin: 0px;
}

p{
    padding: 0px;
    margin: 0px;
}

input, select {
    font-family: Ropa Sans;
    font-size: 16px;
    color: black;
    background-color: #f8fcde;
}

select {
    -webkit-appearance: none;
}

#mapcontainer {
    width: 635px;
    height: 400px;
    padding-right:5px;
    background: #f8fcde;
}

#map {
    width: 635px;
    height: 380px;
    background: #f8fcde;
}

#searchbox {
    width: 384px;
    height: 400px;
    background: #f8fcde;
}


#imageholder {
    position: absolute;
    top: 80px;
    width: 384px;
    height: 400px;
    text-align: center;
    line-height:400px;
    background: #f8fcde;    
    visibility: hidden;
}

#imagecontent {
    text-align:center;
    vertical-align: middle;
    max-width: 374px;
    max-height:380px;
    margin-bottom:20px;
    border-radius: 5px;
    border: 1px solid #c65b3d
}

#resultsheader {
    width: 1024px;
    height: 50px;
    background: #f8fcde;
}

#results {
    position: absolute;
    width: 1024px;
    height: calc(100% - 550px);
    background: #f8fcde;
    overflow-y: auto;
}

#titlebox {
    width: 1024px;
    height: 80px;
    background: #f8fcde;
    background-image: url('/img/logo2.png');
    background-repeat: repeat-x;
}

#footer {
    position: fixed;
    top: calc(100% - 20px);
    width: 1024px;
    height: 20px;
    background: lightgray;
}

#footertext {
    padding-top: 2px;
    text-align:center;
    font-family: Arial Narrow;
    font-size: 12px;
    color: #474140;
}

#hu {
    color: #d64c26;
    padding-top: 5px;
    text-shadow: 1px 2px #ffd382;
    font-family: Cinzel;
    font-weight: bold;
    font-size: 32px;
    background-color: rgba(255,255,255,0.5);
}

#en {
    text-shadow: 1px 1px #FFFFFF;
    font-family: Ropa Sans;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 5px;
    background-color: rgba(255,255,255,0.5);    
}

#search {
    position: relative;
    top: 3px;
    left: 180px;
    width: 190px;
    height: 28px;
    border-radius: 5px;
    background-color: #ffd382;
    cursor:pointer;
}

#search:hover {
    background-color: orange;
}

#search:active {
    background-color: #d64c26;
    color:white;
}

#searchhu {
    text-align:center;
    color: orange; 
    text-shadow: 1px 1px lightgrey;       
    font-family: Cinzel;
    font-weight: bold;
    font-size: 24px;    
}

#searchen {
    margin-top: -5px;
    margin-bottom: 10px;
    text-align:center;
    color: darkgoldenrod; 
    text-shadow: 1px 1px darkgray;       
    font-family: Ropa Sans;
    font-size: 20px;     
}


.searchvalues {
    position: relative;
    border-color: #c65b3d;
    border-width: 0px 0px 1px 0px;
}


#fn {
    left: 102px;
    width: 140px;
}

#ln {
    left: 100px;
    width: 140px;
}

#deln {
    position: relative;
    width: 16px;
    left: 100px;
    cursor: pointer;
}

#delyb {
    position: relative;
    width: 16px;
    left: 97px;
    cursor: pointer;
}

#delyd {
    position: relative;
    width: 16px;
    left: 60px;
    cursor: pointer;
}

#yb {
    left: 98px;
    width: 100px;
    cursor: pointer;
}

#yd {
    left: 60px;
    width: 100px;
    cursor: pointer;    
}

#ybv {
    left: 98px;
    width: 35px;
}

#ydv {
    left: 60px;
    width: 35px;
}

#cem {
    left: 145px;
    cursor: pointer;    
}

.res_firstcol {
    width: 30%;
    text-align:center; 
    border-bottom: 1px solid orange; 
    padding:20px;
}

.res_name {
    font-family:Ropa Sans; 
    font-size:20px;   
    cursor: pointer; 
}

.res_year {
    font-family: Ropa Sans; 
    font-size:16px;
}

.res_epitaph {
    width: 30%;
    text-align:center; 
    font-family: Arial; 
    font-style:italic; 
    font-size:14px; 
    border-bottom: 1px solid orange; 
    padding:20px;
}

.res_photo {
    width: 18%;
    text-align:center;
    border-bottom: 1px solid orange;
}

.thumb {
    width: 100px;
    border-radius: 5px;
    box-shadow: 2px 2px lightgray;
    cursor: pointer;
}

.res_cemetery {
    width: 22%;
    text-align:center;
    font-family: Ropa Sans; 
    font-size:16px;    
    border-bottom: 1px solid orange;
}

.hun {
    padding-left: 10px;
    color: orange;
    font-family: Cinzel;
    font-weight: bold;
    font-size: 16px;    
}

.eng {
    padding-left: 20px;
    color: darkgoldenrod;
    font-family: Ropa Sans;
    font-weight: normal;
    text-shadow: 1px 1px darkgray;    
    font-size: 16px;     
}

.noselect {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}