@charset "UTF-8";
@media screen and (max-width: 420px) {
  head, body {
    background-color: #ebebeb;
  }
}

#mobile_header_div #mobile_header_image {
  display: block;
  margin: 0 auto 5px;
  width: 100%;
  margin-top: 110px;
}

.centeredImage {
  display: block;
  margin: 0 auto;
}

.btn.btn-primary {
  background-color: #AC5228;
  border: 0px solid #000;
  display: block;
  margin: 5px auto;
  padding: 8px;
  font-size: 19px;
  border-radius: 8px;
  width: 100%;
}

.btn.btn-primary:first-child {
  margin-top: 25px;
}

.btn.btn-primary:hover {
  background-color: #AC5228;
}

.btn.btn-default {
  background-color: #AC5228;
  display: block;
  margin: 29px auto;
  padding: 6px;
  border-radius: 11px;
  border: 2px solid #aaaaaa;
  width: 100%;
  height: 120px;
  color: #fff;
  font-weight: normal;
  font-size: 55px;
  background: #AC5228;
}

.btn.btn-default:active {
  background-color: #AC5228 !important;
  color: #fff;
}

.btn.btn-deceased {
  background-color: #AC5228;
  display: block;
  margin: 5px auto;
  padding: 3px;
  font-size: 17px;
  border-radius: 0px;
  border: 2px solid #aaaaaa;
  width: 88%;
  color: #fff;
}

.btn.btn-deceased:hover {
  background-color: #8E3B0D;
  color: #fff;
}

label {
  color: #5b4a37;
  text-align: center;
  display: block;
}

.donateInputs {
  border: none;
  border-radius: 9px;
  height: 32px;
  min-width: 100%;
}

.table td {
  border: none !important;
}

.checkbox {
  margin: 0 !important;
}

#memorial_panel {
  border: 1px #af6140 solid;
}
#memorial_panel .icon-angle-up, #memorial_panel .icon-angle-down {
  color: #af6140;
}
#memorial_panel #scroll {
  border: 2px solid #dac5bc;
  background: #e0d6d2;
  text-align: center;
}
#memorial_panel #scroll:hover {
  cursor: pointer;
}
#memorial_panel #memorial_wall {
  height: 300px;
  overflow: hidden;
}
#memorial_panel #memorial_wall #message_panel {
  position: relative;
}
#memorial_panel #memorial_wall #message_panel .mem_message {
  font-size: 12px;
  padding: 5px;
  margin-top: 2px;
  margin-left: 0px;
  border: 1px solid #dac5bc;
  background-color: #ebebea;
}
#memorial_panel #memorial_wall #message_panel .mem_message #date {
  color: #af6140;
}
#memorial_panel #memorial_wall #message_panel .mem_message #message {
  font-style: italic;
}
.div_heading {
  text-align: center;
  color: #fff;
  background-color: #826F69;
  font-size: 18px;
  margin: 1px 0px;
}

.deceasedName {
  font-size: 75px;
  color: #675846;
  font-weight: bold;
  text-align: center;
  margin: 40px;
}

.deceasedImage img {
  display: block;
  margin: 0 auto;
  width: 90%;
}

