/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.hidden {
    display: none;
}

.spinner {
    display: none;
    float:none;
    width:auto;
    height:auto;
    padding:10px 0 10px 25px;
    background-position: 0px 10px;
}
.spinner.is-active {
    display: inline-block;
}

.wp-core-ui .button-primary-disabled, 
.wp-core-ui .button-primary.disabled, 
.wp-core-ui .button-primary:disabled, 
.wp-core-ui .button-primary[disabled] {
    color: #383838 !important;
    background: #d8d8d8 !important;
    border-color: #9e9e9e !important;
    box-shadow: none !important;
    text-shadow: none !important;
    cursor: no-drop;
}

.created-by-info {
    margin-top: 5%;
    opacity: 0.7;
}