/*
                .choice table {
                    width: 100%;
                }

                .choice thead, tbody, tr, td, th { display: block; }

                .choice tr:after {
                    content: ' ';
                    display: block;
                    visibility: hidden;
                    clear: both;
                }

                .choice thead th {
                    height: 30px;

                    /*text-align: left;*/
                }.choice tfoot th {
                    height: 30px;

                    /*text-align: left;*/
                }

                .choice tbody {
                    height: 250px;
                    overflow-y: auto;
                }

                .choice thead {
                    /* fallback */
                }
       
