
body {
    font-family: Arial, sans-serif;
}
.text-primary{
   color:#004f94 !important;
}
table {
    width: 100%;
    border-collapse: collapse;
    padding-top:70px !important;
}
th, td {
    border: 1px solid black;
    padding: 6px;
    font-size:14px;
    text-align: center;
}
th {
    background-color: #004f94!important;
                color: #ffd100;

}
td {
    background-color: #f9f9f9!important;
}
.category {
    background-color: #004f94;
    font-weight: bold;
}

        @media only screen and (min-width: 900px) {
table{
width:80%!important;
margin:10px 20px 10px 60px !important;
padding-top:70px !important;
}
h2{
margin:40px 0 0 40px;
}
            }
             /* Mobile responsiveness+*/
@media only screen and (max-width: 600px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }
    th, td {
        text-align: right;
        padding-left: 70% !important;
    }
    td:before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        font-weight: bold;
        text-align: center;
    }
    th {
        display: none;
    }
    tr {
        margin-bottom: 10px;
    }
}