.edus2 input[type="text"]:not(.big-login-input):not(.small-login-input), 
.edus2 input[type="password"]:not(.big-login-input):not(.small-login-input), 
.edus2 input[type="number"] {	
	border: solid 1px #d9d9d9;
	color: inherit; 
	height: inherit !important;
	font-family: inherit;
	font-size: 14px;
	line-height: inherit;
}
.edus2-pagetitlebar input[name=searchstring][type=text]{
	color: #000;
}

.edus2 select {

	font-family: "Roboto", sans-serif;
	font-size: unset !important;
	border: unset !important;
	color: unset !important;
	height: unset !important;
	background: unset !important;
	appearance: menulist;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    padding-right: unset;
    padding-left:  unset;
	padding-right: unset;

	background-color: #fff !important;
    border: solid 1px #d9d9d9 !important;
    border-radius: 3px !important;
    padding: 5px !important;
    font-size: 14px !important;
    box-sizing: content-box;
}

.edus2 h1{
	background: none;
	font-size: 1.8em;
  	font-family: 'Roboto', sans-serif;
	height: unset;
	margin: 1em 0;
	color: #222;
	padding-top: 0;
	padding-left: 0;
	font-weight: bold;
}

.edus2 .block-title{
	color: #222;
}