body {
  background: rgb(29,49,50);
  font-family: Share Tech Mono, "Verdana", sans-serif;
  color: rgb(66,231,234);
  text-align: center;
  padding-bottom: 50px;
}

.github-fork-ribbon {
    background: rgb(17,76,76);
}
.github-fork-ribbon a {
    color: rgb(66,231,234);
    border-color: rgba(66,231,234, .7);
    outline: none;
}
.github-fork-ribbon a:hover {
    color: rgb(255,166,53);
    border-color: rgba(66,231,234, .7);
}

.navbar {
  background: rgb(29,49,50);
  border-bottom: none;
}

table, tr, td, th{
  border: solid 1px rgb(66,231,234);
  border-top: solid 1px rgb(66,231,234);
}

.navbar .table {
  margin-bottom: 0;
  background: rgb(17,76,76);
  border: solid 1px rgb(29,49,50);
}

.navbar h3 {
  margin-top: 1px;
  margin-bottom: 1px;
}

th {
  background: rgb(17,76,76);
  text-align: center;
}

table table {
  width: 100%;
}

input {
  background: rgb(17,76,76);
  color: rgb(187,197,201);
  font-size: 14px;
  font-family: Share Tech Mono, "Verdana", sans-serif;
  border: 1px solid rgb(66,231,234);
  padding: 1px;
  text-align: center;
}

select {
  background: rgb(17,76,76);
  color: rgb(187,197,201);
  font-size: 14px;
  font-family: Share Tech Mono, "Verdana", sans-serif;
  border: 1px solid rgb(66,231,234);
  padding: 1px;
  text-align: center;
}

h1 {
  border: double 15px rgb(66,231,234);
  padding: 15px;
  margin: 10px;
}

.btn-default {
  color: rgb(66,231,234);
  border-color: rgb(66,231,234);
  background-color: rgb(17,76,76);
}

.btn-default:hover, .btn-default.active:focus, .btn-default:focus, .btn-default:active:focus {
  color: rgb(255,166,53);
  border-color: rgb(255,166,53);
  background-color: rgb(17,76,76);
}

.btn-primary {
  color: rgb(255,166,53);
  border-color: rgb(66,231,234);
  background-color: rgb(17,76,76);
}

.btn-primary:hover,.btn-primary.active {
  color: rgb(255,166,53);
  border-color: rgb(255,166,53);
  background-color: rgb(17,76,76);
}

strong {
  color: rgb(255,166,53);
}

em {
  color: red;
}

#priority td, #metatypechoice, #magreschoice, .incAtt, .decAtt, .knowButton, .button {
  cursor: pointer;
}

.incAtt, .rating, .decAtt, .weapact, .weaprating, .buyammo, .amountofammo, .sellammo, .buygrenades, .sellgrenades, .buybomb, .bombup, .buyDet, .buycloths, .buyarmor, .buydevice, .buyUp, .numrfid, .sellDown, .ratingUp, .ratingDown, .commrating, .buyAug, .buyQuality {
  /*background: #000;*/
  width: 20px;
}

.selected {
  color: rgb(255,166,53);
  border-color: rgb(255,166,53);
}

.deact,.deact:hover{
  color: rgb(95,107,112);
  border-color: rgb(95,107,112);
  cursor: default;
}

.deact strong, .deact em {
  color: rgb(95,107,112);
}

.hide {
  display: none;
}