/* Enter Your Custom CSS Here */
td.crayon-code { background: transparent !important }
.post-header { margin-bottom: 17px; }
.post-content input[type="email"],
.post-content input[type="text"], 
.post-content input[type="tel"],
.post-content input[type="url"],
.post-content input[type="password"],
.post-content textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 0.9em;
    border: none;
    color: #333;
    background: #f2f2f2;
    border-radius: 3px;
    -webkit-appearance: none;
}