#aiet_myButton {
	position: absolute;
	left: 0;
	top: 0;
	margin: 10px;
	padding: 7px 10px;
	background: #fff;
	border: 1px solid #444;
	border-radius: 4px;
	cursor: pointer;
	width: auto;
	height: auto;
	line-height: 0;
	z-index: 99999;
}

#aiet_popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	display: none;
	width: 40%;
	min-height: 250px;
	z-index: 99999;
}

#aiet_grammarForm {
	margin: 0
}

#aiet_grammarForm label {
	display: block;
	margin-bottom: 8px;
	line-height: 12px;
	font-size: 16px;
}

#aiet_closeButton {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    color: #444;
    text-decoration: none;
}

#aiet_closeButton:hover {
	color: #ff0000;
}

#aiet_popupText {
	margin-top: 20px;
}

#aiet_popup textarea {
	width: 100%;
	border: 1px solid #444;
	font-size: 14px;
	line-height: 19px;
	padding: 15px;
}

#aiet_popup textarea:focus {
	outline: 0
}

.aiet_buttons_wrapper button {
	padding: 8px 13px;
	margin: 10px 10px 5px 0;
	border: 1px solid;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 0;
}
.aiet_buttons_wrapper button:hover {
	text-decoration: none;
}
#aiet_output {
	margin-top: 15px;
	font-size: 14px;
	background: #f8f8f8;
	padding: 10px;
	min-height: 84px;
}