body{
	margin: 0;
	background-color: #ffffff!important;
}
.table{
	color: #474747;
	font-size: 14px;
}
.table th, .table td {
	vertical-align: middle!important;
	/* text-align: center; */
}
.table th {
	text-align: center;
}
.table tr{
	height: 20px;
}
.table th input[type="text"], .table td input[type="text"] {
	margin-bottom: 0;
}
.table td a{
	color:#474747;
}
.space{
		white-space: pre;
}
input[readonly], select[readonly], textarea[readonly] {
     cursor: auto;
}
a, a:focus, a:hover, a:active {
    color: #474747;
}
.fontsize20{
	font-size: 20px;
}
.fontsize14{
	font-size: 14px;
}
.divideline{
	height: 10px;
	border-top: 3px solid #dcdcdc;
}
.pl6{
	padding:4px 6px;
}
.body-frame{
	background-color: #ffffff!important;
}
.page-content-frame{
	margin-left: 0;
	min-height: 0;
}

textarea{
	resize: none;
	box-sizing: border-box;
}
input[type="text"]{
    padding: 0px 6px;
}