1#xcom_htm, #xcom_pre, #xcom_action  {
2   border: 1px solid gray;
3   padding: 4px;
4   margin-top: 8px;
5   overflow:scroll;
6   height: 450px;
7}
8#xcom_htm, #xcom_pre {
9   height: 450px;
10}
11#xcom_action {
12   height: 250px;
13}
14
15div.xcom_editdiv, div.l_ocal_side  {
16     margin-top: 8px;
17}
18div.local_side  {
19   /*display:none; */
20   background-color: #eee;
21   height: 2em;
22   float: right;
23}
24div.xcom_sites {
25  padding-top: 8px;
26}
27#xcom_status {
28   border-top: 1px solid gray;
29   padding: 4px;
30   margin-top: 20px;
31   background-color: #eee
32}
33
34div.xcom_view_status, #xcom_htm_title, #xcom_pre_title, #xcom_editable_title, #xcom_action_title  {
35   background-color: #eee;
36   text-align:center;
37   margin-top: 8px;
38}
39
40#xcom_status a:link {color:#333;}    /* unvisited link */
41#xcom_status a:visited {color:#333;} /* visited link */
42#xcom_status a:hover {color:#999;}   /* mouse over link */
43#xcom_status a:active {color:#000;}  /* selected link */
44button.xcom_send_but, a.xcom_send_but { color: #2b73b7;  font-weight:600; }
45a span.xcom_send_link { color: #2b73b7; float:right;  margin-right:24px;}
46
47table.xcom_center {
48    margin:auto;
49  }
50 td.xcom_snippet, td.xcom_none  {
51   border-bottom: 2px solid black;
52}
53