:root {
  --purple: #500778;
  --orange: #F89728;
}

body {
    background-color: #222222;
    color: #c3c3b0;
    padding-left: 12%;
    padding-right: 12%;
    font-family: 'Roboto', sans-serif;
}

h3 {
  margin-bottom: 5px;
}

a {
  text-decoration: none;
  color: var(--orange);
}

.toptitle {
  margin-bottom: 0px;
  text-decoration: none;
  font-weight: bold;
  color: var(--orange);
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  /* color: #f2f2f2; */
  color: #c3c3b0;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: var(--purple);
  color: white;
}

.contained-list {
  margin-top: 0;
  line-height: 1.3em;
  margin-right:0;
}

.copyable {
  text-align: center;
}

button.cpy-btn{
  margin-left: auto;
  margin-right: 0;
}

.fmt-table td{
  padding: 0 1rem;
}

.message {
  display: none;
  position: relative;
  background-color: #333;
  color: #fff;
  margin-left: 15px;
  border-radius: 5px;
}