/* -----------------------------------------------------------------------------
Engine:      Gametize
Author:     Gametize Pte Ltd
Description:  Tables definitions
----------------------------------------------------------------------------- */

table { width : 100%; border-collapse: collapse; border-spacing: 0; }
th, td { padding : 8px; border : 1px solid #ccc; }
th { background : #e4e4e4 }
td { background : #fff; vertical-align : top }

.cell-fit-line { white-space: nowrap }               /* Content always remains in same line */
.cell-fit-content { white-space: nowrap; width : 1px }      /* Wrap column width to content */
.table-condensed { font-size : 0.75em; line-height : 1.25em }  /* Smaller text for larger tables */

/* Cell sizing */
.cell-fit-quarter { width : 25% }                /* Cell to take up a quarter of the table */
.cell-fit-third { width : 33% }                /* Cell to take up a third of the table */
