|
@@ -66,10 +66,10 @@ body {
|
|
|
width: 102%;
|
|
|
border: 1px solid #C2DBF2;
|
|
|
padding: 7px;
|
|
|
- background: #ffedf0;
|
|
|
- opacity: 0.5;
|
|
|
+ background: #ffffff;
|
|
|
+ opacity: 0.3;
|
|
|
color:white;
|
|
|
- font-family: Sans;
|
|
|
+ font-family: Arial,Sans,Verdana;
|
|
|
font-size: 12px;
|
|
|
text-align: center;
|
|
|
z-index: 99990;
|
|
@@ -85,7 +85,7 @@ body {
|
|
|
padding: 7px;
|
|
|
opacity: 1.0;
|
|
|
color:black;
|
|
|
- font-family: Sans;
|
|
|
+ font-family: Arial,Sans,Verdana;
|
|
|
font-size: 12px;
|
|
|
font-weight: 400;
|
|
|
text-align: right;
|
|
@@ -94,6 +94,6 @@ body {
|
|
|
.header {
|
|
|
height: 65px;
|
|
|
vertical-align: middle;
|
|
|
- border-bottom: 1px solid #2c2f34;
|
|
|
+ border-bottom: 0px solid #2c2f34;
|
|
|
padding: 8px;
|
|
|
}
|