﻿        div.ex_table_container{
            width: 640px!important;
            padding: 5px!important;
            min-height: 30px!important;
        }
            div.ex_table_container div.ex_header {
                text-align: center!important;
                min-width: 40px!important;
                clear: right!important;
                float: left!important;
                font: bold 12px Arial,Helvetica,sans-serif!important;
                border-radius: 3px 3px 0 0!important;
                background: #efefef!important;
                background: url(data:image/svg+xml!important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
                background: -moz-linear-gradient(top, #efefef 0%, #dedede 100%)!important;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#dedede))!important;
                background: -webkit-linear-gradient(top, #efefef 0%,#dedede 100%)!important;
                background: -o-linear-gradient(top, #efefef 0%,#dedede 100%)!important;
                background: -ms-linear-gradient(top, #efefef 0%,#dedede 100%)!important;
                background: linear-gradient(to bottom, #efefef 0%,#dedede 100%)!important;
                padding: 5px 10px!important;
                vertical-align: middle!important;
                color: #555!important;
                box-shadow: 0 -1px 3px #DDD!important;
                text-shadow: 0 0 1px white!important;
            }
            div.ex_table_container tbody {
                 margin: 0!important;
                padding: 0!important;
                font: 11px Arial,Helvetica,sans-serif!important;
                direction: ltr!important;
            }
            div.ex_table_container tbody th {
                text-align: left!important;
                padding: 6px 0 6px 10px!important;
                color: #3AADDA!important;
            }
            div.ex_table_container table.exchange_list {
                margin: 0!important;
                padding: 0!important;
                font: 11px Arial,Helvetica,sans-serif!important;
                direction: ltr!important;
                border: 1px solid #dedede!important;
                width: 640px!important;
            }
                div.ex_table_container table.exchange_list tr {
                    padding: 2px!important;
                    font-size: 100%!important;
                    vertical-align: baseline!important;
                }
                div.ex_table_container table.exchange_list tr td{
                    text-align: left!important;
                    padding: 6px 0 6px 10px!important;
                    border-top: 1px solid #EDEDED!important;
                }
                  div.ex_table_container table.exchange_list tr td.ex_name {
                    font-weight: bold!important;
                    padding-left: 25px!important;
                    background: url(../img/a-t.png) 5px 67px repeat-y transparent!important;
                    cursor: pointer;
                  }
                  div.ex_table_container table.exchange_list tr td.ex_name a {
                    text-decoration: none!important;
                  }
                  div.ex_table_container table.exchange_list tr td.ex_name a:hover {
                    color: #62A29E!important;
                  }
                  div.ex_table_container table.exchange_list tr td.greenup{
                    background: url(../img/a-t.png)  5px 97px repeat-y transparent!important;
                  }
                  div.ex_table_container table.exchange_list tr td.ex_diff, div.ex_table_container table.exchange_list tr td.ex_percent {
                    color: #B30707!important;
                    direction: ltr!important;
                  }
                   div.ex_table_container table.exchange_list tr td.greentx{
                    color: #0F871D!important;
                   }