
.page .section + .section {
	margin-top: 0;
}


html * + .section {
	margin-top: 0;
}


.section-checkout-question-top {
	padding-top: 40px;
	padding-bottom: 15px;
}



.section-checkout-question-other {
	padding-top: 40px;
	padding-bottom: 15px;
}


@media (min-width: 768px) {
	.section-checkout-question-other {
		padding-top: 50px;
		padding-bottom: 20px;
	}
}


/*
*
* Text Alignment
* 
*/
.text-left {
	text-align: left;
}



.checkout-question-font2 {
  display: inline;
  line-height: 1.27;
  padding-bottom: 0px;
  font-size: 23px;
  font-weight: 500;  
  color: #042b52;
  /*color: #333333; */
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
}

@media (min-width: 400px) {
	.checkout-question-font2 {
		font-size: 23px;
		font-family: Helvetica, Arial, sans-serif;
		display: inline;
  		line-height: 1.27;
  		padding-bottom: 0px;
  		color: #042b52;
  		font-weight: 500;  
		font-style: normal;
	}
}

@media (min-width: 768px) {
	.checkout-question-font2 {
		font-size: 26px;
		font-family: Helvetica, Arial, sans-serif;
		display: inline;
  		line-height: 1.27;
  		padding-bottom: 0px;
  		color: #042b52;
  		font-weight: 500;  
		font-style: normal;
	}
}

@media (min-width: 992px) {
	.checkout-question-font2 {
		font-size: 30px;
		font-family: Helvetica, Arial, sans-serif;
		display: inline;
  		line-height: 1.27;
  		padding-bottom: 0px;
  		color: #042b52;
  		font-weight: 500;  
		font-style: normal;
	}
}

@media (min-width: 1200px) {
	.checkout-question-font2 {
		font-size: 34px;
		font-family: Helvetica, Arial, sans-serif;
		display: inline;
  		line-height: 1.27;
  		padding-bottom: 0px;
  		color: #042b52;
  		font-weight: 500;  
		font-style: normal;
	}
}




.checkout-question-field-font2 {
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: 500;  
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: .03em;
}

@media (min-width: 768px) {
	.checkout-question-field-font2 {
		font-size: 22px;
	}
}

@media (min-width: 1200px) {
	.checkout-question-field-font2 {
		font-size: 22px;
	}
}






.checkout-form-input {
	order: 3;
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 12px 19px;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #ccc;
	background-image: none;
	border-radius: 4px;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
}

@media (min-width: 1200px) {
	.checkout-form-input {
		width: 80% !important;
	}
}


.checkout-form-input-date {
	order: 3;
	/*display: block; */
	width: 100%;
	min-height: 50px;
	/*padding: 12px 19px; */
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #ccc;
	background-image: none;
	border-radius: 4px;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
}

@media (min-width: 1200px) {
	.checkout-form-input-date {
		width: 80%;
	}
}




.checkout-form-input-select {
	/*order: 3;
	display: block;
	min-height: 50px; */
	width: 100%;
	/*padding: 12px 19px; 
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	/*color: #000000;
	background-color: #ffffff;
	border: 1px solid #ccc;
	background-image: none;
	border-radius: 4px;
	-webkit-appearance: none; 
	transition: .3s ease-in-out; */
}

@media (min-width: 1200px) {
	.checkout-form-input-select {
		width: 80%;
	}
}




/****************************
/*****SELECT CHECKOUT FORM*/

.styled-select {
    overflow: hidden;
    height: 50px;
    float: left;
    width: 100%;
    margin-right: 10px;
    border: 1px solid #ccc;
    /* background: url(http://www.speedyfilings.com/images/down-chevron-gray-icon.png) no-repeat right center #ffffff; */
}

@media (min-width: 1200px) {
	.styled-select {
		width: 100%;
	}
}


.styled-select-orgcitizen {
    overflow: hidden;
    height: 50px;
    float: left;
    width: 100%;
    margin-right: 10px;
    border: 1px solid #ccc;
    /* background: url(http://www.speedyfilings.com/images/down-chevron-gray-icon.png) no-repeat right center #ffffff; */
}

