body {
	font-family: -apple-system, BlinkMacSystemFont, "Roboto", arial, sans-serif;
	color: white;
	padding: 27px 32px 35px 35px;
	/* background-color: #F3F0E9; */
	background-color: transparent;
	width: 327px;
	/* box-shadow: inset 0 0 0 2px brown; */
	box-sizing: border-box;
	margin: 0
}

a {
	text-decoration: none;
	color: white
}


	#panel-main {
		height: auto;
		width: 260px;
		/* box-shadow: inset 0 0 0 2px green; */
	}

		#row-close {
			height: 16px;
			/* background: rgba(255,0,0,0.30); */
		}

		#sep1 {
			height: 0px;
			margin-bottom: -15px;
		}
	
		#row-h1 {
			display: inline-block;
			height: 145px !important;
			width: 100px;
			vertical-align: top;
			/* background: rgba(255,0,0,0.30); */
		}
		
			#row-h1 a {
				display: block;
				position: relative;
				font-size: 22px;
				font-weight: 600;
				letter-spacing: 0;
				line-height: 40px;
				transition: all .15s ease-in-out;
				left: 0px;
			}	
		
				#row-h1 a:hover {
					opacity: .7;
				}
	
		#row-h1b {
			display: inline-block;
			height: 145px !important;
			width: 100px;
			vertical-align: top;
			/* background: rgba(255,0,0,0.30); */
		}
		
			#row-h1b a {
				display: block;
				position: relative;
				font-size: 22px;
				font-weight: 600;
				letter-spacing: 0;
				line-height: 40px;
				transition: all .15s ease-in-out;
				left: 0px;
			}	
		
				#row-h1b a:hover {
					opacity: .7;
				}
	
		#row-0 {
			display: block;
			height: 150px !important;
			width: 200px;
			vertical-align: top;
			/* background: rgba(255,0,0,0.30); */
		}
		
			#row-0 a {
				display: block;
				position: relative;
				font-size: 22px;
				font-weight: 600;
				letter-spacing: 0;
				line-height: 40px;
				transition: all .15s ease-in-out;
				left: 0px;
				margin-bottom: 20px;
			}
		
				#row-0 a:hover {
					opacity: .7;
				}
				
		.subtitle {
			opacity: 0.4;
			font-size: 16px;
			color: #FFFFFF;
			letter-spacing: 0;
			margin-top: 15px
		}


		#sep2 {
			height: 20px;
		}
	
		#row-h2 {
			height: 43px;
			/* background: rgba(255,0,0,0.30); */
		}
	
			#row-h2 a {
				display: block;
				position: relative;
				font-size: 22px;
				font-weight: 600;
				letter-spacing: 0;
				line-height: 40px;
				transition: all .15s ease-in-out;
				left: 0px;
			}
		
				#row-h2 a:hover {
					opacity: .7;
				}

		#sep3 {
			height: 40px;
		}
	
		#row-socials {
			display: none
		}
					
	#panel-foot {
		height: 61px;
		width: 260px;
		/* box-shadow: inset 0 0 0 2px green; */
		position: relative;
		padding-top: 20px;
		bottom: 0;
		top: 10px;
		font-size: 12px;
		letter-spacing: .3px
	}

		#row-copyright {
			height: 23px;
			/* background: rgba(0,0,255,0.30); */
			opacity: 0.4;
		}
		
		#row-legal {
			height: 26px;
			box-sizing: border-box;
			/* background: rgba(255,0,0,0.30); */
		}
		
			.legal {
				padding-top: 10px;
				display: inline-block;
				width: 128px;
				opacity: 0.4;
				transition: opacity .15s ease-in-out
			}
		
				.legal:hover {
					opacity: 0.7;
				}