diff --git a/look/generic.css b/look/generic.css index 2c101ecfe3..aa02e467fa 100644 --- a/look/generic.css +++ b/look/generic.css @@ -1065,4 +1065,17 @@ table.noborders th { #service-notice h1 { font-size: 120%; margin-top: 0; + font-weight: bold; +} + +#service-notice .close { + background-color: rgb(214,234,245); + border: 2px solid rgb(32,45,121); + color: rgb(32,45,121); + padding: .5em; + font-size: 110%; + font-weight: normal; + float: right; + cursor: pointer; + display: block; }