.title {
  color: #645445;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}

.title-text {
  color: #af6140;
  font-size: 55px;
  text-align: center;
}

.divider {
  background-color: #f2f2f2;
}

.subtitle {
  color: #BC6140;
  font-size: 40px;
  text-align: center;
  line-height: 1.2;
}

.dash {
  border-bottom: 3px solid #c5c5c4;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  font-size: 45px;
}

.anonTextLabel {
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #a8522e;
  padding: 0;
  margin-top: 8px;
}

textarea {
  border: none;
  border-radius: 12px;
  width: 100%;
}

.movePageArrowLeft {
  font-size: 200px;
  color: #cecbc2;
  cursor: pointer;
  width: 113px;
  display: block;
  z-index: 100;
  height: 130px;
}
.movePageArrowLeft .fa.fa-long-arrow-left {
  height: 150px;
  margin-top: -20px;
}

.movePageArrowRight {
  float: right;
  font-size: 115px;
  margin-top: -175px;
  color: #AC5228;
  cursor: pointer;
  margin-right: 31px;
}

.movePageArrowLeft:hover, .movePageArrowRight:hover, .movePageArrowLeft:active, .movePageArrowRight:active {
  color: #cecbc2;
  text-decoration: none;
}

div.container {
  position: relative;
  z-index: 80;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 3px;
}

/* webkit solution */
::-webkit-input-placeholder {
  padding-left: 10px;
  text-transform: uppercase;
}

/* mozilla solution */
input:-moz-placeholder {
  text-align: center;
  text-transform: uppercase;
}

input[type=radio] {
  border: 0px;
}

.radioButtonText {
  vertical-align: top;
  display: inline-block;
}

.anonymousLabel {
  float: left;
  display: inline-block;
  margin-right: 10px;
}

.anonymousCheckbox {
  height: 20px;
  min-width: 20px;
  display: inline-block;
}

.labelCustom {
  float: left;
  margin-left: 15px;
}

.table.table-striped tr th label, .table tr th label {
  float: none;
}
.table.table-striped tr td, .table tr td {
  font-size: 33px;
}
.table.table-striped tr td a, .table tr td a {
  text-decoration: underline;
}

#btnDisplayOther {
  width: 20%;
  font-size: 12px;
  display: inline-block;
}

#inputAmountCustom {
  display: none;
}

#btnHeaderMenu {
  /*
  font-size: 56px;
     padding: 4px;
     border-radius: 0px;
     width: 200px;
     position: absolute;
     z-index: 102;
     border-top-right-radius: 15px;
     border-bottom-right-radius: 15px;
     color: #AC5228;
     display: none;
  */
  font-size: 100px;
  color: #cecbc2;
  width: 173px;
  height: 130px;
  margin-left: 20px;
  margin-top: 20px;
}

#menuDiv {
  position: absolute;
  z-index: 999;
  background-color: #AC5228;
  padding: 11px;
  margin-top: -10px;
  width: 0%;
  opacity: 0;
  display: none;
  text-align: left;
}
#menuDiv a {
  color: #fff;
  display: block;
  font-size: 41px;
  margin-left: 250px;
}
#menuDiv a:before {
  content: " ●";
  font-size: 35px;
}
#menuDiv a:hover {
  text-decoration: none;
}

.aboutUs {
  color: #AF6140;
  text-align: center;
}

