/* table-pager */
    div.pager {
	        padding: 10px 0 10px 0;
            width: 100%;
	}

/* tables-sorter */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;  <-- matrix
	margin:10px 0pt 15px;
	font-size: 8pt;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #D8E7FF;  <-- labels
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color:#EAFAFF;  <-- row 2
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#FFFFFF;  <-- row 1

}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;  <-- highlighted selection
}

         /* Font Definitions */
         @font-face
         {font-family:"\FF2D\FF33 \660E\671D";
         panose-1:0 0 0 0 0 0 0 0 0 0;
         mso-font-charset:128;
         mso-generic-font-family:roman;
         mso-font-format:other;
         mso-font-pitch:fixed;
         mso-font-signature:1 134676480 16 0 131072 0;}
         @font-face
         {font-family:"\FF2D\FF33 \660E\671D";
         panose-1:0 0 0 0 0 0 0 0 0 0;
         mso-font-charset:128;
         mso-generic-font-family:roman;
         mso-font-format:other;
         mso-font-pitch:fixed;
         mso-font-signature:1 134676480 16 0 131072 0;}
         @font-face
         {font-family:Cambria;
         panose-1:2 4 5 3 5 4 6 3 2 4;
         mso-font-charset:0;
         mso-generic-font-family:auto;
         mso-font-pitch:variable;
         mso-font-signature:3 0 0 0 1 0;}
         /* Style Definitions */
         p.MsoNormal, li.MsoNormal, div.MsoNormal
         {mso-style-unhide:no;
         mso-style-qformat:yes;
         mso-style-parent:"";
         margin:0cm;
         margin-bottom:.0001pt;
         mso-pagination:widow-orphan;
         font-size:12.0pt;
         font-family:Cambria;
         mso-ascii-font-family:Cambria;
         mso-ascii-theme-font:minor-latin;
         mso-fareast-font-family:"\FF2D\FF33 \660E\671D";
         mso-fareast-theme-font:minor-fareast;
         mso-hansi-font-family:Cambria;
         mso-hansi-theme-font:minor-latin;
         mso-bidi-font-family:"Times New Roman";
         mso-bidi-theme-font:minor-bidi;}
         span.SpellE
         {mso-style-name:"";
         mso-spl-e:yes;}
         span.GramE
         {mso-style-name:"";
         mso-gram-e:yes;}
         .MsoChpDefault
         {mso-style-type:export-only;
         mso-default-props:yes;
         font-family:Cambria;
         mso-ascii-font-family:Cambria;
         mso-ascii-theme-font:minor-latin;
         mso-fareast-font-family:"\FF2D\FF33 \660E\671D";
         mso-fareast-theme-font:minor-fareast;
         mso-hansi-font-family:Cambria;
         mso-hansi-theme-font:minor-latin;
         mso-bidi-font-family:"Times New Roman";
         mso-bidi-theme-font:minor-bidi;}
         @page WordSection1
         {size:595.0pt 842.0pt;
         margin:72.0pt 90.0pt 72.0pt 90.0pt;
         mso-header-margin:35.4pt;
         mso-footer-margin:35.4pt;
         mso-paper-source:0;}
         div.WordSection1
         {page:WordSection1;}


/* clear button */
.round-button {
            display:block;
            width:60px;
            height:20px;
            line-height:20px;
            border: 2px solid #f5f5f5;
            border-radius: 20%;
            color:#f5f5f5;
            text-align:center;
            text-decoration:none;
            background: #565656;
            box-shadow: 0 0 3px gray;
            font-size:12px;
            margin-left:auto;margin-right:auto;display:block;
            <--font-weight:bold;
        }

.round-button:hover {
            background: #262626;
            }