input.yoast, textarea.yoast {
	width: 100%;
}
textarea.yoast {
	height: 100px;
}
textarea.yoast.metadesc {
	height: 60px;
}
table.yoasttable {
	width: 100%;
}
.yoasttable th {
	text-align: right;
	vertical-align: text-top;
	padding: 5px 10px 0 0;
	width: 25%;
}
.yoasttable td {
	width: 75%;
}
.yoasttable td.heading {
	background-color: #ddd;
	text-align: center;
}
.editor_container {
	border: 1px solid #ddd;
}
.divtoggle {
	display: none;				
	padding: 0 0 5px 0;
}
.good, .warn, .wrong {
	font-weight: bold;
}
.good {
	color: green;
}
.warn {
	color: maroon;
}
.wrong {
	color: red;
}
#current_seo_title span {
	background-color: lightyellow;
	padding: 2px 5px;
}
#snippet {
	margin: 0 0 10px 0;
	padding: 0 5px;
	font-family: Arial, sans-serif;
	max-width: 540px;
	line-height: 15px;
	font-size: 13px !important;
	font-style: normal;
} 
#snippet a {
	text-decoration: none;
}
#snippet .title {
	color: #11c;
	font-size: 16px !important;
	line-height: 19px;
	text-decoration: underline;
}
#snippet .desc {
	color: #000;
}
#snippet .url {
	color: #282;
}
#snippet .meta {
	color: #767676;
}
#snippet .util {
	color: #4272DB;
}
#snippet p {
	margin: 0 !important;
}
#snippet a:hover {
	text-decoration: underline;
}
#snippet {
	margin-bottom: 10px;
}
.wpseo_yahoo_kw {
	display: block;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ddd;
	margin: 3px 8px 3px 0;
	padding: 3px;
}