html,
body {
  height: 100%;
}

.badge {
  position: absolute;
  right: 10px;
  top: 15px;
  text-align: center;
  border-radius: 30px 30px 30px 30px;
  padding: 5px 10px;
  color: green;
}

a:hover {
  text-decoration: none;
}

.card-title {
  margin-top: 20px;
}

.card-text {
  line-height: 20px;
}

.card-footer {
  border: 0px;
  background: none !important;
}

#player {
  width: 100%;
}

main {
  margin-top: 80px;
  margin-bottom: 20px;
}

.well {
  border: 1px solid #eee;
  padding: 30px;
  border-radius: 5px;
  background-color: #F5F5F5;
}

.color-active {
  color: green;
  font-weight: bold;
}

.color-not-active {
  color: red;
  font-weight: bold;
}

.table-width-auto {
  width: auto !important;
} 

.table {
	border: 1px;
	line-height: 20px;
}

.table th {
	background-color: #F5F5F5;
  text-align: center;
}

.table td {
  vertical-align: middle;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  border: 1px solid #eee;
  padding: 30px;
  border-radius: 5px;
  background-color: #F5F5F5;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}

@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  background-color: #eee;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

footer p {
  margin-bottom: .25rem;
}
