﻿@media screen and (orientation: portrait) {
    .one {
        display: none;
    }

    body {
        font-size: small;
    }

    td {
        font-size: small;
        margin: 2px;
        padding: 2px;
    }

    th {
        background-color: lightgray;
        text-align: center;
        vertical-align: central;
    }

    .font-sm {
        font-size: small;
    }
}


@media screen and (orientation: landscape) {

    .one {}

    .two {
        display: none;
    }
}

table {
    border-collapse: separate;
}

a, a:link, a:visited {
    text-decoration: none;
    color: #00788a;
}

a:hover {
    text-decoration: underline;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h5, h6, .t_cht {
    color: #000 !important;
}

.ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td {
    line-height: 100%;
}

.ExternalClass {
    width: 100%;
}

body {
/*    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif*/
}

table {
    width: 100%;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

th {
    background-color: lightgray;
    text-align: center;
    vertical-align: central;
}

td {
    text-align: center;
    vertical-align: middle;
}


.titulo {
    width: 78vw;
    text-align: start;
}

.revisao {
    width: 20vw
}


.obs {
    font-size: x-small;
    padding: 5px;
}


.fds {
    background-color: palevioletred;
    color: black;
    height: 10px;
}


.util {
    background-color: cornflowerblue;
    height: 10px;
}