.view_btn button {
	font-size: 14px;
	background-color: rgba(0,0,0,0);
	border: 1px solid #555;
	padding: 3px 12px 3px 12px;
	margin: 20px 2px auto 2px;
	cursor: pointer;
	transition: 0.1s all;
	border-radius: 5px;
	box-shadow: 0 2px 3px #bbb;
}

.view_btn button:hover {
	background-color: rgb(50,50,120);
	transition: 0.1s all;
	color: #fff;
	font-weight: 500;
}
table tr:last-child { border-bottom: 2px solid #777; }
table tr:last-child > td { padding-bottom: 14px !important; }

@media screen and (max-width: 1220px) {
	.content_right > table { font-size: 14px !important; }
	tbody > tr > td { font-size: 13px; }
	tbody > tr:nth-child(3) > td { font-size: 14px; }
	tbody > tr:nth-child(1) > td { font-size: 15px; }
}
