#cemetery-search,
#burial-details {

}
#cemetery-search .label,
#burial-details .label {
    padding: 15px 10px 5px 0px;
}
#cemetery-search table,
#burial-details table {
    margin: 15px 0 40px 0;
    width: 100%;
}
#burial-details table td.header,
#cemetery-search table th {
    padding: 10px 5px;
    background: #F1F1F1;
    width: 100%;
    font-weight: 600;
}
#burial-details table td,
#cemetery-search table td {
    width: 50%;
}

table.cemetery-results td a.fa{
    margin-right: 5px;
}

#burial-details table td{
    padding:5px;
    vertical-align: top;
}

#burial-details table td.label{
    font-weight: 700;
    padding:15px 10px 5px 5px;
}

#burial-details table tr.altrow td,
table.cemetery-results tr.altrow td{
    background-color: #fafafa;
}
#cemetery-search table .label.second {
    padding-left: 1%;
}
#cemetery-search table td input {
    width: 96%;
}
#cemetery-search table td.second input {
    margin-left: 2%;
}
#export-cemetery-csv input[type="submit"],
#cemetery-search p.submit input {
    background: #93AFC7;
    padding: 10px;
    color: #fff;
    border: 0;
}
#export-cemetery-csv h3{
    float:left;
    margin-top:7px;
}

#export-cemetery-csv input[type="submit"]{
    margin-bottom: 10px;
    padding:5px;
    font-size:15px;
    float:right;
}
#export-cemetery-csv{
    text-align: right;
}
.cemetery-results {
    width: 100%;
}
.cemetery-results thead {
    background: #F1F1F1;
    width: 100%;  
}
.cemetery-results th {
    padding: 10px 5px;
    font-weight: 600;
}
.cemetery-results tr td{
    padding: 10px 5px;
}

#cemetery-search .select{
    width: 96%;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    overflow: hidden;
    background:url(../images/bgr_dropdown.png) #fafafa no-repeat right center;
}
#cemetery-search .select:hover{
    cursor: pointer;
}

#cemetery-search .select select{
    background: rgba(0,0,0,0);
    border:none;
    color: #888;
    line-height: 1.625;
    width:110%;
    font-weight: 300;
    padding:6px 3px;
    font-size: 1.3em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance:none;
}