Font weight and centering for inline code?

Hi everyone

I am trying to use custom CSS for inline code. I used the following so far, but I can’t figure out how to center the text to align it with other text in the node, and I can’t get it to have the same font weight as the other font in the node. See the image at bottom. Any help appreciated!

.node-inline-code {background-color:#eee;color:#000;font-family:'Whitney';padding-top:2px;padding-bottom:2px;padding-right:5px;padding-left:5px;}

.node-multiline-code, .node-inline-code {
    font-size: 100% !important;
}