blob: 51b74070fb02e862d2a191b31fe509d1158ae10e [file] [log] [blame]
Scott Bakere41c9082014-10-27 23:02:48 -07001.test-table td, th {
2 border: 1px solid black;
3}
4
Scott Bakerd044c8f2014-10-28 14:46:13 -07005#rightSide {
Scott Baker3df41942014-10-28 12:44:13 -07006 position: fixed;
7 top: 1em;
8 right: 1em;
Scott Bakerd044c8f2014-10-28 14:46:13 -07009}
10
11#detailBox {
12 padding: 10px;
13 border: 2px solid;
Scott Baker3df41942014-10-28 12:44:13 -070014 background-color: #f0f0f0;
Scott Bakerd044c8f2014-10-28 14:46:13 -070015 margin-bottom:50px;
16 display:none;
17}
18
19#errorBox {
20 padding: 10px;
21 border: 2px solid;
22 background-color: #f00000;
23 margin-bottom:50px;
24 display:none;
Scott Baker3df41942014-10-28 12:44:13 -070025}
26