#aftershot-pro.support h1 {
	padding-bottom: 15px;
}

#aftershot-pro.support h2 {
	padding-bottom: 15px;
	font-size: 120%;
}

table.aftershot-patches {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 30px;
}

table.aftershot-patches th.patch-name {
	width: 230px;
}

table.aftershot-patches th.patch-notes {
	width: 400px;
}

table.aftershot-patches th.patch-info {
	width: 70%;
}

table.aftershot-patches th.patch-info-sm {
	width: 70%;
}

table.aftershot-patches th.languages {
	width: 10%;
}

table.aftershot-patches th.download {
	width: 30%;
}

table.aftershot-patches th.download-sm {
	width: 210px;
}

table.aftershot-patches th {
	padding: 5px 20px 5px 0;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
}

table.aftershot-patches td {
	padding: 5px 20px 5px 0;
	border-bottom: 1px solid #ccc;
}

.row-download {
	margin: 0;
	padding: 0;

}

.row-download p {
	padding: 0 0 5px 0 !important;
	margin: 0 !important;
}

.row-download span {
	display:  block;
	float: left;
	width: 140px;
	font-weight: 600;
}


.install-instructions .indent {
    margin-left: 32px;
}

.install-instructions + .tab-content {
    padding-top: 0;
}

p.em {
	margin-top: 15px;
	font-style: italic;
}

.updates-content dt h1 {
	cursor: pointer;
}

.nav-tabs>li.active>a {
    background-color: transparent;
}

@media (min-width: 768px) {
#product-nav li a {
    border-bottom: 3px solid transparent;
}
}

#subnav .nav-tabs {text-align: left;}