body {
    margin: 0;
}
.sticky {
	position: fixed;
	height: 50px;
    width: 70px;
	border:1px solid #000;
    top: 0;
    left: 0;
    padding: 1em;
    color: red;
    background-color: yellow;
	display: table;
	z-index: 200;
}
.sticky.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.buttonsize{
    height:25px;
    width:60px;
}

.dragme{
	position:relative;
	cursor: move;
}
#draggable {
	background-color: #fff;
	//border: 1px solid #000;
}