
<style>
  .navbar {
    background-color: #17110f!important;
    font-family: Roboto, sans-serif;
  }
  nav {
    background-color: #17110f!important;
    font-family: Roboto, sans-serif;
  }
  
  .container {font-family: Roboto, sans-serif;}
  
  .container h3 {padding-top:12px!important}
  
  footer {
	  background-color: #17110f!important;
	  padding: 12px 0;
	  color: #e3e3e3 !important;
	  font-family: Roboto, sans-serif;
	  margin-top: 12px;
  }
  footer a{
	  color: #e3e3e3 !important;
  }
  
  .breadcrumbs ul {list-style-type: none; margin: 0; padding: 12px 0}
  .breadcrumbs ul li {display: inline-block; padding-right: 8px}
  .breadcrumbs li:before {content: "›"; padding-right: 8px;}
  .breadcrumbs li:first-child:before {content: ""}

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

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

  .navbar .navbar-brand {
    color: #e3e3e3 !important;
    font-weight: bold;
    text-transform: capitalize;
  }
  
  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: #0f2b46;
		border-radius: 50px;
		height: 98px
	}
	table.responsive-table tr {
		background-color: #dae1e8;
		border-bottom: 12px #fff solid; 
	}
	table.responsive-table tr span {
		font-size: 25px;
		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>