/*!
 * Tubox Link Check v1.0.0
 *
 * Copyright 2015 Tubox Co.,Ltd.
 * http://linkcheck.tubox.com/
 *
 * index.css : Top page (Link Check)
 *
 */

/*--------------------------
 * header
 *--------------------------*/
.section-second {
	margin-top: 50px;
	margin-bottom: 80px;
}

.section-second .recent-message {
	color: #999;
}

.section-second .progress {
	margin-top: 10px;
	margin-bottom: 0;
}

.section-second #progress-message {
	margin-top: 10px;
}

.section-second #result-download {
	margin-bottom: 8px;
}

/*--------------------------
 * detail
 *--------------------------*/
.result-detail {
	font-size: 1em;
	width: 100%;
}

.result-detail .result-seq {
	width: 50px;
}

.result-detail .result-link {
	line-height: 1.1;
	word-break: break-all;
}
.result-detail .result-link .result-link-page {
	color: #999;
	margin-top: 0.25em;
}

.result-detail .result-status {
	width: 100px;
}

.result-detail .result-message {
	min-width: 100px;
}

.result-detail .result-info {
}
.result-detail .result-info pre {
	width: 100%;
	line-height: 1.1;
	word-break: break-all;
}

.result-detail .result-link a,
.result-detail .result-message button {
	font-size: 0.8em;
	padding: 0 0 0 0.5em;
	margin: 0;
}
