#windowplane {
    margin: 0;
}

.popupmenu .menuitem {
	font-size: 140%;
}

#userinfo {
	display: none;
}

#indicators {
	z-index: 1000;
	top: 103px;
	left: 100px;
}

.indication {
	margin: 1px;
	width: 24px;
	height: 24px;
}

#busyindication {
	z-index: 1000;
	top: 107px;
	left: 100px;
}

/* Additional buttons */

#keybuttons {
	position: absolute;
	left: 0px;
	top: 470px;
	padding: 0px 2px;
}

.keyrow {
    text-align: center;
}

.keybutton {
	display: inline-block;
    width: 45px;
	height: 45px;
	margin: 4px 4.5px;
	font-size: 100%;
	vertical-align: top;
    padding: 2px;
}

#prevcmd, #nextcmd {
	width: 120px;
}

#tab, #del {
	width: 85px;
}

#sendkey, #bkspckey {
    width: 106px;
}

#openshortcuts {
	width: 221px;
}

#asterisk, #slash, #dash, #homekey, #leftkey, #upkey, #downkey, #endkey, #rightkey, #pgupkey, #pgdnkey {
	width: 67px;
}

#asterisk, #dash, #leftkey, #upkey, #downkey, #rightkey {
	font-size: 140%;
}

#spacekey {
    width: 207px;
}

/* shortcut buttons */

#buttons {
	width: 630px;
	left: 69px;		/* (768 - 630) / 2 */
}

#buttons .actionButton {
    font-size: 120%;
    margin: 5px;
    width: 200px;
    height: 50px;
}

#shortcutbuttons {
	padding-bottom: 5px;
/* 	border-bottom: 1px dashed rgba(79, 79, 79, 0.75); */
	overflow-y: hidden;	
	max-height: 315px;
}

#shortcuts {
	top: 2px;
	left: 2px;
}

#shortcuts .windowcontent {
	width: 730px;
}

#shortcuts .editorrow {
	height: 40px;
}

#shortcuts .edit {
	font-size: 1em;
    height: 30px;
	line-height: 30px;
}

.editorrow .button {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

input.shortcutsend {	
	margin-top: 8px;
    margin-left: 40px;
	width: 1.5em;
	height: 1.5em;
}

#shortcuts .actionButton {
	font-size: 100%;
}

#shortcuts .label {
	font-size: 100%;
	margin: 10px 3px 0px 3px;
	border: 1px solid white;
}

#shortcuts .targetbutton, #shortcuts .reorderbutton {
	width: 160px;
	margin-right: 5px;
}

#shortcuts .beforebutton {
	margin-top: -15px;
}

#shortcuts .afterbutton {
	margin-top: 18px;
	margin-bottom: -15px;
}

.rowsinedit {
	margin-bottom: 15px;
}

.edit.shortcuttitle {
/* 	width: 150px; */
    border-left-style: solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#supportInfo {
	top: 2px;
	left: 2px;
}

#supportInfo .windowcontent {
	width: 730px;
}
