input[type="text"], input[type="email"], input[type="password"], textarea, select {   
	display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.node-webform .field-group-div{
	float:left;
	width:100%;
	margin:0;
}

.node-webform .group_kolomwrapper{
	width:100%;
	float:none;
	overflow: hidden;
}

.node-webform .field-group-div > *{
	padding:0 ;
}

.node-webform .group_kolomwrapper > * {
	padding:0;
}

.node-webform .webform-component {
	margin-top:0;
}

.node-webform .webform-component input{
	max-width:50%;
}


.node-type-webform form label {
    float: left;
	font-weight:normal;
    padding-top: 5px;
    width: 180px;
	display: block;
}


.node-type-webform form textarea,
.node-type-webform form input {
    font-family: arial;
    padding: 5px;
    width: 60%;

}

.node-type-webform form select {
    font-family: arial;
    padding: 5px;
    width: 100px;
}

.grippie {
	width: 60%;
	margin-left: 180px;
	display:none;
}
.node-type-webform form input[type=submit] {
	width: 100px;
	margin-left: 180px;
	cursor: pointer;
}

@media (max-width: 568px) {
	.node-type-webform select,
	.node-type-webform form textarea,
	.node-type-webform form input  {
		width: 100% !important;
		max-width: none !important;
	}
	.node-type-webform form input[type=submit] {
		margin-left: 0;
	}
}