8
0

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