/* p { background: lime; height: 200px; width: 300px; margin-top: 120px;} */
/* div.terminblock { background: cyan; position: relative; } */

/* Maus */
.resizer1 {
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: row-resize;
}

.resizer2 {
	width: 100%;
	height: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: row-resize;
}


/* Touch */
.resizer_touch1 {
	width: 30px;
	height: 30px;
	background: #E5E5E5;
	position: absolute;
	right: 15%;
	top: -15px;
	border-radius: 15px;
        border-width: 2px;
        border-style: solid;
        border-color: #1289D9; 
	/* -webkit-backface-visibility: hidden; */
}

.resizer_touch2 {
	width: 30px;
	height: 30px;
	background: #E5E5E5;
	position: absolute;
	right: 70%;
	bottom: -15px;
	border-radius: 15px;
	border-width: 2px;
        border-style: solid;
        border-color: #1289D9; 
	/* -webkit-backface-visibility: hidden; */
}

.terminblock, .block {
	/* position: relative; */
}