.viewtable {
	border-collapse: collapse;
	width: 100%;
	/*width: auto;*/
	/*border-top: 2px solid #999;*/
	border-bottom: 1px solid #999;
	font-size: 14px;
}

.viewtable th {
	margin: 0;
	padding: 5px;
	text-align: center;
	/*padding-left: 20px;*/
	border-bottom: 1px solid #ccc;
}

.viewtable tbody tr {
	height: 40px;
}

.viewtable td {
	margin: 0;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.viewtable tbody tr td:last-child{
	border-right: none;
}

.viewtable tbody tr td {
	border-left: 1px solid #ccc;
	text-align: left;
	padding-left: 20px;
}

.viewtable tbody tr td:nth-child(1) {
	padding: 20px;
	height: 600px;
	vertical-align: top;
}

.bt {
	text-align: left;
}

.maincontent {
	width: 100%;
}

.contentcontainer {
	display: block;
	padding: 0px;
}

.backtolist {
	float:right;
	margin-right: 20px;
	background-color: rgb(246, 125, 33);
	color: white;
	border-radius: 5px;
	margin-top: 15px;
	padding: 10px;
	width: 60px;
	text-align: center;
	cursor: pointer;
}

.modify {
	float:right;
	margin-right: 20px;
	background-color: #51628f;
	color: white;
	border-radius: 5px;
	margin-top: 15px;
	padding: 10px;
	width: 60px;
	text-align: center;
	cursor: pointer;
}

@media (min-width: 1000px)
{
	.viewtable {
		position: relative;
		font-size: 14px;
		min-width: 650px;
		left: 50px;
		width: auto;
		border-top: 2px solid #999;
	}

	.viewtable tbody tr td:nth-child(1) {
		border-right: 1px solid #ccc;
	}

	.contentcontainer {
		display: inline-block;
		padding: 30px;
	}

	.maincontent {
		width: auto;
		min-width: 600px;
	}
}

@media (min-width: 1200px)
{
	.viewtable {
		min-width: 830px;
	}
}