.btn-default {
	background-color: black !important;
	color: white !important;
	border-color: black !important;
}

/*Remove select button*/
select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background: 
}
select::-ms-expand { /* for IE 11 */
    display: none;
}