/*Ezra Chat Window StyleSheet*/      
		
		.floaty {
            position: fixed;
            z-index: 9999 !important;
            bottom: 0;
            right: 0px;
            width: 300px;
			min-height:50px;
			

        }
		

            .floaty iframe {
                border: 1px solid black;
				background:white;
				
            }

        .hidden {
            display: none;
        }

        .topbar {
            background-image:url("images/Ezra/ezratrans.gif");
			background-repeat:no-repeat;
			background-color:rgba(255,255,255,0.4);
			border-radius:30px 30px 0px 0px;
            height: 90px;
            width: 100%;
            color: white;
            font-family: Calibri;
            text-align: center;
            cursor: pointer;

        }

            .topbar span {
                top: 50%;
                transform: translateY(-50%);
                position: relative;
                display: block;
            }
		.wc-header {
			background-color:black !important;
			
		}	