
body {
	margin: 0;
    font-family: Arial,sans-serif;
    	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-size: 1.16rem;
    height: 125px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;   
        margin-left: 15px;
    margin-right: 15px;
    box-sizing: border-box;
    }

#select-id1 {
    padding:12px 20px !important;
    background-image: url(/sites/omni00.d8.webpactserver.nl/themes/custom/images/select-arrow-down.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: right 13px top 16px; 
    -webkit-appearance: none;
    -moz-appearance: none;
    border: solid 1px #b2b2b2;
    color: #050505;
    border-radius: 4px;
    font-size: 17px;  
    transition: 0.2s ease;
    width:100%;
        background-color: #FFF;
        text-align:left;
} 
  
#select-id1:hover {
	  border: solid 1px #000;
	  cursor:pointer; 
} 

button#ga1 {

border: none;
    background-color: #ff984c;
  border-radius: 1000px;
   padding: 14px 27px;
       color: #FFF;
    cursor: pointer; 
    font-weight: bold;
 font-size: 16px;
    /*letter-spacing: 0.04rem;*/
    text-shadow: 0px 0px 2px #d18005;
    transition: 0.2s ease;
        margin-top: 10px;

} 

button#ga1:hover {
	background-color: #221;
  }