/* Adicionado pelo Meu Alelo */
.noPrint {
    display: none;
}

div.dataTables_length {
	display: none;
}

div.dataTables_info {
	display: none;
}

div.dataTables_paginate {
	display: none;
}

div.paging_simple_numbers {
	display: none;
}

#resultado_previous {
	display: none;
}



table {
    border-collapse: collapse;
    border-spacing: 0;
}

table {
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-size: medium;
    font-variant: normal;
    font-style: normal;
    color: -webkit-text;
    text-align: start;
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

body {
	margin: 0px;
    color: #848484;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important;
    font-family: 'MS300', Helvetica, Arial, sans-serif;
}

html {
	margin: 0px;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