@media screen and (min-width: 420px) {
  head, body {
    background-color: #D4D4D4;
  }
  body {
    margin: 0px auto 100px auto;
  }
  .container {
    background-color: #EBEBEB;
    /*
    @media only screen and (min-width : 1620px) {
    	width: 70% !important;
    }

    @media only screen and (max-width : 1620px) {
    	width: 100% !important;
    }
    */
  }
  #about_text {
    color: #af6140;
    padding: 30pt;
    padding-top: 25px;
    font-size: 13pt;
  }
  #reminder {
    color: #af6140;
    font-size: 12pt;
    border-top: 1pt #af6140 solid;
  }
  #panel_container {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10pt;
    background-color: #f2f2f2;
    padding-top: 5pt;
    font-size: 28px;
    min-height: 240px;
  }
  #panel_container .thermo_table table {
    border-collapse: collapse;
  }
  #panel_container .thermo_table table #input_labels, #panel_container .thermo_table table #input_label {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  #panel_container #panel_header {
    text-align: center;
    background-color: #5C3D1F;
    color: #FFFFFF;
    font-size: 18pt;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    width: 96%;
    margin: 0 auto;
  }
  #panel_container .input-new {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  #panel_container #input {
    padding: 14pt;
    margin: 10pt;
    margin-top: 0px;
    padding-top: 3px;
    padding-left: 2px;
    margin-left: 15px;
    padding-right: 2px;
    margin-right: 15px;
  }
  #panel_container #input #input_label {
    float: left;
  }
  #panel_container #input #input_labels {
    border-bottom: 1pt #af6140 solid;
  }
  #panel_container #input #input_text label {
    font-weight: normal !important;
    text-align: left;
    margin-bottom: 1px;
  }
  #panel_container #input #input_text a {
    text-decoration: underline !important;
  }
  #panel_container #input #input_text a label {
    cursor: pointer;
    text-decoration: underline !important;
  }
  #panel_container #input a {
    text-decoration: underline !important;
  }
  #panel_container #input #input_element {
    float: right;
  }
  #panel_container #input ul {
    margin-bottom: 0px;
  }
  #panel_container #btn_panel_container {
    padding: 15pt;
  }
  #panel_container #btn_panel_container button {
    margin: auto;
  }
  #panel_container #btn_panel_container #btn {
    display: block;
    color: #FFFFFF;
    background-color: #af6140 !important;
    font-size: 12pt;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 150px;
    border-radius: 0;
  }
  #panel_container table {
    width: 100%;
    border-spacing: 10px;
    border-collapse: separate;
  }
  #panel_container table td {
    white-space: nowrap;
  }
  /*
  #menu {
  	@media only screen and (min-width : 1620px) {
  		//width: 69.5% !important;
  	}

  	@media only screen and (min-width : 1405px) and (max-width : 1620px) {
  		//width: 85% !important;
  	}

  	@media only screen and (min-width : 1232px) and (max-width : 1405px) {
  		//width: 100% !important;
  	}

  	@media only screen and (min-width : 1200px) and (max-width : 1232px) {
  		//width: 110% !important;
  	}

  	@media only screen and (max-width : 1200px) {
  		//width: 100% !important;
  	}

  	//background-color: #5C3D1F !important;
  	background: rgba(143,124,117,1);
  	background: -moz-linear-gradient(top, rgba(143,124,117,1) 0%, rgba(119,102,95,1) 100%);
  	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(143,124,117,1)), color-stop(100%, rgba(119,102,95,1)));
  	background: -webkit-linear-gradient(top, rgba(143,124,117,1) 0%, rgba(119,102,95,1) 100%);
  	background: -o-linear-gradient(top, rgba(143,124,117,1) 0%, rgba(119,102,95,1) 100%);
  	background: -ms-linear-gradient(top, rgba(143,124,117,1) 0%, rgba(119,102,95,1) 100%);
  	background: linear-gradient(to bottom, rgba(143,124,117,1) 0%, rgba(119,102,95,1) 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f7c75', endColorstr='#77665f', GradientType=0 );

  	padding-top: 7px ;
  	padding-bottom: 7px ;

  	margin: auto;
  	margin-bottom: 5px;
  	ul {
  		li {
  			a {
  				padding-top:5px !important; 
  				padding-bottom:5px !important;
  				//color: #D4D4D4;
  				color: #D7D7D7;
  				font-weight: bold;
  				font-size: 13pt;
  			}
  		}

  		li:hover {
  			a {
  				color: #FFFFFF;
  			}
  		}
  	}
  }
  .navbar {
  	min-height:32px !important;
  }*/
  button#nav_button {
    background-color: #EBEBEB;
  }
  button#nav_button:hover {
    background-color: #D4D4D4;
  }
  #header {
    padding-top: 20pt;
    padding-bottom: 20pt;
  }
  #header img {
    display: block;
    margin: auto;
  }
  #footer img {
    display: block;
    margin: auto;
  }
  #leaf {
    width: 15px;
    height: 16px;
  }
  #memorial_panel {
    border: 1px #af6140 solid;
  }
  #memorial_panel .icon-angle-up, #memorial_panel .icon-angle-down {
    color: #af6140;
  }
  #memorial_panel #scroll {
    border: 2px solid #dac5bc;
    background: #e0d6d2;
    text-align: center;
  }
  #memorial_panel #scroll:hover {
    cursor: pointer;
  }
  #memorial_panel #memorial_wall {
    height: 300px;
    overflow: hidden;
  }
  #memorial_panel #memorial_wall #message_panel {
    position: relative;
  }
  #memorial_panel #memorial_wall #message_panel .mem_message {
    font-size: 12px;
    padding: 5px;
    margin-top: 2px;
    margin-left: 0px;
    border: 1px solid #dac5bc;
    background-color: #ebebea;
  }
  #memorial_panel #memorial_wall #message_panel .mem_message #date {
    color: #af6140;
  }
  #memorial_panel #memorial_wall #message_panel .mem_message #message {
    font-style: italic;
  }
  #contact_text {
    border-top: 1px #af6140 solid;
    margin-top: 20px;
  }
  #title_bar {
    border-bottom: 1pt solid #5C3D1F;
    padding-right: 17%;
    width: 95%;
    margin: 0 auto;
    float: initial;
    margin-bottom: 10px;
  }
  #title_bar #deceased_title {
    float: left;
    font-size: 16pt;
    color: #5C3D1F;
  }
  #title_bar #deceased_name {
    text-align: center;
    font-weight: bold;
    font-size: 20pt;
    color: #5C3D1F;
  }
  #container_top #btn_deceased_container a {
    text-decoration: none;
  }
  #container_top #btn_deceased_container button {
    background-color: #af6140;
    color: #FFFFFF;
    border-radius: 0 !important;
    font-size: 11pt;
    width: 100% !important;
    height: 35px !important;
    text-align: left;
    margin-top: 3pt;
    padding-top: 5px;
  }
  #container_top #btn_deceased_container button p {
    float: right;
  }
  #container_top #profilePictureParent {
    margin-top: 5px;
    margin-left: 8%;
  }
  #container_top #deceased_details {
    margin-top: 10pt;
  }
  #container_top #deceased_details table {
    color: #5b4a37;
    text-align: center;
    margin: 0px;
    font-family: Arial, Helvetica, San-Serif;
    font-size: 11pt;
    white-space: nowrap;
  }
  #container_top #deceased_details table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }
  #container_top #deceased_details table tr td {
    text-align: left;
    border-bottom: 1px solid #bfc2d6;
    width: 100%;
    padding: 2.5pt;
    background-color: #F2F2F2;
  }
  #container_top #deceased_details table tr td:first-child {
    font-weight: bold;
  }
  #container_middle {
    margin-top: 30pt;
  }
  #container_middle #tombstone_picture_container #tombstone_heading {
    background-color: #5C3D1F;
    color: #FFFFFF;
    font-size: 14pt;
    text-align: center;
  }
  #container_middle #tombstone_picture_container #tombstone_picture {
    border: 2pt solid #dac5bc;
  }
  #container_middle #tombstone_picture_container #tombstone_picture img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    float: bottom;
    padding: 10px;
  }
  #container_middle #tombstone_picture_container #tombstone_footer {
    background-color: #af6140;
    color: #FFFFFF;
    text-align: center;
    height: 20pt;
    font-size: 11pt;
  }
  #container_middle #memorial_container #memorial_wall {
    height: 235px;
  }
  #container_middle #memorial_container table {
    width: 100% !important;
  }
  #container_middle #memorial_container #wall_heading {
    background-color: #5C3D1F;
    color: #FFFFFF;
    font-size: 14pt;
    text-align: center;
  }
  #container_middle #memorial_container #wall_footer {
    background-color: #af6140;
    color: #FFFFFF;
    text-align: center;
    height: 20pt;
    font-size: 11pt;
  }
  #container_middle #tree_container #tree_heading {
    background-color: #5C3D1F;
    color: #FFFFFF;
    font-size: 14pt;
    text-align: center;
  }
  #container_middle #tree_container #tree_tree {
    height: 304px;
    border: 2pt solid #dac5bc;
  }
  #container_middle #tree_container #tree_tree #tree {
    background-image: url("../images/tree_of_life/TREE_0.jpg");
    background-repeat: no-repeat;
    height: 90%;
    background-position: center center;
    margin-top: 4pt;
  }
  #container_middle #tree_container #tree_tree #name {
    font-size: 12pt;
    color: #af6140;
    text-align: center;
    padding-top: 2pt;
    font-weight: bold;
  }
  #container_middle #tree_container #tree_footer {
    background-color: #af6140;
    color: #FFFFFF;
    text-align: center;
    height: 20pt;
    font-size: 11pt;
  }
  #container_bottom {
    margin-top: 30px;
  }
  #container_bottom #donation_heading {
    border-bottom: 2pt solid #5C3D1F;
    float: left;
    font-size: 16pt;
    color: #5C3D1F;
    margin-bottom: 10pt;
    margin-top: 10pt;
  }
  #container_bottom #donation_container table {
    background-color: #F2F2F2;
    text-align: center;
    margin: 0px;
    color: #5b4a37;
    font-family: Arial, Helvetica, San-Serif;
    font-size: 11pt;
    white-space: nowrap;
    width: 100%;
  }
  #container_bottom #donation_container table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }
  #container_bottom #donation_container table tr td:not(#line_last) {
    padding: 3pt;
    text-align: left;
    border-bottom: 1px solid #b56f51;
    padding-left: 8px;
    font-weight: bold;
  }
  #container_bottom #donation_container table tr td:last-child div {
    float: right;
  }
  #container_bottom #donation_container table tr #line_last {
    border: 0;
  }
  #container_bottom #donation_container table tr #line_last div {
    font-size: 8pt;
    color: #af6140;
    padding: 10pt;
    font-style: italic;
  }
  #container_bottom #donation_button_container {
    background-color: #F2F2F2;
    padding-top: 10pt;
    padding-bottom: 10pt;
  }
  #container_bottom #donation_button_container div #donation_button {
    margin-left: 10%;
  }
  #container_bottom #donation_button_container div #donation_button button {
    background-color: #af6140;
    color: #FFFFFF;
    text-align: center;
    font-size: 13pt;
    border-radius: 0;
    width: 185px;
    margin-left: 14%;
  }
}
@media only screen and (min-width: 420px) and (min-width: 768px) and (max-width: 992px) {
  #container_bottom #donation_button_container div #donation_button button {
    margin-left: -11% !important;
  }
}
@media screen and (min-width: 420px) {
  #container_bottom #donation_button_container div #donation_button_text {
    margin-left: 23%;
    font-weight: bold;
    color: #5C3D1F;
  }
}
@media only screen and (min-width: 420px) and (min-width: 768px) and (max-width: 992px) {
  #container_bottom #donation_button_container div #donation_button_text {
    margin-left: 0% !important;
  }
}
@media screen and (min-width: 420px) {
  #container_top, #container_middle {
    margin-bottom: 10pt !important;
  }
}
@media only screen and (min-width: 420px) and (min-width: 768px) and (max-width: 992px) {
  #container_top, #container_middle {
    margin-left: 15%;
  }
}
@media screen and (min-width: 420px) {
  .table-responsive#panel_container {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 420px) {
  label {
    color: #5b4a37;
  }
}
@media screen and (min-width: 420px) {
  a label {
    color: #337ab7;
    cursor: pointer;
  }
}
@media screen and (min-width: 420px) {
  #menu {
    z-index: 99;
  }
}
@media screen and (min-width: 420px) {
  #header {
    z-index: 99;
  }
}
.table {
  /*
  td:first-child {
  	white-space: nowrap;
  }
  */
}
.table td {
  white-space: nowrap;
}
.table tr th {
  font-size: 36px;
}

