.container {
  
  
}
.manImg {
  display: none;
  position:absolute;
  z-index: 999;
}
.hover-text:hover ~ .manImg {
  display: block;  
}




ul.css-tabs {
	margin:0 !important;
	padding:0;
	height:30px;
	border-bottom:1px solid #666;
}

/* single tab */
ul.css-tabs li {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
}

/* link inside the tab. uses a background image */
ul.css-tabs a {
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;
	text-decoration:none;
	border:1px solid #666;
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	position:relative;
	top:1px;
	outline:0;
	border-radius:4px 4px 0 0;
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}

/* selected tab */
ul.css-tabs a.current {
	background-color:#ddd;
	border-bottom:1px solid #ddd;
	color:#000;
	cursor:default;
}


/* tab pane */
.css-panes div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#ddd;
}

input.ham { font-family:"HamNoSysUnicode"; font-size:xx-large }
button.ham {
	width:1.4em;
	height:1.4em;
	background-color:white;
	font-family:"HamNoSysUnicode";
	font-size:xx-large;
		display: inline-block;
	position: relative;
	text-decoration: none;
	text-align: center;
	padding: 8px 12px;
	font-weight: 700;
	border-radius: 4px;
	border: 1px solid #bcbcbc;
}

div1{
background-color:#ffffff;
font-size:40px;
width:700px;
height:100%;
}


hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}
