Datetime picker inherits style from my table
问题 I'm using the datepicker from eonasdan (https://github.com/Eonasdan/bootstrap-datetimepicker) It works great, but when I put it inside a table, it inherits the style of the table. It is as if the datepicker also becomes a table. How can I avoid this? I have the following in my CSS: table.table { tr { th { color: #ff0000; //red } } } This is my html file: <table class="table"> <tr> <th>Reconcile Date</th> </tr> <tr> <td> <div class="pickdate"> <input type="text" placeholder="Reconcile Date"