/*
    PD Plugin Custom CSS
    @author Piccirilli Dorsey, Inc. (Nicholas O'Donnell)
    @copyright 2017
*/

/* Style script fields */
#fields-scripts,
#fields-googleAnalytics {
    background: rgb(17, 17, 17);
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    padding: 16px;
    line-height: 22px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;

    outline: none;
    box-sizing: border-box;
    box-shadow: none;
    border: 0;
}
