/* #wedoHeader a img{
	content: url("https://williams.bigmachines.com/bmfsweb/williams/image/Homepageimages/we_do_log_in_masthead_Williams.png");
	width: 400px!important;
} */

header[role=banner] span~p:nth-last-child(1){
	color: #F5F5F5!important;
	font-size: 1pt!imprtant;
	font-weight: 100pt!important;
	width: 300px;
	height: 80px;
	background: url("https://wedo.bigmachines.com/bmfsweb/wedo/image/Homepageimages/we_do_log_in_masthead_Williams.png");
	background-size: 270px 70px;
	background-repeat: no-repeat;
}


input[name=runRatingCalcs]{
	appearance: none; 
    color: white;
    background: linear-gradient(to bottom, #AEAEB6 5%, #6A6976 100%);
    opacity: 0.9;
    width: 130px!important;
    border-radius: 4px;
    /* width: 4em; */
    text-align: center;
    font-weight: bold;
    height: 2.2em;
    padding: 3px!important;   
	cursor: pointer;
	box-shadow: none;
    text-shadow: none;
}


input[name=runRatingCalcs]::before{
	font-size: 14px;
    font-weight: 500;
	cursor: pointer;
	content: "Run Rating Calcs"; 
}