/**
 * All of the CSS for the admin-specific functionality 
 *
 * @author     Mathias Carlsson <info@mathiascarlsson.se>
 */

#wp_ie_check-wrapper hr{
	margin: 14px 0px;
}

/**
 * Button
 */
#wp_ie_check-wrapper .button-delete {
    background: #D16E15 none repeat scroll 0% 0%;
    border-color: #0073AA;
    box-shadow: 0px 1px 0px rgba(255, 125, 125, 0.5) inset, 0px 1px 0px rgba(0, 0, 0, 0.15);
    color: #FFF;
    text-decoration: none;

    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0px;
    padding: 0px 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}

#wp_ie_check-wrapper .button-delete:hover {
	 background: #D1512A none repeat scroll 0% 0%;
}