<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#bom-header {background: url("bom-header-bg.jpg") no-repeat;}
#candles-con-message a {color: #6d372f; text-shadow: 1px 1px 0 #fff;}


/* -- responsive mods -- */

@media screen and (max-width: 750px){
	#bom-menu-btn {
		line-height: normal; 
		letter-spacing: normal;
		display: block; 
		width: 100%; 
		height: 33px; 
		padding-top:17px; 
		font-size: 16px; 
		color: #fce6a9; 
		text-shadow: 1px 1px 0 #000; 
		text-decoration: none; 
		text-align: center; 
		background: url("../bom-nav-item-bg.jpg") top no-repeat;
		cursor: pointer;
		background-size: cover;
		position: relative;
	}
	#bom-nav &gt; ul:first-of-type {
		display: none;
		width: 100%;
		margin-top: 0;
	}
	#bom-menu-btn:hover {
		color:white;
	}

	.bom-expand-nav {
	  background: url("/mobile/images/icon-bom-expand.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	  height: 21px;
	  position: absolute;
	  right: 20px;
	  top: 18px;
	  width: 21px;
	  z-index: 10;
	}
	.resp-expanded .bom-expand-nav {
	  background: url("/mobile/images/icon-bom-collapse.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	
	
	.charity-search-con {
		margin: 0;
	}
	
	.bom-leave-condolence-con form #Message {
		width: 225px;
	}

	.files .progress {
		width: 60px !important;
	}
	
	.files .bom-photo-descriptions {
		width: 110px;
	
	}
}</pre></body></html>