#rangecontainer {
	width: 100%;
    overflow-x: auto;
    padding-left: 25px;
    height: 80px;
}

#optimizationslist {
	max-width: 650px;
}

fieldset.wpspeed-group div.pagespeed-test-url {
    width: 610px;
    margin-top: 20px;
    color: #000;
    clear: both;
    text-align: center;
    display: none;
    box-sizing: border-box;
}

fieldset.wpspeed-group div.pagespeed-test-url-populated {
	display: block;
	font-size: 18px;
}

.wpspeed-group td .timeline-container {
	display: flex;
	margin-top: 10px;
}

.timeline-wrapper {
	flex: 1 1 auto;
	max-width: 300px;
}

#timeline-desktop {
	margin-left: 10px;
}

.timeline-item {
	background: #fff;
	border: 1px solid;
	border-color: #e5e6e9;
	border-radius: 3px;
	padding: 12px;
	margin: 0 auto;
	max-width: 300px;
	min-height: 632px;
	text-align: center;
}

.timeline-item div.row-pagespeed {
	text-align: left;
	font-size: 13px;
}

.timeline-item div.row-pagespeed-header {
	font-size: 20px;
	background: #f0f0f054;
} 

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.static-background {
	background: #f6f7f8;
	background-size: 800px 104px;
	height: 600px;
	position: relative;
}

.animated-background {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
	background-size: 800px 104px;
	height: 600px;
	position: relative;
}

.background-masker {
	background: #fff;
	position: absolute;
}

/* Every thing below this is just positioning */
.background-masker.header-top, .background-masker.header-bottom,
	.background-masker.subheader-bottom {
	top: 0;
	left: 40px;
	right: 0;
	height: 10px;
}

.background-masker.header-left, .background-masker.subheader-left,
	.background-masker.header-right, .background-masker.subheader-right {
	top: 10px;
	left: 40px;
	height: 20px;
	width: 10px;
}

.background-masker.header-bottom {
	top: 18px;
	height: 6px;
}

.background-masker.subheader-left, .background-masker.subheader-right {
	top: 24px;
	height: 6px;
}

.background-masker.header-right, .background-masker.subheader-right {
	width: auto;
	left: 300px;
	right: 0;
}

.background-masker.subheader-right {
	left: 230px;
}

.background-masker.subheader-bottom {
	top: 30px;
	height: 10px;
}

.background-masker.content-top, .background-masker.content-second-line,
	.background-masker.content-third-line, .background-masker.content-second-end,
	.background-masker.content-third-end, .background-masker.content-first-end,
	.background-masker.content-forth-line, .background-masker.content-fifth-line
	{
	top: 40px;
	left: 0;
	right: 0;
	height: 6px;
}

.background-masker.content-top {
	height: 20px;
}

.background-masker.content-first-end, .background-masker.content-second-end,
	.background-masker.content-third-end {
	width: auto;
	left: 380px;
	right: 0;
	top: 60px;
	height: 8px;
}

.background-masker.content-second-line {
	top: 68px;
}

.background-masker.content-second-end {
	left: 420px;
	top: 74px;
}

.background-masker.content-third-line {
	top: 68px;
}

.background-masker.content-third-end {
	left: 300px;
	top: 88px;
}

.background-masker.content-forth-line {
	top: 90px;
	height: 30px;
}

.background-masker.content-fifth-line {
	top: 420px;
	height: 30px;
}

progress-ring {
	position: relative;
}

#defer-error-message {
	margin-left: 15px;
}

div.timeline-item span.fas.fa-circle {
	color: #457d54;
}

div.timeline-item span.fas.fa-square {
	color: #ffb514;
}

div.timeline-item span.fas.fa-exclamation-triangle {
	color: #c52827;
}

div.timeline-item img.jspeed-screenshot {
    max-width: 100%;
    max-height: 180px;
    margin-top: 20px;
    border: 1px dashed #CCC;
    padding: 10px;
    box-sizing: border-box;
	background: #fafafa;
}

#pagespeed-test span.fas.fa-cog.running {
    animation: spin 2s infinite linear;
	width: 14px;
    height: 14px;
}

div.row-pagespeed span.badge {
	font-size: 13px;
    line-height: 12px;
    padding: 6px 8px;
}

a#pagespeed-test {
    background-color: #2271b1 !important;
    border-color: #2271b1;
}

@keyframes spin {
	0%  {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}	
}

@media(max-width: 640px) {
	.timeline-container {
		display: block;
	}
	div.timeline-wrapper {
		max-width: 100%;
		margin: 5px;
	}
	#timeline-desktop {
		margin: 5px;
	}
	div.timeline-item {
		max-width: 100%;
	}
}