@charset "utf-8";

.right {
	margin-top: -50px;
}

.block {
	margin-top: 50px;
}

.title {
	float: left;
	width: 180px;
}

table {
	float: right;
	width: 620px;
	border-top: 3px double #dcdcdc;
	border-bottom: 3px double #dcdcdc;
}

th {
	background-color: #f2f5fa;
}

th, td {
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 10px 0;
}

.border-bottom {
	border-right: none;
}

.border-none {
	border: none;
}