﻿#noPrint {
    display: none;
}

#table-screen {
    overflow-x: visible;
     
}
 a[href]:after {
    content: none !important;
  }

table
{
  border-collapse:collapse;
  border: none;
  width:100% !important;
  text-align: left;
}

i {
    display: none !important;
}

.panel {
    border: none !important;
    font-size: 12px !important;
}

* {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#printTd {
        width: 15% !important;
}

li {
    padding-left: 10px !important;
}

td {
    padding-left: 5px !important;
    width: 15% !important;

}

a:link {
    color:black !important;
}
body{
    width:95%;
    text-align:center;
    margin: auto;

}

.print-fix {


}

body::-webkit-scrollbar{
    display: none;

}