table {
  line-height: 1;
}

.reduced-list {
  font-size: 11px;
}

.btn.btn-default#btn {
  margin: 2px;
}

.hebrew-name {
  font-size: 22px;
  color: #b36c4d;
  font-weight: bold;
  border: 0px solid #000000;
  float: right;
  background: #ebebeb;
  position: absolute;
  right: 0;
  margin-top: -33px;
}

a {
  cursor: pointer !important;
}
a label {
  cursor: pointer !important;
}

#search .labelCustom {
  font-size: 44px;
}
#search .donateInputs {
  background: #fff !important;
  padding: 40px;
  font-size: 34px;
  margin: 5px 0px 10px 0px;
}
#search .btn.btn-default {
  height: 120px !important;
  font-size: 45px !important;
  width: 100%;
  border-radius: 20px;
}
#search .btn.btn-default:hover {
  background-color: #AC5228;
}
#search .btn:after {
  content: "";
}

#deceased_info {
  font-size: 45px;
}

#mob_tombstone_wrap {
  border: 5px solid #af6140;
  padding: 25px;
  margin: 20px;
}

#greybar {
  background-color: #bbb3b0;
  height: 100px;
  width: 100%;
  margin-top: 25px;
}

@media (max-width: 992px) {
  .mem_message {
    font-size: 38px !important;
    height: 140px !important;
  }
  .mem_message .note_summary {
    height: 60px !important;
  }
  .mem_message .mem_middle {
    height: 60px !important;
  }
  .mem_message .mem_middle .mem_sign, .mem_message .mem_middle .mem_date {
    font-size: 31px !important;
  }
}
.heading-label {
  color: #655949;
  font-size: 50px;
  font-weight: 600;
  border-bottom: 2px solid #BDBDBB;
  width: 90%;
  margin: 0 auto;
}

