
<style>
  .navbar {
    background-color: #000!important;
    font-family: Arial, sans-serif;
  }
  nav {
    background-color: #000!important;
    font-family: Arial, sans-serif;
  }
  
  .container {font-family: Arial, sans-serif;}

  .navbar .nav-link {
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 10px 15px;
  }

  .navbar .nav-link:hover {
    color: #f0f0f0 !important;
  }

  .navbar .navbar-brand {
    color: #ffffff !important;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  nav img {
	  height: 70px!important;
  }
  
  table.responsive-table tr, table.responsive-table td {
	  border: none;
	  vertical-align: middle; text-align: center;
    }
	table.responsive-table .btn {
		background-color: #0d6efd;
		color: #fff!important;
	}
	table.responsive-table img {
		background-color: #052b5b;
		border-radius: 0px;
		height: 103px
	}
	table.responsive-table tr {
		background-color: #dae1e8;
		border-bottom: 13px #fff solid; 
	}
	table.responsive-table tr span {
		font-size: 26px;
		font-weight: bold;
		text-transform: uppercase;
	}
	table.responsive-table td {
		background-color: #ffffff00;
	}
  @media (max-width: 768px) {
    table.responsive-table thead {
      display: none;
    }

    table.responsive-table, 
    table.responsive-table tbody, 
    table.responsive-table tr, 
    table.responsive-table td {
      display: block;
      width: 100%;
	  text-align: center;
    }

    table.responsive-table tr {
      margin-bottom: 1rem;
      border-radius: 0.25rem;
      padding: 0.5rem;
	  border: none;
    }

    table.responsive-table td {
      border: none;
      padding: 0.5rem;
    }

    table.responsive-table td:last-child {
      border-bottom: none;
    }
  }
</style>