iframe#orbita-iframe {
    position: fixed;
    bottom: 0;
    right: 10px;
    width: 340px;
    height: 170px;
    border: none;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 10px;
    }
.dock-float-btn button {
     margin:10px; 
      box-shadow: 0 6px 6px rgba(0,0,0,0.25);
}
.dock-float-btn button img {
	width:100%;
}
.dock-float-btn button {
	background: #fff;
	box-shadow: 0 6px 6px Reba(0,0,0,0.25);
	border: 0px;
	border-radius: 0%;
}

#chatWindow{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999;
}
#chatWindow.collapseorbita iframe#orbita-iframe {
    width: 340px;
    height: 170px;
}
#chatWindow.openorbita iframe#orbita-iframe {
    width: 520px;
    height: 640px;
}