24 lines
282 B
CSS
24 lines
282 B
CSS
.company-profile h4 {
|
|
margin-bottom: 0px;
|
|
color: #264D69;
|
|
margin-top: 15px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.supporters h4 {
|
|
padding-top: 15px;
|
|
text-align: right;
|
|
}
|
|
|
|
.logo {
|
|
text-align: center;
|
|
}
|
|
|
|
.loggedInBox {
|
|
margin: 10px 0;
|
|
clear: both;
|
|
}
|
|
|
|
.siteMessage {
|
|
width: 100%;
|
|
} |