/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14-Apr-2015, 16:21:16
    Author     : simon
*/
.select_extended_select .select,
.select_extended_text input[type=text] {
	width: 80%;
	max-width: calc( 100% - 115px );
	float: left;
}

.select_extended_select select {
	width: 100%;
}

.select_extended_select .button,
.select_extended_text .button {
	float: left;
	margin-left: 5px;
	width: calc( 20% - 5px );
	min-width: 110px;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
}

