13693261870
2022-09-16 354b3dbfbffb3df45212a2a44dbbf48b4acc2594
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
body {
    color: #000;
    background-color: #fff;
    font: 100%/1.2 sans-serif;
}
 
:link {
    color: #1593D3;
}
 
:visited {
    color: #38C;
}
/* Logo */
.header {
    background: #247201 url(http://filamentgroup.com/images/headerbg-new.jpg) no-repeat bottom left;
}
#fg-logo {
    text-indent: -9999px;
    margin: 0 auto;
    width: 287px;
    height: 52px;
    background-image: url(http://filamentgroup.com/images/fg-logo-icon.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5){
    #fg-logo {
        background-size: 287px 52px;
        background-image: url(http://filamentgroup.com/images/fg-logo-icon-lrg.png);
    }
}
 
/* Customized Demo CSS for our Demo Tables */
.tablesaw-columntoggle td.title a,
.tablesaw-swipe td.title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 10em;
}
@media (min-width: 40em) {
    td.title {
        max-width: 12em;
    }
    .tablesaw-stack td.title a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 10em;
        max-width: 40vw;
    }
}