.widget {
	div.football-pool-widget {
		padding: 0;
		margin: 0;

		form {
			margin: 0;
			padding: 0;
		}

		label, p {
			font-size: 80%;
		}

		h3 {
			width: auto;
			margin: 0 0 .25em;
			padding: 0 .5em;
			color: #fff;
			background-color: #ccc;
			font-weight: bold;
			font-size: .8em;
			line-height: 1.8em;
			vertical-align: middle;

			a, a:link, a:visited, a:hover, a:active {
				color: #fff;
			}
		}

		div {
			padding: 0 0 .25em;
		}

		p, div div {
			padding: 0 .5em;
		}

		input.text, input.textarea {
			width: 80%;
		}
	}
}

#sidebar ul .widget_footballpoolnextpredictionwidget p a {
	display: inline;
}

table.gamesbox td {
	padding: 1px 2px;
	font-size: 75%;
}

table.gamesbox td.score {
	white-space: nowrap;
}

.widget_footballpoollastgameswidget div.football-pool-widget p,
.widget_footballpool-rankingwidget div.football-pool-widget p {
	padding: 2px 3px;
	margin: 0;
	font-size: 75%;
}

div.football-pool-widget {
	//.widget.button {
	//	border: 1px solid #e1dfdf;
	//	padding: 2px 10px;
	//	margin: 0 5px;
	//	float: right;
	//	text-decoration: none;
	//	border-radius: 5px;
	//	background-color: #ccc;
	//}

	//.widget.button:hover {
	//	background-color: #e1dfdf;
	//	color: #ccc;
	//}
}

.widget_footballpoolshoutboxwidget {
	div.wrapper {
		height: 240px;
		overflow: auto;
		overflow-x: hidden;
		overflow-y: scroll;
		margin: 0 0 1em 0;
	}

	textarea {
		width: 100%;
	}

	a.name {
		font-weight: bolder;
	}

	span.date {
		font-size: 70%;
		float: right;
	}

	span.notice {
		font-size: 75%;
	}

	p {
		font-size: 80%;
		margin: 0;
	}

	hr {
		margin: 3px 3px 5px;
		border: none 0;
		border-top: 1px dashed #ccc; /*the border*/
		height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
	}
}

.widget_footballpoolnextpredictionwidget div.football-pool-widget p {
	margin-bottom: 5px;
}

ul li.widget_footballpoolnextpredictionwidget div.football-pool-widget a {
	display: inline;
}

.widget div.football-pool-widget div.ranking {
	padding: 0 .5em;
	margin: 0;
}

//noinspection SassScssResolvedByNameOnly
@media ( max-width: $mobile-width ) {
	/* widgets */
	.widget {
		div.football-pool-widget {
			table.pool-ranking.ranking-widget { font-size: 100%; }
			p, td { font-size: 120%; }
			.wrapper.fp-shoutbox p { font-size: 130%; }
			.wrapper.next-prediction-countdown { font-size: 130%; }
			span.notice { font-size: 100%; }
		}
	}
}