.info-text {
  color: #af6140;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 300;
  text-align: left;
  margin: 0 auto;
  padding-top: 15px;
  margin-left: 5%;
  line-height: 1;
}

.mobile_tree_wrap#tree_wrap {
  width: 100%;
  left: 0;
}
.mobile_tree_wrap#tree_wrap #tree {
  background-repeat: no-repeat;
  background-size: 70%;
  width: 100%;
  height: 781px;
  background-position: 50%;
  background-color: #ebebeb;
}
.mobile_tree_wrap#tree_wrap #tree .leaf {
  width: 70px;
  height: 85px;
}
.mobile_tree_wrap#tree_wrap #tree #leaf_1 {
  position: absolute;
  top: 87px;
  left: 449px;
}
.mobile_tree_wrap#tree_wrap #tree #leaf_2 {
  position: absolute;
  top: 251px;
  left: 404px;
}
.mobile_tree_wrap#tree_wrap #tree #leaf_3 {
  position: absolute;
  top: 289px;
  left: 556px;
}
.mobile_tree_wrap#tree_wrap #tree #leaf_4 {
  position: absolute;
  top: 156px;
  left: 553px;
}
.mobile_tree_wrap#tree_wrap #tree #leaf_5 {
  position: absolute;
  top: 305px;
  left: 703px;
}
.mobile_tree_wrap#tree_wrap #tree #leaf_6 {
  position: absolute;
  top: 113px;
  left: 616px;
}
.mobile_tree_wrap#tree_wrap #tree #leaf_7 {
  position: absolute;
  top: 266px;
  left: 242px;
}
.mobile_tree_wrap#tree_wrap #tree #leaf_8 {
  position: absolute;
  top: 412px;
  left: 155px;
}
.mobile_tree_wrap#tree_wrap #tree #leaf_9 {
  position: absolute;
  top: 521px;
  left: 284px;
}
.mobile_tree_wrap#tree_wrap #tree #leaf_10 {
  position: absolute;
  top: 363px;
  left: 336px;
}
.mobile_tree_wrap#tree_wrap #tree #leaf_11 {
  position: absolute;
  top: 476px;
  left: 731px;
}
.mobile_tree_wrap#tree_wrap #tree #leaf_12 {
  position: absolute;
  top: 364px;
  left: 501px;
}
.mobile_tree_wrap#tree_wrap #tree #leaf_13 {
  position: absolute;
  top: 509px;
  left: 529px;
}
.mobile_tree_wrap#tree_wrap #tree #leaf_14 {
  position: absolute;
  top: 130px;
  left: 309px;
}
.mobile_tree_wrap#tree_wrap #tree #leaf_15 {
  position: absolute;
  top: 9px;
  left: 421px;
}
.mobile_tree_wrap#tree_wrap #plaque {
  background-color: #ebebeb;
  height: 100%;
}
.mobile_tree_wrap#tree_wrap #plaque #plaque_deceased {
  font-size: 45px;
}
.mobile_tree_wrap#tree_wrap #tree_bed #tree_donation.tree_donation_mobile {
  font-size: 45px;
}

