.alert {
        position: absolute;
        left: 70%;
        right: 0px;
        top: 0px;
		z-index: 2000;
}

#upper_block {
	vertical-align: middle;
}

#logout_block {
	position: absolute;
	top: 9;
	left: 83%;
	z-index: 1000;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  color: grey;
}

