body {
  font-family: "Roboto";
  background-color: #33373a;
}

.content {
  /* Center vertically and horizontally */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  text-align: center;
  color: #dfdfdf;
}

.content-pr {
  color: #dfdfdf;
  text-align: center;

  padding-left: 10rem;
  padding-right: 10rem;
  padding-top: 5%;
}

.content-pr > p {
  padding-left: 20rem;
  padding-right: 20rem;
}

.pr-section {
  text-align: left;
  padding-bottom: 3rem;
}

.stats {
  height: 90%;
  padding-top: 10%;
}

.navbar {
  z-index: 999;
}

.center {
  display: inline-block;
  vertical-align: middle;
}

.issue-count {
  font-weight: bolder;
}

.modal-content {
  background-color: #383d3f;
  color: #dfdfdf;
}

a {
  font-family: "Roboto" !important;
  color: #dfdfdf !important;
}

.modal-body > img {
  max-width: 1200;
}

.btn-group {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#meme-img {
  max-width: 100%;
}

.settings {
  position: absolute;
  right: 0;
  font-size: 1.5rem;
}

button.icon {
  border: none;
  color: white;
  padding: 12px 16px;
  border-radius: 0.1rem;
  cursor: pointer;
  background-color: transparent;
}

button.icon :active {
  background-color: #9a9a9ad2;
}

button > i {
  color: #dfdfdf;
}

.hidden {
  visibility: hidden;
}

#github-search-form {
  padding-left: 15%;
  padding-right: 15%;
}

.repo-name {
  color: #868686 !important;
  text-decoration: none;
}

.pr-title {
  font-weight: lighter;
  text-decoration: none;
}

a:hover {
  color: #2062f0 !important;
}

.pr-icon {
  padding-right: 0.2rem;
}

.red {
  color: rgb(221, 4, 4);
}

.green {
  color: rgb(10, 198, 10);
}

.grey {
  color: #868686;
}

.yellow {
  color: rgb(234, 255, 5);
}

.action-button {
  min-width: 5rem;
}

.column-mergeable > i {
  display: flex;
  justify-content: center;
}

input.form-control {
  background-color: #222526;
  color: #dfdfdf;
  border-color: #6c757d;
}

input.form-control:focus {
  background-color: #222526;
  color: #dfdfdf;
}

.table {
  color: #dfdfdf !important;
  border-color: #383d3f;
}

.table > thead {
  border-color: #dfdfdf;
}

.column-author {
  color: #dfdfdf !important;
}

.column-assignee {
  color: #dfdfdf !important;
}
