/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
#poststuff .separator-title {
 	font-weight: 700;
 }

.docs-link {
	color: #63c6a7 !important;
}
.pro-link {
	color: #ff0036 !important;
}

.btn-buy {
    background-color: #191970;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 40px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
}