h3.wseotool-text-error{
	color: #F44336;
}
.wseotool-text-red {
	background: #F44336;
	padding: 5px;
	color: #ffffff;
}
.wseotool-text-orange {
	background: #FBC02D;
	padding: 5px;
	color: #ffffff;	
}
.wseotool-text-green {
	background: #4CAF50;
	padding: 5px;
	color: #ffffff;
}
a.wseotool-text-green {
	background: #4CAF50;
	padding: 10px;
	color: #ffffff;
	moz-border-radius:6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 18px;
}
a.wseotool-text-green:hover {
	background: #2E7D32;
	color: #ffffff !important;
}
.progress-bar {
	background: #FBC02D;
	padding: 5px;
	color: #ffffff;		
	moz-border-radius:6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.wseotool-card-wrapper {
	position: relative;
	width: 100%;
}
.wseotool-card {
	float: left;
	width: 180px;
	height: 100px;
	margin-right: 10px;
	padding: 20px;
	color: white;
	font-size: 18px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.wseotool-card a {
	color: white;
}
.wseotool-card h1 {
	color: white;
	font-size: 48px;
}
.wseotool-card-red {
	background: #F06292;
}
.wseotool-card-blue {
	background: #0277BD;
}
.wseotool-card-green {
	/*width: 410px;*/
	background: #FFC107;
	/*color: black;*/
}
.wseotool-card-teal {
	background: #009688;
}
.wseootool-card-grey {
	background: #757575;
}
.wseotool-card-bluegray {
	background: #78909C;
}
.wseotool-card-brown {
	width: 410px;
	background: #795548;
}
#wseotool-listings-by-day {
	position: relative;
	width: 930px;
	height: 280px;
}
ul.seo-propeller-report-list {
    list-style-type: none !important;
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 14px;
}
ul.seo-propeller-report-list li {
    list-style: none !important;
    padding: 10px;
    border-bottom: 1px solid #e2e2e2;
}
ul.seo-propeller-report-list li:last-child {
	border-bottom: 0;
	padding-bottom: 20px;
}
ul.wpseopropeller-top-word-list {
    font-family: "Roboto Condensed";
    list-style-type: none !important;
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 16px;
}
ul.wpseopropeller-top-word-list li {
    float:left;
    list-style: none !important;
    padding: 10px 10px 30px 30px;
    border-bottom: 1px solid #e2e2e2;
}
.clearboth {
	clear:both;
}
.seopropeller-report-box {
	border: 1px solid #efefef;
	max-height: 325px !important;
	height: 325px !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}