/*--------------------------------------
CONTEXT LINKS
---------------------------------------*/
#screen-meta {
    border:none;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

#contextual-help-link-wrap, #screen-options-link-wrap {
    float: right;
    height: 30px;
    margin: 0 0 0 6px;
    border: none;
    background: #FFF;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.05);
}

#screen-meta-links .show-settings {
    border: 0;
    background: 0 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #777;
    font-size: 0.8rem;
    line-height: 1.5rem;
    padding: 3px 6px 3px 16px;
    text-shadow: none;
}
