pre.changelog {
	font-size: 12px;
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #f5f5f5), color-stop(50%, #e6e6e6));
	background-image: -webkit-linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
	background-image: linear-gradient(#f5f5f5 50%,#e6e6e6 50%);
	background-size: 38px 38px;
	border: 1px solid #d4d4d4;
	display: block;
	line-height: 19px;
	margin-bottom: 10px;
	overflow: visible;
	overflow-y: hidden;
	padding: 0 0 0 4px;
}

pre.changelog span {
	font-weight: 700;
}
.return-to-dashboard.geco {
	clear: both;
}

p.geco-actions a.skip {
	opacity: .5;
}

.about-wrap .two-col .col {
    margin-bottom: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    text-align: center;
    background: #f3f3f3;
	border-radius: 6px;
}

p.geco-actions a.docs:focus,
p.geco-actions a.docs:hover,
p.geco-actions a.skip:focus,
p.geco-actions a.skip:hover {
	opacity: 1;
}

p.geco-actions a.button-primary,
p.geco-actions a.button-secondary {
	text-decoration: none!important;
}

table {
	width: 100%;
	border-collapse: collapse;
}

td {
	text-align: center;
}
.nav-tab.nav-tab-active, 
.nav-tab.nav-tab-active:focus, 
.nav-tab.nav-tab-active:focus:active,
.nav-tab.nav-tab-active:hover {
    border-bottom: 1px solid #ffffff;
    background: #ffffff;
    color: #000000;
}
.nav-tab{
	background: #f3f3f3;
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.about-wrap {
	max-width: 1000px;
    margin: 10px auto;
    padding: 25px 40px 25px 20px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.11);
    border-radius: 6px;
    border-collapse: collapse;
}

.about-wrap h1 {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 35px;
	font-weight: 800;
}

.welcome-description-wrap {
	display: inline-block;
	width: 100%;
	margin: 20px 0 0;
}

.about-wrap .about-text{
	margin: 20px 10px;
	text-align: justify;
	font-size: 16px;
	letter-spacing: 1px;	
}
.geco-actions,
.geco-screenshot{
	text-align: center;
}
.geco-actions{
    margin: 2em 0 0;
}
.geco-screenshot img{
    max-height: 350px;
	-webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.11);
    border-radius: 6px;
    border-collapse: collapse;
}
.about-wrap table td h3 {
	font-size: 1em;
	margin: 10px;
	padding-left: 10px;
	text-align: left;
}

.wrap table {
	border: 1px solid #e1e1e1;
	border-collapse: collapse;
}

.wrap table th {
	width: 33%;
}

.wrap table th:first-child {
	background-color: rgba(0, 0, 0, 0.03);
}
.about-wrap .about-description{
	font-size: 17px;
}
.about-wrap table td .table-desc {
	font-size: 15px;
	margin: 20px;
	padding-left: 20px;
	display: block;
	text-align: left;
}

.about-wrap table .table-feature-title > h3 {
	color: #404040;
}

.wrap table th {
	background-color: #ffcd08;
}

.wrap table th:last-child {
	background-color: #f7c500;
}

.wrap table th h3 {
	color: #fff;
	margin: 10px;
}

tr:nth-child(2n) {
	background-color: #e7e7e7;
}

.wrap table td span {
	font-size: 25px;
}

.wrap table td .dashicons.dashicons-no {
	color: #CE2D2D;
}

.wrap table td .dashicons.dashicons-yes {
	color: #24B37E;
}

table tr .btn-wrapper {
	padding: 10px 0;
}

table tr .btn-wrapper .button {
	background-color: #ffcd08;
	color: #fff;
	font-size: 14px;
	line-height: 0;
	padding: 20px 0;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 700;
}

table tr .btn-wrapper .button:hover,
table tr .btn-wrapper .button:focus {
	background: #f7c500 none repeat scroll 0 0;
	color: #fff;
}

@media (max-width: 1400px) {
	.about-wrap h1 {
		font-size: 30px;
	}
	.about-wrap .about-text {
		font-size: 16px;
	}
}

@media (max-width: 1200px) {
	.about-wrap .about-text {
		font-size: 14px;
	}
	.about-wrap table td h3,
	.about-wrap table td {
		font-size: 14px;
	}
}

@media (max-width: 980px) {
	.about-wrap h1 {
		font-size: 25px;
	}
	.about-wrap .about-text,
	.geco-screenshot {
		float: none;
		width: 100%;
	}
	.about-wrap {
		margin: 20px 20px 20px 10px;
	}
	.about-wrap table td h3 {
		padding-left: 0;
	}
}