@media (min-width: 1200px) {
	.styled-select-orgcitizen {
		width: 80%;
	}
}


.styled-select select {
	border: 1px solid #ccc;
	background-image: none;
	border-radius: 4px;
    font-size: 34px;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    height: 50px;
    text-indent: 10px;
    color: #cc0000;
    -webkit-appearance: none;
}

.styled-select option.service-small {
    font-size: 34px;
    padding: 5px;
    /* background: #ccc; */
}



.checkout-answerbg2 { background-color:#fafafa; padding:8px 50px 8px 15px;}




/*Below code increases checkbox size */
input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  transform: scale(1.3);
  /*padding: 5px; */
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext
{
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}


/*Below code increases radio button size */
input[type="radio"] {
  -ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3); /* Chrome, Safari, Opera */
  transform: scale(1.3);
}



.section-checkout-answerbox {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (min-width: 768px) {

	.section-checkout-answerbox {
		padding: 20px 0;
	}
}




.checkout-textarea-xxbig {
	order: 3;
	display: block;
	width: 100%;
	min-height: 140px;
	padding: 12px 19px;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #ccc;
	background-image: none;
	border-radius: 4px;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
}


@media (min-width: 1200px) {
	.checkout-textarea-xxbig {
		width: 80%;
	}
}




.checkout-textarea-xbig {
	order: 3;
	display: block;
	width: 100%;
	min-height: 70px;
	padding: 12px 19px;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #ccc;
	background-image: none;
	border-radius: 4px;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
}


@media (min-width: 1200px) {
	.checkout-textarea-xbig {
		width: 80%;
	}
}


.checkout-textarea-big {
	order: 3;
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 12px 19px;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #ccc;
	background-image: none;
	border-radius: 4px;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
}


@media (min-width: 1200px) {
	.checkout-textarea-big {
		width: 80%;
	}
}


.checkout-textarea-small {
	order: 3;
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 12px 19px;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #ccc;
	background-image: none;
	border-radius: 4px;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
}


@media (min-width: 1200px) {
	.checkout-textarea-small {
		width: 80%;
	}
}




.checkout-question-explanation-font {
  padding-bottom: 0px;
  font-size: 17px;
  font-weight: 300;  
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: .03em;
}

@media (min-width: 768px) {
	.checkout-question-explanation-font {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.checkout-question-explanation-font {
		font-size: 18px;
	}
}


.section-checkout-examples {

border: 1px solid #cc9966;
background-color: #faf6d5;
width: 95%;
padding: 8px;

}

@media (min-width: 768px) {
	.section-checkout-examples {
		width: 85%;
	}
}

@media (min-width: 1200px) {
	.section-checkout-examples {
		width: 75%;
	}
}






.checkout-review-table {
    width: 100%;
    border: 1px solid;
    border-color: #dbdad7;
    padding: 4px;
}


.checkout-review-table-row {
    width: 100%;
    border: 1px solid;
    border-color: #dbdad7;
}


.checkout-review-td-grey {
	display: block;
	background-color: #f0f0f1;
}


.checkout-package-hr-1 {
border-bottom: 1px solid #c5c5c6;
/*border-color: #E1E7FE; */
}



.checkout-options-left-color-bg {
padding-top:5px;
padding-bottom:5px;
padding-left:5px; 
padding-right:5px;
background-color: #f2f0ea;

}


.li-pricing-table-bottom-left {
text-align:left;
padding-bottom: 16px;
}


.list-unstyled {
  padding-left: 0;
  list-style: none
}



.button-checkout-review-change-font {
  padding-bottom: 0px;
  font-size: 12px;
  font-weight: 500;  
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: .03em;

}


.button-checkout-review-change {
	position: relative;
	overflow: hidden;
	display: inline-block;
	
	padding: 11px 30px;
	font-size: 20px;
	line-height: 24px;
	border: 1px solid;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	/*font-family: Helvetica Neue,Helvetica,sans-serif; */
	/*font-weight: 400; */
	font-weight: 300;
	/*letter-spacing: .1em; */
	letter-spacing: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out;
	border-radius: 4px;
	/*text-transform: uppercase; */

}



.button-checkout-review-change2 {
	position: relative;
	display: inline-block;
}




/*CHECKOUT REVIEW PAGE CHANGE BUTTON */
html .button-checkout-review-change, html .button-checkout-review-change:focus {
	color: #222255;
	 background-color: #eeeecc;  /* BLUE */
	 border-color: #9d9d6d; /* BLUE */
	/* background-color: #27820e; /* GREEN */
	/* border-color: #27820e; /* GREEN */
	/* background-color: #b95e04; /* ORANGE */
	/* border-color: #b95e04; /* ORANGE */
}

html .button-checkout-review-change:hover, html .bbutton-checkout-review-change:active {
	color: #222255;
	 background-color: #dadabf; /* BLUE */
	 border-color: #9d9d6d; /* BLUE */
	/* background-color: #2d8f13; /* GREEN */
	/* border-color: #2d8f13; /* GREEN */
	/* background-color: #c36317; /* ORANGE */
	/* border-color: #c36317; /* ORANGE */
}

html .button-checkout-review-change.button-ujarak::before {
	 background: #d4d4b7; /* BLUE */
	/* background: #c36317; /* GREEN */
	/* background: #c36317; /* ORANGE */
}


.button-checkout-change {
	padding: 3px 8px;
	font-size: 12px;
	line-height: 8px;
}




/*PRIMARY BUTTON GREEN */
html .button-primary-green, html .button-primary-green:focus {
	 color: #ffffff;
	background-color: #27820e; /* GREEN */
	border-color: #27820e; /* GREEN */

}

html .button-primary-green:hover, html .button-primary-green:active {
	color: #ffffff;
	background-color: #2d8f13; /* GREEN */
	border-color: #2d8f13; /* GREEN */
}

html .button-primary-green.button-ujarak::before {
	background: #2d8f13; /* GREEN */
}




.button-round-1 {
	border-radius: 5px;
}

.button-round-2 {
	border-radius: 10px;
}








/* Clear floats after the columns */

.checkout-row{
	padding-top: 7px;
	padding-bottom: 7px;
}

.checkout-review-row{
	padding-top: 0px;
	padding-bottom: 0px;
}

.checkout-row-grey{
	background-color: #f0f0f1;
}

.checkout-row:after {
    content: "";
    display: table;
    clear: both;

}

.checkout-review-row:after {
    content: "";
    display: table;
    clear: both;

}

.checkout-col-25 {
	float: left;
    width: 25%;
    margin-top: 6px;
    text-align:right;
    padding-right:8px;
}

.checkout-col-25-grey {
	float: left;
    width: 25%;
    padding-top: 6px;
    text-align:right;
    background-color: #f0f0f1;
}

.checkout-review-col-25 {
	float: left; 
    width: 25%;
    padding-top: 8px;
    padding-bottom: 0px;
    padding-right: 15px;
    padding-left: 10px;
    text-align:right;
    background-color: #ffffff;
    margin-top: 0;
}


.checkout-review-col-25-grey {
	float: left; 
    width: 25%;
    padding-top: 8px;
    padding-bottom: 0px;
    padding-right: 15px;
    padding-left: 10px;
    text-align:right;
    background-color: #f0f0f1;
    margin-top: 0;
}


.checkout-col-35 {
	float: left;
    width: 35%;
    margin-top: 6px;
    text-align:right;
    padding-right:8px;
}

.checkout-col-35-grey {
	float: left;
    width: 35%;
    padding-top: 6px;
    text-align:right;
    background-color: #f0f0f1;
}


.checkout-col-55 {
	float: left;
    width: 55%;
    margin-top: 6px;
}

.checkout-col-55-grey {
	float: left;
    width: 55%;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #f0f0f1;
}



.checkout-col-65 {
	float: left;
    width: 65%;
    margin-top: 6px;
}

.checkout-col-65-grey {
	float: left;
    width: 65%;
    margin-top: 6px;
    background-color: #f0f0f1;
}



.checkout-col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

.checkout-review-col-75 {
    float: left;
    width: 75%;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
	background-color: #ffffff;

}

.checkout-review-col-75-grey{
    float: left;
    width: 75%;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
	background-color: #f0f0f1;

}

.checkout-col-75-grey {
    float: left;
    width: 75%;
    margin-top: 6px;
    background-color: #f0f0f1;
}



/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .checkout-col-25, .checkout-col-35, .checkout-col-55, .checkout-col-65, .checkout-col-75, .checkout-col-25-grey, .checkout-review-col-25, .checkout-col-55-grey, .checkout-col-65-grey, .checkout-col-75-grey, .checkout-review-col-75-grey, .checkout-review-col-75, .checkout-gsexample, input[type=submit] {
        width: 100%;
        margin-top: 0;
        text-align:left;
    }
}


@media (max-width: 600px) {
   .checkout-summary-75,.checkout-summary-75-grey, {
        width: 100%;
        margin-top: 0;
        text-align:left;
        background-color: #FFFFFF;
    }
}

@media (max-width: 600px) {
    .checkout-summary-25, .checkout-summary-25-grey, .checkout-review-col-25-grey {
        width: 100%;
        margin-top: 0;
        text-align:left;
        background-color: #EAEAEB;
    }
}



.checkout-review-field-font {
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: 500;  
  color: #333333;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: .03em;
}

@media (min-width: 768px) {
	.checkout-review-field-font {
		font-size: 22px;
	}
}

@media (min-width: 1200px) {
	.checkout-review-field-font {
		font-size: 22px;
	}
}



.checkout-review-answer-font {
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 300;  
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: .03em;
}

@media (min-width: 768px) {
	.checkout-review-answer-font {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.checkout-review-answer-font {
		font-size: 18px;
	}
}



.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}


/**
* Dividers
*/
.divider {
	/* border-bottom: 1px solid #f2f3f8; */
	border-bottom: 1px solid #dedfe5;

}


.divider-price-table-cdrx {
	/* border-bottom: 1px solid #f2f3f8; */
	border-bottom: 10px solid #1730c6;
	padding-top:20px;
	padding-bottom: 20px;
}

.hr-divider-price-table-cdrx {
  height: 1px;
  margin-top: 20px; 
  margin-bottom: 27px;
  background-color: #dedfe5;
  border: none;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}






.checkout-package-option-small-font {
  padding-bottom: 0px;
  font-size: 14px;
  font-weight: 300;  
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: .03em;
}

@media (min-width: 768px) {
	.checkout-package-option-small-font {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.checkout-package-option-small-font {
		font-size: 16px;
	}
}




.checkout-package-option-total-price-font {
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: 400;  
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: .03em;
}

@media (min-width: 768px) {
	.checkout-package-option-total-price-font {
		font-size: 24px;
	}
}

@media (min-width: 1200px) {
	.checkout-package-option-total-price-font {
		font-size: 24px;
	}
}



.checkout-package-options-bold-font {
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: 600;  
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: .03em;
}

@media (min-width: 768px) {
	.checkout-package-options-bold-font {
		font-size: 22px;
		font-weight: 600; 
	}
}

@media (min-width: 1200px) {
	.checkout-package-options-bold-font {
		font-size: 22px;
		font-weight: 600; 
	}
}
/** DEBUG CODE BELOW **/





.checkout-question-shade {

background-color: #e7eef9;
width: 95% !important;
padding-top: 8px;
padding-bottom: 8px;
}

.container-trademark-search-checkout {
	/* width: 100%;   */
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;

}

@media (min-width: 576px) {
	.container-trademark-search-checkout {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container-trademark-search-checkout {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container-trademark-search-checkout {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container-trademark-search-checkout {
		max-width: 1200px;
	}
}





.section-checkout-options-table-other {
	padding-top: 40px;
	padding-bottom: 0px;
}

@media (min-width: 768px) {
	.section-checkout-options-table-other {
		padding-top: 50px;
		padding-bottom: 0px;
	}
}



.section-checkout-options-table-answerbox {
	padding-top: 0px;
	padding-bottom: 10px;
}


@media (min-width: 768px) {
.section-checkout-options-table-answerbox {
		padding: 0px 0;
	}
}


/* form button */

.form_inline .form-button {
	display: flex;
	flex-shrink: 0;
	flex-grow: 0;
	min-height: 50px;
}

.form_inline .form-button .button {
	min-height: inherit;
}

.form_inline .form-button a.button {
	display: flex;
	align-items: center;
}

.form-footer .form-button {
	max-width: 100%;
}

.form-footer .form-button a.button {
	display: flex;
}

.form_lg .form-button {
	min-height: 60px;
}

@media (max-width: 575px) {
	.box-layout-1 form .form-button,
	.box-layout-1 form .button {
		width: 100%;
	}
}

.form_inline .form-button {
	display: flex;
	flex-shrink: 0;
	flex-grow: 0;
	min-height: 50px;
}

.form_inline .form-button .button {
	min-height: inherit;
}

.form_inline .form-button a.button {
	display: flex;
	align-items: center;
}

.form-footer .form-button {
	max-width: 100%;
}

.form-footer .form-button a.button {
	display: flex;
}

.form_lg .form-button {
	min-height: 60px;
}


@media (max-width: 575px) {
	.box-layout-1 form .form-button,
	.box-layout-1 form .button {
		width: 100%;
	}
}











/*continue button */
.button-checkout-continue {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 11px 30px;
	font-size: 20px;
	line-height: 24px;
	border: 2px solid;
	font-family: Helvetica, Arial, sans-serif;
	/*font-family: Helvetica Neue,Helvetica,sans-serif; */
	/*font-weight: 400; */
	font-weight: 300;
	/*letter-spacing: .1em; */
	letter-spacing: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out;
	border-radius: 4px;
	/*text-transform: uppercase; */

}



.button-checkout-continue-font {
  padding-bottom: 0px;
  font-size: 22px;
  font-weight: 600;  
  color: #292721;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: .03em;

}


.button-checkout-continue-arrow {
  padding-bottom: 0px;
  font-size: 22px;
  font-weight: 600;  
  color: #996601;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: .03em;

}


/*CHECKOUT CONTINUE BUTTON */
html .button-checkout-continue, html .button-checkout-continue:focus {
	color: #ffffff;
	/* background-color: #0160b6; /* BLUE */
	/* border-color: #0160b6; /* BLUE */
	/* background-color: #27820e; /* GREEN */
	/* border-color: #27820e; /* GREEN */
	 background-color: #ffc000; /* ORANGE */
	 border-color: #ffc000; /* ORANGE */
	 box-shadow: 0 4px 2px -2px gray;
}

html .button-checkout-continue:hover, html .button-checkout-continue:active {
	color: #ffffff;
	/* background-color: #0775d6; /* BLUE */
	/* border-color: #0775d6; /* BLUE */
	/* background-color: #2d8f13; /* GREEN */
	/* border-color: #2d8f13; /* GREEN */
	background-color: #ffae00; /* ORANGE */
	border-color: #ffae00; /* ORANGE */
	box-shadow: 0 4px 2px -2px gray;
}

html .button-checkout-continue.button-ujarak::before {
	/* background: #0775d6; /* BLUE */
	/* background: #c36317; /* GREEN */
	background: #ffae00; /* ORANGE */
}











.checkout-small-font {
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 300;  
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: .02em;
}

@media (min-width: 768px) {
	.checkout-small-font {
		font-size: 17px;
	}
}

@media (min-width: 1200px) {
	.checkout-small-font {
		font-size: 17px;
	}
}



.font-pricing-table-bottom-orig2 {
  padding-bottom 0px;
  font-size: 24px;
  font-weight: 200;
  color: #6a6a6a;
  /*font-family: Verdana, sans-serif; */
  font-style: normal;
  text-decoration: line-through;
}









