/* sarpedon custom styles
–––––––––––––––––––––––––––––––––––––––––– */

.filterbuttons {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.scoreboard td {
  margin: 0;
  padding: 0;
}

.table td a {
  display: block;
  padding: 16px;
  text-decoration: none;
}

.btn-group a {
  display: block;
  text-decoration: none;
}

.imgheader {
  display: flex;
  justify-content: center;
}

.imgheader h4 {
  margin-right: 1rem;
  display: inline-block;
}

.imgheader input {
  height: 2rem;
}

body {
  background-color: #212529;
  color: white;
}

h1 {
  color: white;
}

h2,
h4,
h6 {
  color: white;
  font-weight: bold;
  text-align: center;
}

p {
  text-align: center;
  color: white;
}

a,
a:hover {
  color: white;
}

nav {
  background-color: #212529 !important;
  color: black;
}

table.table {
  width: 75%;
  margin: auto;
  text-align: center;
}

table.imageTable {
  width: 95%;
}

td {
  cursor: pointer;
}

hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #212529, #fff, #212529);

  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;

  width: 70%;

}

.form-control {
  width: 50%;
  margin: auto;
}

.cmdinput {
  color: yellow;
}

.cmdinput:before {
  content: "root@box > ";
}

.cmdinfo {
  color: cyan;
}

.cmdinfo:before {
  content: "[INFO] ";
}

.cmdoutput {
  color: pink;
}
