html, body {
	height: 100%;
}

/* for fixed navbar */
body.oldapp {
	padding-top: 50px;
}

body.oldapp * {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #fff;
}

body.oldapp pre {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing: 1px;
}

@media (max-width: 400px) {
	.oldapp * {
		font-weight: 300;
	}
}

.oldapp pre {
	font-size: 18px;
	font-weight: 300;
	color: black;
}

.oldapp code {
	font-weight: 300;
	color: #25626C;
}

body.oldapp > div, body.oldapp  > div > div {
	height: 100%;
}

.oldapp .color-bg {
	background-image: url('/img/wallpaper.jpg');
	background-size: cover;
}

.oldapp .linen {
	background-image: url('/img/linen.png');
}

.oldapp .why-circle {
	background-color: white;
	border-radius: 1000px;
	height: 250px;
	width: 250px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.oldapp .tab-content a, .oldapp .contact a {
	color: #fff;
	text-decoration: underline;
}

.oldapp .code .btn {
	background-color: transparent;
	color: #fff;
}

.oldapp .code .btn:hover {
	background-color: #fff;
	color: #25626C;
	font-weight: 300;
}

.oldapp .dropdown-menu>li>a {
	font-weight: 300;
}

.oldapp .fixed-tab {
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 50%;

	color: white;
	border: 1px solid #fff;
	border-bottom: 0;

	cursor: pointer;

}

.oldapp .fixed-tab-color {
	background-color: #2C3E50
}

.oldapp .fixed-tab-prerendered-color {
	background-color: #4F8A61;
	color: #fff;
}

.oldapp .fixed-tab, .oldapp form {
	margin: 0;
}

.oldapp .fixed-tab a, .oldapp .fixed-tab button {
	font-weight: 300;
	color: inherit;
	border: 0;
	letter-spacing: 1px;

	line-height: 35px;
	padding: 10px;
	transition: line-height 0.2s;
}

.oldapp .fixed-tab a {
	line-height: 35px;
}

.oldapp .fixed-tab:hover a {
	line-height: 45px;
}

.oldapp .fixed-tab button {
	line-height: 15px;
}

.oldapp .fixed-tab:hover button {
	line-height: 25px;
}

.oldapp .fixed-tab a:hover, .oldapp .fixed-tab button:hover {
	color: white;
	text-decoration: none;
}


.oldapp #site-type-switch {
	margin-left: -482px;
}

.oldapp #view-source-link {
	margin-left: 290px;
}

@media (max-width: 991px) {
	.oldapp #site-type-switch {
		font-size: 10px;
		margin-left: -370px;
	}

	.oldapp #view-source-link {
		font-size: 12px;
		margin-left: 213px;
	}
}

.oldapp #animation {
	position: relative;
	display: inline-block;
	margin-left: 0px;
	width: 109px;
	height: 22px;
}

.oldapp #animation > span {
	position: absolute;
	left: 0;
	transition: opacity 0.5s, top 0.5s;
}
.oldapp #animation .next {
	top: -25px;
	opacity: 0;
}

.oldapp #animation .current {
	top: 0;
	opacity: 1;
}

.oldapp #animation .last {
	top: 25px;
	opacity: 0;
}

.oldapp .main {
	min-height: 100%;
}

.oldapp .main h1 {
	color: #fff;
	font-size: 70px;
	letter-spacing: -2px;
	margin-top: 0;
	cursor: default;
}

@media (max-width: 500px) {
	.oldapp .main h1 {
		font-size: 60px;
	}
}

.oldapp .main h3, .oldapp .main h4 {
	color: #fff;
}

.oldapp .main .install.nav>li>a {
	color: #fff;
	padding: 4px 8px;
}

.oldapp .main .install.nav-pills>li>a {
	border: 1px solid transparent;
}

.oldapp .main .install.nav-pills>li.active>a, .oldapp .main .install.nav-pills>li.active>a:focus {
	background-color: transparent;
	border: 1px solid white;
}

