/* CSS for metaboxes in the post-edit view in wordpress */
/* TODO: This should probably not be included in the base plugin library. */
#gitget_metabox-sortables .fsd_outline_div label  {
    margin-top: 5px;
    margin-bottom: 5px;
}

#gitget_metabox-sortables label {
    display: inline-block;
    cursor: pointer;
    margin-top: 13px;
    margin-bottom: 0px;
}

.sp-replacer.sp-light {
    margin-right: 10px;
    margin-left: 6px;
}

.fsd_outline_div {
    border: 1px;
    border-color: lightgrey;
    border-style: dashed;
    padding: 3px;
}

textarea.fsd_textarea_shadow {
    margin-top:5px;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    transition: 50ms border-color ease-in-out;
}

.fsd_hidden_input {
    width:0;
    height:0;
    padding:0;
    border:0;
}

.error-text {
    color: red;
}

.gitget_readme {
    height:400px; 
    margin-top:10px;   
}

#gitget_post_class {
    margin-top:10px;
    margin-bottom:5px;
}

.gitget_padded {
    padding:7px;
    margin-top:5px;    
    display:inline-block;
}

#gitget_post_class label  {
    font-weight: 500;
}
