.agreement-description
{
	position: fixed;
	top: 100px;
	z-index: 1000;
	width: 270px;
	display: none;
	right: 15px;
	padding: 10px;
	background: #73a1d0;
	border-radius: 5px;
}
.agreement-description-content
{
	padding: 20px 0;
	border-radius: 10px;
}
.agreement-description-content ul
{
	list-style: none;
	margin-left: -40px;
}
.agreement-description-content ul li
{
	margin: 0 20px;
}
.agreement-description-content ul li span
{
	display: block;
	width: 100%;
	font-size: 13px;
}
.agreement-description-content ul li span.description-data
{
	color: #fff;
}

.row.agreement-history h3, .row.agreement-history hr
{
	margin-top: 5px;
	margin-bottom: 5px;
}