.oldapp .main .install.nav>li>a:hover, .oldapp .main .install.nav>li>a:focus {
	background-color: transparent;
	border: 1px solid white;
}

.oldapp .main .install.nav a .caret, .oldapp .main .install.nav a:hover .caret {
	border-top-color: white;
	border-bottom-color: white;
}

.oldapp .main .tab-content ul {
	padding-left: 20px;
}

.oldapp .main .tab-content ul li {
	margin-bottom: 5px;
}

.oldapp .main .navbar-inverse {
	background-color: #2C3E50;
	border-color: #23303D;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.oldapp .main .navbar-inverse .navbar-nav>li>a {
	color: #CCC;
	padding: 15px 12px;
}

.oldapp .main .navbar-nav >li button {
	background-color: transparent;
	border: none;
	padding: 15px 13px;
}

.oldapp .main .navbar-nav >li button:hover {
	background-color: #1F525A;
}

.oldapp .main .navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
}

.oldapp .main .navbar-inverse .navbar-nav>li>a.active{
	color: #fff;
	background-color: #16283A;
}

.oldapp .main .navbar-inverse .navbar-brand {
	color: white;
}

.oldapp .main .btn-primary {
	background-color: #6295C0;
}

.oldapp .main .num-served {
	position: absolute;
	font-size: 20px;
	width: 100%;
	text-align: center;
	top: 4px;
}

.oldapp .main .num-served span {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	border: 1px solid #555;
	padding: 5px;
	border-top: 0px;
}

.oldapp .how-it-works > li {
	font-size: 20px;
	margin-bottom: 10px;
}

.oldapp .main .content {
	background-color: #fff;
}

.oldapp .main .content * {
	color: #000;
	font-weight: 300;
}

.oldapp .main .content.docs * {
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 1.4;
}

.oldapp .main .content a {
	color: #25626C;
}

.oldapp .main .content .info {
	padding: 20px 0;
}

.oldapp .sidebar {
	margin-top: 30px;
	width: 263px;
}

.oldapp .sidebar.fixed-top {
	position: fixed;
	top: 50px;
}

.oldapp .sidebar ul {
	padding: 5px 0;
	background-color: #E3E8E9;
	border-radius: 4px;
	list-style: none;
	padding-left: 0;
}

.oldapp .sidebar ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 5px 20px;
	font-weight: 300;
}

.oldapp .sidebar ul li a:hover {
	background-color: #D0D9DB;
}

.oldapp .sidebar ul ul li a {
	padding: 5px 40px;
	font-size: 16px;
}

.oldapp .main .token {
	font-size: 18px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing: 1px;
}

