body {
    background-color: #00a059;
}
/*font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Source Sans Pro', sans-serif;*/
.container {
    margin: 70px;
    text-align: center;
}
.basic-style {
    border: 2px solid #d9d9d9;
    border-radius: 2px;
    font-size: 14px;
    color: #4d4d4d;
}
.style-my-combo {
    background-color: #fff;
	margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, #000 50%),
		linear-gradient(135deg, #000 50%, transparent 50%),
		linear-gradient(to right, #d9d9d9, #d9d9d9);
		background-position:
		calc(100% - 11px) calc(1em + 1px),
		calc(100% - 6px) calc(1em + 1px),
		100% -1px;
	background-size:
	    5px 5px,
	    5px 5px,
	    1.7em 2.5em;
		background-repeat: no-repeat;
}
.style-1 {
    padding: 9px 30px 9px 5px;
}
.style-2 {
    padding: 9px 43px 9px 11px;
}
p.title {
    font-size: 35px;
    text-shadow: 2px 2px 4px darkgreen;
    color: #fff;
    font-family: 'Roboto Mono', monospace;
    font-weight: 600;
}
textarea:focus, input:focus, select:focus{
    outline: none;
}