.table-search-list tr td {
  word-wrap: break-word;
  min-width: 160px;
  max-width: 160px;
  white-space: initial;
  vertical-align: middle;
}

.table-mobile tbody tr td a {
  white-space: normal;
}

.no-after:after {
  content: "" !important;
}

.table-search-results tbody tr td {
  white-space: normal !important;
}
.table-search-results tbody tr td a {
  white-space: normal !important;
}

.img-container .cropper-container.cropper-bg {
  width: 100% !important;
}

.table-mobile tr:not(:first-child) td:first-child {
  text-align: left;
  width: 300px;
}

.top-content-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  background: url(../img/JC_background_med.jpg);
  background-position: -230px 0px;
  background-repeat: no-repeat;
  z-index: 100;
}

.additionalInfo {
  padding: 20px;
}
.additionalInfo .table-striped {
  border: solid 5px #b06140;
}

.hoverGraveText {
  font-size: 70px;
  position: absolute;
  background-color: #dddddd;
  padding: 10px;
  border: 1px solid #c28d77;
  bottom: 160px;
  left: 8%;
}

.leaf_mobile {
  position: absolute;
  width: 80px;
  height: 90px;
}

#leaf_mobile_1 {
  top: 160px;
  left: 430px;
}

#leaf_mobile_2 {
  top: 350px;
  left: 380px;
}

