.buffer-baloon.runtime {
	bottom: 11px;
	right: 11px;
	background-image: url("keyboard.png");
	background-position: 15px 9px;
}

.buffer-baloon.runtime.shown {
	width: 230px;
	overflow: hidden;
}

.buffer-baloon {
	background-color: white;
	border: 1px solid #DADADA;
	border-radius: 0px;
	padding: 0px;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

.buffer-baloon ul {
	margin-top: 42px;
	margin-bottom: 47px;
	list-style: auto;
	border-top: 1px solid #DADADA;
	top: 0;
	padding: 14px 5px;
	max-height: calc(400px - 119px);
	overflow: auto;
}

.buffer-baloon ul li {
    font-size: 15px;
    list-style: none;
    margin-top: 0px;
    min-height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #F3F3F3;
    color: #444;
}

.buffer-baloon li span.buffer-blur-key {
	height: 28px;
	line-height: 26px;
	border: 1px solid #DADADA;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.07);
	background: white;
	padding: 0px 8px;
	border-radius: 4px;
	text-shadow: none;
	font-size: 14px;
	color: #444;
	box-sizing: border-box;
	margin-top: 5px;
	margin-bottom: 5px;
}

.buffer-baloon.runtime.shown::before {
	content: "Akcije tipkovnice";
	position: relative;
	top: 10px;
	left: 55px;
	color: #3176BD;
	font-family: "Roboto Medium";
	height: 0px;
	display: block;
}

.buffer-baloon a {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 47px;
    text-align: center;
    background-color: #5288C6;
    line-height: 47px;
    color: white;
    text-decoration: none;
}