MOON
Server: Apache
System: Linux host.sunshiene.com 4.18.0-553.121.1.el8_10.x86_64 #1 SMP Thu Apr 30 09:06:34 EDT 2026 x86_64
User: clientsoftwares (1005)
PHP: 8.2.31
Disabled: system, exec, mail, shell_exec, passthru, popen, proc_open, pcntl_exec, dl, ini_alter, ini_restore, symlink, link, chown, posix_kill
Upload Files
File: /home/clientsoftwares/public_html/pollitechs.clientsoftwares.com/assets/pdf/memberreport.css
* {
	margin: 0px;
	padding: 0px;
	color: #333
}

img {
	width: 60px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

td, th {
	padding: 5px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

th {
	padding: 10px 5px !important;
	background: #d9edf7
}

h2, h4, p {
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 30px;
}


.reportheader {
	text-align: center;
	margin-bottom: 10px;
}

.reportheader p {
	margin-bottom: 0px;
}

.reporttable {
	width: 100%;
	overflow: hidden;
	border-collapse: collapse;
}

.reportfooter {
	margin-top: 15px;
	text-align: center;
}
.reportfooter h4 {
	margin-bottom: 2px;
}
.reportfooter p {
	margin-bottom: 2px;
}

.reportnotfound {
	text-align: center;
	font-size: 20px;
	border: 1px solid #ddd;
	padding: 15px 10px;
}