#leaf_mobile_3 {
  top: 400px;
  left: 560px;
}

#leaf_mobile_4 {
  top: 240px;
  left: 555px;
}

#leaf_mobile_5 {
  top: 410px;
  left: 733px;
}

#leaf_mobile_6 {
  top: 200px;
  left: 633px;
}

#leaf_mobile_7 {
  top: 371px;
  left: 190px;
}

#leaf_mobile_8 {
  top: 541px;
  left: 80px;
}

#leaf_mobile_9 {
  top: 671px;
  left: 230px;
}

#leaf_mobile_10 {
  top: 491px;
  left: 290px;
}

#leaf_mobile_11 {
  top: 621px;
  left: 764px;
}

#leaf_mobile_12 {
  top: 483px;
  left: 494px;
}

#leaf_mobile_13 {
  top: 655px;
  left: 527px;
}

#leaf_mobile_14 {
  top: 215px;
  left: 267px;
}

#leaf_mobile_15 {
  top: 65px;
  left: 399px;
}

#leaf_mobile_16 {
  top: 65px;
  left: 531px;
}

#leaf_mobile_17 {
  top: 201px;
  left: 151px;
}

#leaf_mobile_18 {
  top: 718px;
  left: 732px;
}

#leaf_mobile_19 {
  top: 657px;
  left: 77px;
}

#leaf_mobile_20 {
  top: 276px;
  left: 769px;
}

#leaf_mobile_21 {
  top: 346px;
  left: 79px;
}

#leaf_mobile_22 {
  top: 476px;
  left: 207px;
}

#leaf_mobile_23 {
  top: 738px;
  left: 607px;
}

#leaf_mobile_24 {
  top: 568px;
  left: 327px;
}

#leaf_mobile_25 {
  top: 568px;
  left: 327px;
}

#leaf_mobile_26 {
  top: 168px;
  left: 743px;
}

.treeOfLifeText {
  font-size: 50px;
  position: absolute;
  bottom: 24px;
  left: 40px;
  background-color: #b06140;
  color: #fff;
}

.table-search-list tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.thermometer-mobile .thermometer-outer-v {
  height: 250px;
  width: 80px;
  margin-left: 40px;
}
.thermometer-mobile .thermometer-outer-v .thermometer-inner-v {
  width: 80px;
}

.table-mobile ul li.top {
  padding-bottom: 0px !important;
}
.table-mobile ul li.mid {
  padding: 0px 0 0px !important;
}
.table-mobile ul li.bot {
  padding-top: 0px !important;
}

.bulb-mobile.bulb, .bulb-mobile.blank_bulb {
  height: 130px;
  margin-top: -14px;
  margin-left: 15px;
  width: 130px;
}

.bulb-mobile.bulb:before {
  content: url(../img/reflex_light.png);
  width: 1px;
  left: -23px;
  position: relative;
  bottom: -40px;
}/*# sourceMappingURL=stylesheet.css.map */