@media (min-width: 1200px) {
ul {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
p {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.checkbox {
	margin-top: 10px !important;
	margin-bottom: -10px !important;
}
.group-content .label.label-danger, .label.label-info{
	font-size: 60%;
	vertical-align: middle;
}
}
@media (max-width: 1200px) {
ul {
  padding-bottom: 0px !important;
  margin-bottom: 19px !important;
}
p {
  margin-bottom: 0px !important;
  padding-bottom: 10px !important;
}
.checkbox {
	margin-top: 7px !important;
	margin-bottom: -20px !important;
}
}
.extratextfield{
	display:none;
}
.notaxdeductiondescription{
	display:none;
}
.parsley-errors-list{
	color:red;
	font-weight:bold;
}
.well{
	margin-top:10px;
	padding-top:10px!important;
}
.well input[type=radio]{
	margin-left:13px
}
div[id*="package-additional-info-"]{
	margin-bottom:0px;
}
span.required {
	color: red;
}
.group-content{
	margin-bottom: 20px;	
}
.group-content H4{
	margin-top: 0px;
	margin-bottom: 0px;	
}
.select2-container .select2-choice {
	padding: 0 0 33px 8px;
	line-height: 33px;
	background-image: none;
}
.select2-container .select2-choice .select2-arrow {
	background: none;
}
.select2-container .select2-choice .select2-arrow b {
	margin-top: 3px;
}