1div.dwc_msgarea {
2    padding: 1em; width: 80%; height: 12em;
3    overflow:auto; border: 1px black solid;
4     margin: auto;
5 }
6
7div.dwc_msgareatop, div.dwc_advancedtop {  font-weight:bold; padding-top: 1px; padding-bottom: 4px; }
8div.dwc_msgareatop { text-align: center; }
9
10#dwc_git_advanced,#dwc_repos_div,#dcw_update_git,#dcw_db_update, #dwc_info_div, #dwc_query_div, #dwc_prune_div { display: none; }
11
12div.dwc_box {
13   border: 1px gray solid;   margin-bottom: 4px; padding: 1em;
14}
15
16#dwc_info_div { overflow: auto; margin: auto; width: 80%;  }
17table.dwc_dbq td { padding: 2px; }
18
19input[type='submit'] {
20
21   padding-left: 5px;
22   padding-right: 5px;
23   padding-top: 1px;
24   font-size: 8pt;
25   border: 1px solid #8CACBB;
26   background:  #fff url(images/buttonshadow.png) repeat-x bottom;
27   background-color: white;
28}
29div.dwc_help_btn, div.closer { text-align: right;  padding-right: 150px; }
30div.closer { padding-bottom: 1em; }
31span.dwc_hilite {
32   background-color:#FFF8D3;
33   font-weight: bold;
34}
35
36