body{
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    padding-top: 20px;
}

.img-inline{
    display: inline-block;
}

h1{
    font-weight: 400;
    font-size: 37px;
    margin-bottom: 10px;
}

a.gooficial{
    font-size: 14px;
    color: #589bb8;
    text-decoration: underline;
}

p.information{
    font-size: 17px;
    font-weight: 400;
    color: #414141;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.footertext p{
    color: #828282;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
}

.table{
    margin-bottom: 40px;
    margin-top: 40px;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
   border: 1px solid #000;
}
thead{
    border: 1px solid #000;
}

th{
    background: #bfbfbf;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    vertical-align: middle !important;
}

td.second{
    background: #d9d9d9;
    font-weight: 500;
}