Variables
Const Table
Table: string & StyledComponentBase<"div", any, __type, never> = styled.div`min-height: 100vh;min-width: 100vw;display: flex;flex-direction: column;font-size: 14pt;font-family: 'Open Sans', arial, sans-serif;`
Const TableColumn
TableColumn: string & StyledComponentBase<"div", any, __type, never> = styled.div`display: flex;flex: 1;flex-direction: row;`
Const TableData
TableData: string & StyledComponentBase<"div", any, any, never> = styled.div<any>`padding: 20px;box-sizing: border-box;flex: 1;background: ${props => props.theme.backgroundContent};`