body {
	min-width: 959px;
}

/*@media all and (max-width: 979px) {
	.last-wrapper {
		text-align: left;
		top: 115px !important;
		right: initial;
		left: 50px;
	}

	#labs-table {
		margin-top: 70px !important;
	}
}

@media all and (max-width: 1500px) {
	#labs-table th:last-child,
	#labs-table td:last-child {
		display: none;
	}
}

@media all and (max-width: 1719px) {
	#labs-table td:last-child table td:last-child {
		display: none;
	}
    #labs-table td:last-child table tr:first-child td:last-child {
        display: table-cell;
    }
}*/

.last-wrapper {
	top: 63px;
}

h4 {
	margin-top: 25px;
	display: inline-block;
}

.subcount {
	font-size: 12px;
	margin-left: 8px;
}

.toggle {
	cursor: pointer;
	font-size: 12px;
	font-style: italic;
}

.h {
	color: #aaa;
	cursor: pointer;
	font-size: 12px;
	font-style: italic;
	position: relative;
	left: 14px;
	top: -2px;
}
.x {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	position: relative;
	top: 2px;
}

.name {
	font-size: 12px;
	width: 300px;
}
.branch {
	color: #777;
	float: right;
	margin-left: 10px;
}
.inner {
	display: inline-block;
	position: relative;
	/*left: 150px;*/
	width: 110px;
}
.description {
	font-size: 12px;
	white-space: nowrap;
	/*width: 950px;*/
}
.description .ref {
	color: #777;
	font-size: 10px;
	position: relative;
	top: -4px;
}
.description .ref:hover {
	color: #337ab7;
	text-decoration: none;
}
.description i {
	color: #999;
}
.description i:after {
	content: '*';
}

.labs-table td.builds .placeholder {
	color: #aaa;
	text-align: right;
	/*padding-left: 395px;*/
}
.labs-table td.builds .content {
	display: none;
	position: relative;
	left: -300px;
	width: 600px;
}
.labs-table td.builds .content td {
	vertical-align: top;
	white-space: nowrap;
}

.labs-table th.builds.collapsed,
.labs-table th.builds.expanded {
	/*padding-left: 395px !important;*/
}

td.builds table td:first-child {
	padding-right: 10px;
	text-align: right;
	/*width: 450px;*/
}
td.builds table td i {
	color: #999;
}
td.builds table td {
	font-size: 12px;
}

.notice {
	color: #999;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 20px;
}

.private {
	color: blue !important;
}