a:hover { cursor: pointer !important; }

h2 { font-weight: bold; }
li { position: relative; }
ul li ul { display: none; }
ul li:hover ul {
	display: block;
	position: absolute;
	top: 35px;
}
ul li ul li {
	padding: 0 10px !important;
	width: auto;
	background: #372737;
	font-size: 10px;
}
ul li ul li a { font-size: 12px !important; }
ul#wrc-enhance li {
	margin-left: 50px;
	font-size: 18px;
	line-height: 1.5em;
	margin-top: 15px;
	margin-bottom: 15px;
}
p { font-size: 18px; }
figure { width: 234px; }
figcaption { text-align: center; }
img.capture-1 {
	margin: auto;
	display: block;
	padding: 10px 4px;
}
img.capture-2 {
	margin: 0 0 0 20px;
	padding: 6px;
	float: right;
	border: 1px solid rgba(0,0,0,0.13);
}
img.fig-2 {
	margin-left: auto;
	margin-right: 0;
	float: none;
	display: block;
}
img.fig-4 { margin: 20px; }
footer { margin-top: 75px; }
#header {
	width: 100%;
	height: 117px;
}
#fig { margin-bottom: 50px; }
.wsite-header { background-image: url(./theme/capture.png) !important; }
.wsite-content-title {
	text-align: center;
	font-weight: bold;
}
.red { color: rgb(168, 46, 46); }
.alignright { float: right; }
.aligncenter { text-align: center; }
.clear { clear: both; }
.flexrow {
	margin: 25px 0;
	display: flex;
	justify-content: space-between;
}
.flexrow div { width: 45%; }
.wrc {
	width: 100%;
	text-align: center;
}
.wrc img { margin: auto; }