.wp-core-ui .button, .wp-core-ui .button-primary, 
.wp-core-ui .button-secondary {
    height: inherit;
    padding: 4px 12px;
}

.wp-core-ui .button.positive,
.wp-core-ui .button.positive:active {
    background: #5cb85c;
    background-color: #5cb85c;
    border-color: #4cae4c;
    box-shadow: 0 !important;
}

.wp-core-ui .button.positive:active,
.wp-core-ui .button.positive:hover {
    box-shadow: inset 0 2px 0 #489248;
}

.wp-core-ui .button.negative {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}

.wp-core-ui .button.positive,
.wp-core-ui .button.negative {
    text-shadow: 0 -1px 1px #464646, 
        1px 0 1px #464646, 
        0 1px 1px #464646, 
        -1px 0 1px #464646;
	color: #fff;
}

.form-table input[type=text],
.form-table textarea {
	width: 75%;
}

.neqas-seperator {
	margin: 10px 0 0;
}

#wpfooter {
	position: inherit;
}

.form-table th {
    width: 300px;
}

.neqas-txt {
    font-weight: 700;
}

.neqas-txt.yellow {
	color: #aa27a5;
}

.neqas-txt.yellow:hover {
	color: #740970;
}

.neqas-txt.green {
    color: #3faf13;
}

.neqas-txt.green:hover {
    color: #358316;
}

.alternate,
.striped>tbody>:nth-child(odd),
ul.striped>:nth-child(odd) {
    background-color: #e2e7f7;
}

.analyte-table th {
    min-width: 80px;
    text-align: left;
}

input[type=url], 
input[type=email] {
    min-width: 280px;
}