.text-justified{
	text-align: justify;
	padding: 0 40px;
}
.text-justified>p{margin-bottom: 30px;}

.enterprise .text-justified > p {
    margin-bottom: 10px;
    line-height: 20px;
}
select{
	height:24px;
	margin-bottom:0;
}

ol{font-weight: bold;}
ol li{margin-bottom: 10px;}
ol li *{font-weight: normal;}
ol li h3{
	font-size: 16px;
	margin: 20px 0 10px 0;
	line-height: 17px;
}
ol li p{
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 25px;
	word-spacing: 2px;
}
ol address{margin: 10px;}
ol .sub{
	padding-left: 40px;
}
ol table{border-collapse: collapse;}
ol table td{
	border: 1px solid #aaa;
	padding: 10px;
}
.esign-table td{border: none;}

.error{color: red;}

.text-center {
    text-align: center;
}

.enterprise ol, .enterprise ul {
    list-style-position: inside;
    font-weight: normal;
    margin-left: 10px;
}

.enterprise p {
    font-size: inherit;
}

.enterprise div.box {
    border: solid 2px #000;
    padding: 10px 30px;
    margin: 10px 0px;
    display: block;
}