﻿/* This section is added for <textarea> tag to print its content*/

.myTxtMsg{
    height: 400px !important;

}

.btn {
    margin-bottom: 10px !important;
}

/* Styles for all media */
#print_helper {
  display: none;
}

@media print {
    /* Styles for print */
#print_helper { 
    display: block;
    overflow: visible;
    font-family: Menlo, "Deja Vu Sans Mono", "Bitstream Vera Sans Mono", Monaco, monospace;
    white-space: pre, pre-wrap;
}
.myTxtMsg {
  display: none;
}

}
/* End Customized Section*/
