.tzSelectKam{
    display:inline-block;
    width:100%;
    height:34px;
}

.tzSelectKam .selectBox{
	width:100%;
	top:10px;
	background: url('img/driehoekje.png') no-repeat right 1em center;
	background-size: 0.8em 0.8em;
    background-color:#B3B3B3;
    font:16px Roboto, Helvetica, "Lucida Grande", sans-serif;
    font-size:16px;
    text-align: center;
	padding-top:10px;
	padding-bottom:10px;
    color:white;
    background-color:#666666;
    cursor:pointer;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    box-shadow: 0px 0px 0px 1px #666;
}

.tzSelectKam2 .insideSelectItem{
    height:25%;
    display:flex;
    justify-content: center;
    align-items: center;
}



.tzSelectStem{
    display:inline-block;
    width:100%;
    height:34px;
}

.tzSelectStem .selectBox{
	width:100%;
	top:10px;
	background: url('img/driehoekje.png') no-repeat right 1em center;
	background-size: 0.8em 0.8em;
    background-color:#B3B3B3;
    font:16px Roboto, Helvetica, "Lucida Grande", sans-serif;
    font-size:16px;
    text-align: center;
	padding-top:10px;
	padding-bottom:10px;
    color:white;
    background-color:#666666;
    cursor:pointer;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    box-shadow: 0px 0px 0px 1px #666;
}

.tzSelectStem2 .insideSelectItem{
    height:25%;
    display:flex;
    justify-content: center;
    align-items: center;
}