div#suggestions.postbox ul, #seopressor-information ul {
    list-style-type: disc;
    margin-bottom: 1.5%;
    margin-left: 3%;
    margin-top: 1.5%;
}
#seopressor-suggestions ul {
	margin-bottom: 1.5%;
    margin-left: 3%;
    margin-top: 1.5%;
}

tr.scores-red-background {
    background: #ff7f7f
}

tr.scores-red-background td {
    border-color: #ef6f6f
}

td.scores-red-anchor a {
    color: #903a4d
}

div#ps.tablenav div.tablenav-pages {
    height: auto
}

#site_wide_keywords_list.large-text {
    width: 45%
}

.widget_box {
    font-size: 11px;
    line-height: 1
}

.widget_box ul {
    font-size: 11px;
    margin-left: 10%
}

.widget_box table {
    margin-bottom: 5%;
    text-align: left;
    width: 100%
}

.suggestions_yes {
    list-style-image: url(../images/green-check.png);
    list-style-type: disc
}

.suggestions_no {
    list-style-image: url(../images/red-cross.png);
    list-style-type: disc
}

.box_score_green {
    color: green
}

.box_score_green_text {
    color: green;
    width: 60%
}

.box_score_red_text {
    color: red;
    width: 60%
}

.box_table_header {
    height: 20px
}

.left {
    text-align: left
}


#seopressor-information .title {
    font: 18px / 24px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    margin: 8px 0
}

#seopressor-information {
    margin-bottom: 3%
}

#seopressor-information h3.title {
    margin-top: 2.5%
}

#seopressor-information h4.title {
    font-size: 1.1em
}

.box_score_green, .box_score_red {
    font-size: 180%;
    text-align: center;
    width: 40%
}

td.scores-red-not-anchor, td.scores-red-anchor a:hover {
    color: #991919
}

div#seopressor-powered, .seopressor-center {
    text-align: center
}

.box_score_red {
    color: red
}

#seopressor-information ul li ul, ul.sub-list {
    list-style-type: circle
}

#number_of_posts_for_bulk_requests {
    width: 4%;
    text-align: right
}
.box_score_red_text #WPPostsRateKeys_keyword {
	color: red;
}
.box_score_green_text #WPPostsRateKeys_keyword {
	color: green;
}
#WPPostsRateKeys_keyword {
	text-align: center;
	width: 10em;
}
/*
 * Box Loading screen styles.
 */
#seopressor-postbox-loader-wrapper {
	background-color: white;
	border: 1px solid gray;
    border-radius: 11px 11px 11px 11px;
    margin: 0 auto;
    padding: 0 1em 1em 1em;
    text-align: center;
}
#seopressor-postbox-loader-wrapper #seopressor-logo {
    margin: 0 auto;
    width: 28em;
}
#seopressor-postbox-loader-wrapper #seopressor-logo h1 {
	margin: 0;
}
#seopressor-postbox-loader-wrapper #seopressor-logo a {
    background: url("../images/seopressor-logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-indent: -9999px;
}
/*
 * Dashboard loader overrides.
 */
#seopressor_dashboard_widget {
	background: url("../images/gray-diagonals-background.png") repeat scroll 50% 50% #A6A6A6;
	display: none;
}
#seopressor-dashboard-widget-wrapper {
	background-color: white;
	border: 1px solid gray;
    border-radius: 11px 11px 11px 11px;
    margin: 0 auto;
    padding: 1em 1em 1em;
}