/* Add here all your CSS customizations */
.userText{

}
.userText p{
	margin:0;
}
.userText ol{
	padding: 0 1em;
	font-size: 1.5em;
	margin: 15px 0;
}
.userText ol ul{
	font-size: 10px;
}
.userText ol p, .userText ol span{
	font-size: 14px;
}
.userText p *{
	font-size: inherit!important;
}
.userText ol h1, .userText h2{
	font-size: inherit;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 10px;
	color: #2744A0;
}
.userText ol h1 *, .userText h2 *{
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}
.row.sameHeight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row.sameHeight > [class*='col-'] {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.chk_1, .chk_2{
	width: 39px !important;
	height: 20px !important;

	/* margin-top: -25px !important; */
	/* margin-left: 126px !important;  */
}

.chk-label {
	padding-left: 13px !important;;
}

.chk-div{
	display: flex;
}

.chk-wrapper .chk-label {
	padding-left: 35px !important;
	display: inline-block;
	margin-bottom: 0px;
}

.chk-wrapper input {
	position: absolute;
	left: -10px;
	top: 0;
}

.chk-wrapper {
	display: inline-block;
	width: 100%;
	position: relative;
}