*************** *** 1,9 **** - .acquia_marina-corner-wrapper h2.title { background-color: #94CE18; color: #fff; padding: 8px 8px 6px 46px; text-align: right; - text-shadow: #545454 1px 1px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-left-radius: 4px; --- 1,14 ---- + .acquia_marina-corner-wrapper h2.pane-title { background-color: #94CE18; color: #fff; + font-family: Myriad Pro,Myriad Web Pro Regular,Lucida Grande,Geneva,Trebuchet MS,sans-serif; + font-size: 1.333em; + font-weight: 600; + margin: 0 0 10px; padding: 8px 8px 6px 46px; text-align: right; + text-shadow: #545454 1px 1px; + text-transform: uppercase; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-left-radius: 4px; *************** *** 74,76 **** background-position: left; padding: 0 0 0 8px; } --- 79,89 ---- background-position: left; padding: 0 0 0 8px; } + + .acquia_marina-corner-wrapper .pane-content { + padding: 0 6px; + } + + .acquia_marina-corner-wrapper div.node h2.title { + border: none; + }