﻿
h1, h2, h3, h4, h5, p,
label,
input[type="button"],
input[type="submit"] {
	word-break: break-all;
}

.gridmobile {
	background: white;
	border: 2px solid black;
	color: black;
	font-size: small;
	width: 100%;
	word-break: break-all;
}

.törés_normál {
	word-break: normal;
}

.törés_teljes {
	display: block;
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}

.margónélkül {
	margin: 0px;
	padding: 0px;
}

.ui-select span {
	white-space: normal !important;
}
.buttonAccept {
	position: relative;
	border: 1px solid #878787;
	width: 30%;
	border-radius: 5px;
	background-color: white;
	font-weight: bold;
}
