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;
}