/* How to round corners (this color code is for the big frame background)*/
div.window > div {
background-attachment: fixed;
border: 0px solid #1dad54;
border-radius: 10px !important;
}
/* How to center Heade Line 1 and 2 (this color code is for the big frame background)*/
table.ViewTable2 tr.HeadLine th {
text-align: center !important;
font-size: 1.3em;
padding-bottom: 0;
color: White;
background-color: #1dad54;
}
/* How to change Header 1, 2 and Column Header (this color code is for the column headers background)*/
div.window > div > div > div > table > thead > tr > th {
top: 0px !important;
background-color: #95f0b7;
color: Black;
text-align: center;
}