.oldapp .main .home-page-image {
	width: 100%;
	max-width: 400px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.oldapp .main .dots-div {
	height: 50px;
	overflow: hidden;
}

.oldapp .main .dots-horizontal-div {
	width: 65px;
	overflow: hidden;
	margin-top: 145px;
}

.oldapp .main .dots {
	width: 10px;
	display: block;
	margin: 0 auto;
}

.oldapp .main .dots-horizontal {
	height: 15px;
}

.oldapp .crawl-stats .filter {
	background-color: #D6E7DF;
	border: 1px solid #B9E0CE;
	display: inline-block;
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.oldapp .crawl-stats .filter .close {
	margin-left: 15px;
	position: relative;
	top: -1px;
}

.oldapp .crawl-stats table {
	table-layout: fixed;
}
.oldapp .crawl-stats table th.status-code {
	width: 50px;
}
.oldapp .crawl-stats table th.response-time {
	width: 80px;
}
.oldapp .crawl-stats table th.url {
	width: 50%;
}
.oldapp .crawl-stats table td.url {
	word-break: break-all;
}
.oldapp .crawl-stats table th.refreshed-at {
	width: 115px;
}
.oldapp .crawl-stats table th.indexed-at {
	width: 100px;
}
.oldapp .crawl-stats table th.user-agent {
	width: 20%;
}

.oldapp .crawl-stats .table td {
	padding: 0 8px;
}

.oldapp .pricing .slider {
	width: 400px !important;
	margin-left: 50%;
	position: relative;
	right: 200px;
}

.oldapp .pricing .slider .tooltip {
	opacity: 0.9;
}

.oldapp .pricing .slider .slider-handle {
	background-color: #E4A36A;
	background-image: -moz-linear-gradient(top, #E4A36A, #FF9C00);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E4A36A), to(#FF9C00));
	background-image: -webkit-linear-gradient(top, #E4A36A, #FF9C00);
	background-image: -o-linear-gradient(top, #E4A36A, #FF9C00);
	background-image: linear-gradient(to bottom, #E4A36A, #FF9C00);
}

.oldapp .pricing .info {
	background-color: #fff;
	border-top: 10px solid #E4A36A;
}

.oldapp .pricing .table {
	width: 80%;
	margin-left: 10%;
}

.oldapp .pricing .table td {
	color: black;
	font-weight: 600;
}

.oldapp .pricing .table th .text {
	background-color: #87949B;
	border-radius: 2px;
	padding: 4px;
}

.oldapp .stripe-btn {
	background-image: url('/img/solid.png');
	background-size: contain;
	width: 119px;
	height: 26px;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .oldapp .stripe-btn {
    	background-image: url('/img/solid@2x.png');
    }
}

.oldapp .paypal-btn {
	background-image: url('https://www.paypalobjects.com/webstatic/mktg/logo/bdg_now_accepting_pp_2line_w.png');
	background-size: contain;
	width: 119px;
	height: 34px;
}

.oldapp .payments-by-paypal-btn {
	background-image: url('https://www.paypalobjects.com/webstatic/mktg/logo/bdg_payments_by_pp_2line.png');
	background-size: contain;
	width: 100px;
	height: 34px;
}

.oldapp .cached-pages table {
	table-layout: fixed;
}
.oldapp .cached-pages table th.checks {
	width: 30px;
}
.oldapp .cached-pages table th.url {
	width: 73%;
}

.oldapp .cached-pages table th.state {
	width: 100px;
}

.oldapp .cached-pages table th.last-refresh {
	width: 100px;
}

.oldapp .cached-pages table th.preview {
	width: 95px;
}

.oldapp .cached-pages .table .btn {
	padding: 0 10px;
}

.oldapp .cached-pages .table td {
	padding: 1px 8px;
	word-break: break-all;
	color: black;
}

.oldapp .recache-queue table td.url, .oldapp .priority-recache-queue table td.url {
	word-break: break-all;
}

.oldapp .account .section {
	border-bottom: 1px solid #AAA; margin-top: 40px;
}

.oldapp .account .text {
	font-size: 20px;
}

.oldapp .account .section .edit {
	height: 0px;
	overflow: hidden;
	transition: height 1s;
}

.oldapp .account .section .edit.show {
	height: 250px;
}

.oldapp .billing .payment-errors {
	color: red;
	margin-bottom: 5px;
}

.oldapp .billing .payment-success {
	color: green;
	margin-bottom: 5px;
}

.oldapp .login a:hover, .oldapp .signup a:hover {
	color: #fff;
}

.oldapp .signup .tooltip-inner {
	font-size: 16px;
}









.oldapp .cloud-requests table {
	table-layout: fixed;
}
.oldapp .cloud-requests table th.url {
	width: 73%;
}

.oldapp .cloud-requests table th.time {
	width: 150px;
}

.oldapp .cloud-requests table th.status-code {
	width: 100px;
}

.oldapp .cloud-requests table th.render-time {
	width: 100px;
}

.oldapp .cloud-requests .table td {
	padding: 1px 8px;
	word-break: break-all;
	color: black;
}