8
0

table-styling.html 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <div id="snippet-table-styling">
  2. <h3>Balance Sheet &amp; Cash Flow Statement Information</h3>
  3. <figure class="table">
  4. <table style="border-bottom:1px solid;border-left:1px solid;border-right:1px solid;border-top:1px solid;">
  5. <thead>
  6. <tr>
  7. <th style="background-color:hsl(0,0%,90%);width:317px;" colspan="1" rowspan="2"><p>&nbsp;</p><p>&nbsp;</p></th>
  8. <th style="background-color:hsl(180,97%,31%);text-align:center;width:224px;" colspan="3">Full Year (unaudited)</th>
  9. <th style="background-color:hsl(180,97%,31%);text-align:center;width:360px;" colspan="4">2019 (unaudited)</th>
  10. </tr>
  11. <tr>
  12. <th style="background-color:hsl(180,52%,58%);width:75px;">2017</th>
  13. <th style="background-color:hsl(180,52%,58%);width:75px;">2018</th>
  14. <th style="background-color:hsl(180,52%,58%);width:75px;">2019</th>
  15. <th style="background-color:hsl(180,52%,58%);width:75px;">Q1</th>
  16. <th style="background-color:hsl(180,52%,58%);width:75px;">Q2</th>
  17. <th style="background-color:hsl(180,52%,58%);width:75px;">Q3</th>
  18. <th style="background-color:hsl(180,52%,58%);width:75px;">Q4</th>
  19. </tr>
  20. </thead>
  21. <tbody>
  22. <tr>
  23. <th style="background-color:hsl(27,100%,85%);text-align:center;width:317px;"><strong>Cash, Cash Equivalents&nbsp;</strong></th>
  24. <td style="width:75px;">$44,626</td>
  25. <td style="width:75px;">$48,088</td>
  26. <td style="width:75px;">$58,717</td>
  27. <td style="width:75px;">$50,098</td>
  28. <td style="background-color:hsl(90,75%,60%);border-bottom:2px solid hsl(120,100%,25%);border-left:2px solid hsl(120,100%,25%);border-right:2px solid hsl(120,100%,25%);border-top:2px solid hsl(120,100%,25%);width:75px;">$54,432</td>
  29. <td style="width:75px;">$56,523</td>
  30. <td style="width:75px;">$58,717</td>
  31. </tr>
  32. <tr>
  33. <th style="background-color:hsl(27,100%,85%);text-align:center;width:317px;"><strong>Accounts Receivable</strong></th>
  34. <td style="width:75px;">$5,427</td>
  35. <td style="width:75px;">$6,769</td>
  36. <td style="background-color:hsl(0,100%,89%);border-bottom:2px solid hsl(0,75%,60%);border-left:2px solid hsl(0,75%,60%);border-right:2px solid hsl(0,75%,60%);border-top:2px solid hsl(0,75%,60%);width:75px;">$8,098</td>
  37. <td style="width:75px;">$6,526</td>
  38. <td style="width:75px;">$6,792</td>
  39. <td style="width:75px;">$7,083</td>
  40. <td style="width:75px;">$8,098</td>
  41. </tr>
  42. <tr>
  43. <th style="background-color:hsl(27,100%,85%);text-align:center;width:317px;"><strong>Property and Equipment, Net</strong></th>
  44. <td style="width:75px;">$9,603</td>
  45. <td style="width:75px;">$11,854</td>
  46. <td style="width:75px;">$16,524</td>
  47. <td style="width:75px;">$12,300</td>
  48. <td style="width:75px;">$12,912</td>
  49. <td style="width:75px;">$14,867</td>
  50. <td style="width:75px;">$16,524</td>
  51. </tr>
  52. <tr>
  53. <th style="background-color:hsl(27,100%,85%);text-align:center;width:317px;"><strong>Total Assets</strong></th>
  54. <td style="background-color:hsl(0,100%,89%);border-bottom:2px solid hsl(0,75%,60%);border-left:2px solid hsl(0,75%,60%);border-right:2px solid hsl(0,75%,60%);border-top:2px solid hsl(0,75%,60%);width:75px;">$72,574</td>
  55. <td style="width:75px;">$93,798</td>
  56. <td style="width:75px;">$110,920</td>
  57. <td style="width:75px;">$96,692</td>
  58. <td style="width:75px;">$101,182</td>
  59. <td style="background-color:hsl(90,75%,60%);border-bottom:2px solid hsl(120,100%,25%);border-left:2px solid hsl(120,100%,25%);border-right:2px solid hsl(120,100%,25%);border-top:2px solid hsl(120,100%,25%);width:75px;">$105,068</td>
  60. <td style="width:75px;">$110,920</td>
  61. </tr>
  62. <tr>
  63. <th style="background-color:hsl(27,100%,85%);text-align:center;width:317px;"><strong>Cash Flow from Operations</strong></th>
  64. <td style="width:75px;">$14,565</td>
  65. <td style="width:75px;">$16,619</td>
  66. <td style="width:75px;">$18,659</td>
  67. <td style="width:75px;">$3,633</td>
  68. <td style="width:75px;">$4,705</td>
  69. <td style="width:75px;">$5,083</td>
  70. <td style="width:75px;">$5,238</td>
  71. </tr>
  72. </tbody>
  73. </table>
  74. </figure>
  75. </div>