body {
- background : #f9fbff;
+ background : #f5f5f5;
color : black;
padding : 0px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background : white;
border : 1px solid #ccc;
padding : 10px;
- border-radius : 4px;
- box-shadow : inset 0 0 3px rgba(0,0,0,0.1);
}
p.warning {
}
.floatingLogo {
- float : right;
- position : relative;
- top : -10px;
+ display : none;
}
a {
font-size : 12px;
border-style : solid;
border-color : #ccc;
- border-radius : 4px;
border-width : 1px;
box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
}