/* Example table styles */
#ExampleTable { margin: 12px 0px 12px 0px; border: 1px solid #000000; }

#ExampleTable td { padding: 3px; }
#ExampleTableHolder { text-align: center; }

.ExampleColumnText { width: 200px; text-align: left; }
.ExampleColumnPercentage { width: 50px; padding-right: 10px !important; text-align: right; }
.ExampleColumnAmount { width: 60px; text-align: right; }
.ExampleColumnSign { width: 30px; padding-right: 10px !important; text-align: left; }
.ExampleHeader { background-color: #cccccc; font-weight: bold; }

.ExampleRight { padding-right: 10px !important; }
.ExampleTop { padding-top: 5px !important; padding-bottom: 5px !important; }
.ExampleLeft { padding-left: 10px !important; }
.ExampleBottom { padding-bottom: 10px !important; }
.ExampleUnderline { border-bottom: 1px solid #000000; }

