body {
	color:#444;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

p {
	margin-top:0;
}

.navigation ul {
	float: right;
	margin: 0;
	padding:0;
}
.navigation ul li {
	font-family: 'PT Serif', serif;
	margin-bottom:0.2em;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
.navigation ul li a {
	font-family: 'Lato', sans-serif;
	color: #f5a623;
	text-decoration: none;
	margin-right: 2em;
	font-weight: bold;
	padding: 8px 14px;
	border-radius: 5px;
	transition: .3s background-color;
	display: block;
}
.navigation ul li:last-of-type a {
	margin-right: 0em;
}

.navigation ul li.active a {
	background-color: #f5a623;
	color: #fff;
}
.navigation ul li:hover a {
	background-color: #fce9c8;
	color: #f5a623;
}
@media screen and (max-width: 39.9375em) {
	.navigation ul {
		float: left;
	}
}


table {
    border-spacing: 0;
    border-collapse: separate;
    width:100%;
    margin-top:-80px;
    border:5px solid #fff;
    box-shadow: 0px -1px 19px rgba(0,0,0,0.25);
}
.only-mobile {
	display: none;
}

@media screen and (max-width: 39.9375em) {
	.full-table {
		overflow-x: auto;
	}
	table {
	    margin-top:0px;
		min-width: 640px;
		border:none;
	}
	.table-header {
		min-width: 120px;
	}
	.no-margins-mobile {
		padding:0;
	}
	.refresh-table a {
		right: 20px !important;
		top: -75px !important;
		border-radius: 5px !important;
	}
	.only-mobile {
		display: inline;
	}
}
.text-center {
	text-align: center;
}

.title {
	margin: 1em 0;
	padding-bottom: 1em;
}

.title .name img {
	width:400px;
}
.title .name a {
	text-decoration: none;
}

.refresh-table a {
	position: absolute;
	right: -21px;
	top: 48px;
	background-color: #666;
	color: #fff;
	padding: 6px 10px;
	border: 2px solid #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-decoration: none;
}
.refresh-table a:hover {
	background-color: #5b5;
}
.table-header {
	background-color:#444;
	text-align: center;
	padding:10px 0 0 0;
	position: relative;
}

.table-header a {
	color:#fff;
}

.table-header-rating {
	background-color:#444;
	text-align:center;
}
.table-header-rating .rating-score-empty{
	color:#666;
}
.table-header-rating .rating-score-number{
	color: #aaa;
	font-size: 0.7em;
	display: inline-block;
	margin-left: 0.5em;
	font-weight: bold;
	vertical-align: text-bottom;
}

.table-header-rating .rating-score-container {
	position:relative;
	margin-bottom:10px;
	display:inline-block;
}

.table-header-rating .rating-score {
	color:#fd3;
	position:absolute;
	overflow-x:hidden;
	overflow-y:hidden;
	white-space: nowrap;
}

.table-header-rating .rating-score a {
	color:#fd3;
}

.rating-disclaimer {
	text-align:center;
	color:#888;
	padding:10px;
	line-height: 1.2em;
	font-size:10px;
}


.table-feature {
	border-bottom:1px solid #ddd;
	border-right:1px solid #eee;
	padding:2px 8px;
	font-weight: 400;
	color:#888;
	width:200px;
}

.table-feature a.feature-name {
	color:#444;
	text-decoration: none;
	font-size:80%;
	width:90%;
	float:left;
	margin-top:3px;
}

.table-feature a.feature-question {
	float:right;
	color:#bbb;
	font-size:16px;
}
@media screen and (max-width: 39.9375em) {
	.table-feature a.feature-question {
		display:none;
	}
	.table-feature a.feature-name {
		width:100%;
	}
}
.table-cell {
	border-bottom:1px solid #ddd;
	border-right:1px solid #eee;
	font-size:12px;
	text-align:center;
}

.table-cell i {
	font-size:20px;
	font-weight: normal;
}

.positive {
	color: #5b5;
	font-weight: bold;
}

.negative {
	color: #d00;
	font-weight: bold;
}

.not-so-good {
	color: #f63;
	font-weight: bold;
}

.score-description {
	color: #aaa;
	font-weight: normal;
	font-size: 10px;
}

.score-container {
	margin: 10px 0px 6px 0px;
	float: left;

}
.score-container:first-child {
	margin-right: 15px;
}

.score-container a {
	text-decoration: none;
	outline: none;
}

.ssllabs {
	color: #fff;
	padding: 4px 7px;
	border-radius: 4px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	text-decoration:none;
	display: block;
}

.positive .ssllabs {
	background-color: #5b5;
}

.negative .ssllabs {
	background-color: #d00;
}

.not-so-good .ssllabs {
	background-color: #f63;
}
.scores {
    width: 108px;
    margin: auto;
}
.internet-nl {
	background-color: #fff;
	border:1px solid #ddd;
	border-radius: 3px;
	display:block;
	height: 26px;
	padding: 2px;
}
.internet-nl .vertical-progress-bar-container {
	float: left;
	width: 8px;
	background-color: #eee;
	height: 100%;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	box-shadow: inset 2px 2px 2px #ddd;
}
.internet-nl .vertical-progress-bar-container .vertical-progress-bar {
	position: absolute;
	bottom: 0;
	width: 8px;
	background-color: #08f;
}
.internet-nl .internet-score {
	color: #08f;
	font-size: 11px;
	line-height: 21px;
}

.internet-nl.good .internet-score { color: #5b5; }
.internet-nl.good .vertical-progress-bar-container .vertical-progress-bar { background-color: #5b5; }
.internet-nl.bad .internet-score { color: #d40; }
.internet-nl.bad .vertical-progress-bar-container .vertical-progress-bar { background-color: #d40; }

.unknown {
	color:#bbb;
	font-weight: bold;
}

tr:nth-child(odd)		{ background-color:#f4f4f4; }
tr:nth-child(even)		{ background-color:#ffffff; }
tbody tr:last-child td		{ border-bottom:none; border-top:2px solid #ddd;}

tr:hover {
	background-color:#FFFF9C;
}

.fullwidth {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: initial;
}

h1 {
	letter-spacing: -1px;
	text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
	margin: 30px 0 20px 0;
	font-size:45px;
	text-align: center;
}

.heroshot {
	background-color:#07e;
	color:#fff;
	border-bottom:5px solid #06d;
	border-top:5px solid #06d;
	padding-bottom: 80px;
}

.heroshot p {
	font-size:20px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
	text-align: center;
}

.ips {
	background-color:#eee;
	border-top:5px solid #ddd;
	border-bottom:5px solid #ddd;
	padding:50px 0;
}

.ips p {
	font-size:20px;
}

.ips a {
	color:#08f;
	text-decoration: none;
}

.ips a:hover {
	color:#5b5;
	text-decoration: underline;
}

.ips ul {
	margin:0 0 0 30px;
	padding:0;
	line-height: 1.8em;
}

.ips li {
	padding-left: 13px;
	list-style: none;
}

.ips li:before {
	font-family: 'FontAwesome';
	content: '\f054';
	color: #ccc;
	display: inline-block;
	margin-left: -25px;
	width: 25px;
}

.ips h2 {
	letter-spacing: -1px;
	line-height: 1;
	text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.10);
	margin: 0 0 15px;
	font-size:50px;
	text-align: center;
	color:#08f;
}

.divider {
	margin:20px 0;
}

.panel {
	padding:13px 15px;
}

.panel h3 {
	color:#08f;
	font-weight: 400;
	margin-top:0;
 	font-size:28px;
}

.scroll-to-top{
	text-decoration:none;
	background-color:#08f;
	color:#fff;
	padding:7px 10px;
	border-radius:3px;
}
.scroll-to-top:hover{
	background-color:#07e;
}

.legend {
	padding:10px 0;
}

.legend i {
	width:20px;
}

a.feature-question:hover {
	color:#08f;
}

.feature-title {
	color:#fff;
	padding:30px 0;
	border-bottom:5px solid #4a4;
	background-color:#5b5;
	position: relative;
}

.feature-title p {
	font-size:20px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
	text-align: center;
}

.feature-title h2 {
	letter-spacing: -1px;
	line-height: 1;
	text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
	margin: 40px 0;
	font-size:45px;
	text-align: center;
}
.tip-label {
	position: absolute;
	background-image: url('../tip-label.png');
	background-size: 100%;
	background-repeat: no-repeat;
    height: 70px;
    width: 65px;
    top: 0px;
	right: 0px;
}

@media screen and (max-width: 39.9375em) {
	.tip-label {
		display: none;
	}
}