<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*--------------------------------------
  STRUCTURE
---------------------------------------*/

.guest_box{ 
	width: 100%;
	height: 100%;
	display: table;
	/*word-break: break-all;*/
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-top: 1.2em;	
	padding-bottom: 1.2em;
	margin-top: 1.5em !important; 
}

	.guest_box_inner{
		vertical-align: middle;
		width: 100%;
		max-width: 1px;
		display: table-cell;
	}
	
		.guest_box_left{
			vertical-align: top;
			width: 120px;
			float: left;
		}
		
			.guest_box_thum{
				width: 100%;
				border: 2px solid #f4f4f4;
			}
		
		.guest_box_right{
			margin-left: 120px;
			padding-left: 0.75em;
			padding-right: 0.5em;
		}
		
			.guest_name{
			
			}
			
			.guest_prof{
				font-size: 85% !important; 
			}
			
			.guest_text{
				width: 100%;
				clear: both;
			}

.guest_box a         { color: #e00000!important; }
.guest_box a:link    { text-decoration: none!important; }
.guest_box a:visited { text-decoration: none!important; }
.guest_box a:hover   { text-decoration: underline!important; }
.guest_box a:active  { text-decoration: underline!important; }

.mt-000 { margin-top: 0 !important; }
.mt-010 { margin-top: 0.1em !important; }
</pre></body></html>