.rsseo-frontend-edit {
    position: fixed;
    right: 0;
    top: 20%;
	padding: 5px;
	border-left: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
    text-decoration: none !important;
	background: #fff none repeat scroll 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.rsseo-frontend-edit-hide {
	display: none;
}

.rsseo-frontend-window {
	position: fixed;
    right: 0;
    top: 10%;
	padding: 20px;
	transform: scaleX(0.00001);
    transform-origin: 100% 50%;
    transition: transform 0.3s ease-in-out;
	background: #fff none repeat scroll 0 0;
	border-left: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
    text-decoration: none !important;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.rsseo-frontend-window-open {
    transform: scaleX(1);
}

.rsseo-frontend-window-close {
	float: right;
    font-size: 20px;
    font-weight: bold;
    margin-top: -10px;
    text-align: right;
    text-decoration: none !important;
}