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

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

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

  .navbar .navbar-brand {
    color: #dee2e6 !important;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  nav img {
	  height: 55px!important;
  }
  
  table.responsive-table tr, table.responsive-table td {
	  border: none;
	  vertical-align: middle; text-align: center;
    }
	table.responsive-table .btn {
		background-color: #212529;
		color: #fff!important;
	}
	table.responsive-table img {
		background-color: #34465d;
		border-radius: 75px;
		height: 102px
	}
	table.responsive-table tr {
		background-color: #f0f0f0;
		border-bottom: 12px #fff solid; 
	}
	table.responsive-table tr span {
		font-size: 21px;
		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>