@media (min-width: 768px) {
  .container {
    max-width: 1000px;
  }
}

.topthree {
	padding: 7px;
	text-align: center;
}

.topthree .content {
	background-color: #ddd;
	border-radius: 6px;
	padding: 7px;
}

.topthree .content h4 {
	padding-top: 0px;
	font-size: 14px;
	font-weight: bold;
}

.topthree .content table {
	font-size: 12px;
	margin-bottom: 10px;
}

.title {
	text-align: center;
	background-color: #eee;
	border-radius: 6px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.title h4 {
	padding-top: 10px;
	font-size: 18px;
	font-weight: bold;
}

.title img {
	margin-top: -3px;
}

.table-hover>tbody>tr:hover {
    background-color: #ebebeb;
}

.jumbotron {
	padding-top: 20px;
    padding-bottom: 20px;
	margin-bottom: 20px;
}

a.deco-underline {
	color:#000000;
}

a.deco-underline:hover {
	color:#666666;
	text-decoration:underline;	
}