The original CSS.
Code:
.p-pb {
background-color: #113166;
display: block;
font-family: "Liberation Serif", serif;
font-size: 1em;
font-weight: bold;
line-height: 120%;
text-align: center;
color: white;
margin: auto;
padding: 0.4in;
border: #0986ed solid 4pt;
border-radius: 7px;
}
The new CSS
Code:
.p-pb {
background-color: #113166;
display: block;
font-weight: bold;
line-height: 1.2;
text-align: center;
color: white;
border: #0986ed solid 4pt;
border-radius: 7px;
}