	/*textarea{
		width: 800px !important;
		max-height: 180px !important;
	}*/
	
	 textarea.ta {
         display: block;
      }
      div.ta {
         display: none !important;
		
      }

    textarea.taa{
        display: block;
    }
    div.taa {
        display: none !important;

    }
	  
	  textarea.te {
         display: block;
      }
      div.te {
         display: none !important;
		
      }
	
@media print {
    html, body {
        width: 1024px;
    }
    body {
		overflow:visible;
        margin: 0 auto;
    }
	
	textarea.ta {
         display: none !important;
      }
      div.ta {
	
		  min-height:80px;
		  display: block !important;
		  border: 2px solid	rgb(200,200,200);
		  border-width: 1px;
		  border-radius: 5px;
		  width: 650px !important;
      }

    textarea.taa{
        display: none !important;
    }
    div.taa {
        min-height:500px;
        display: block !important;
        border: 2px solid	rgb(200,200,200);
        border-width: 1px;
        border-radius: 5px;
        width: 650px !important;
    }
	  
	  textarea.te {
         display: none !important;
      }
      div.te {
	
		  min-height:80px;
		  display: block !important;
		  border: 2px solid	rgb(200,200,200);
		  border-width: 1px;
		  border-radius: 5px;
		  width: 410px !important;
      }

		
	/*textarea{
		display: block !important;
		overflow: visible !important;
		width: 800px !important;
		height: 180px !important;
	}*/
	
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
        page-break-inside: avoid;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }

    .checked:before {
        content: "\2714";
    }
}