
<style>
  .navbar {
    background-color: #3b3b3b!important;
    font-family: Arial, sans-serif;
  }
  nav {
    background-color: #3b3b3b!important;
    font-family: Arial, sans-serif;
  }
  
  .container {font-family: Arial, sans-serif;}
  
  .container h3 {padding-top:13px!important}
  
  footer {
	  background-color: #3b3b3b!important;
	  padding: 13px 0;
	  color: #ffffff !important;
	  font-family: Arial, sans-serif;
	  margin-top: 13px;
  }
  footer a{
	  color: #ffffff !important;
  }
  
  .breadcrumbs ul {list-style-type: none; margin: 0; padding: 13px 0}
  .breadcrumbs ul li {display: inline-block; padding-right: 12px}
  .breadcrumbs li:before {content: "⁄"; padding-right: 12px;}
  .breadcrumbs li:first-child:before {content: ""}

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

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

  .navbar .navbar-brand {
    color: #ffffff !important;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  nav img {
	  height: 50px!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: #242b34;
		border-radius: 100px;
		height: 99px
	}
	table.responsive-table tr {
		background-color: #dee2e6;
		border-bottom: 14px #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>