.curtainMenu {
	display: none;
	/* position: fixed; */
	position: fixed;
	background-color: white;
	top : 0;
	z-index: 10000;
	overflow-y: auto;
	overflow-x: hidden;
	border: solid 3px red !important;
}
.sideContent {
	display: none;
	/* position: fixed; */
	position: fixed;
	background-color: white;
	top : 0;
	z-index: 10000;
	overflow-y: auto;
	overflow-x: hidden;
	border: solid 3px blue !important;
}
.sideContent td{
    border: 1px solid #b9b9b9;
    padding: 10px;
    line-height: initial;
}

