body {
}

.btn-score
{
	width: 60px;
	height: 60px;
}

.btn-action
{
	height: 40px;
	width: 40px;
}

.card
{
	margin-bottom : 5px;
	margin-top : 5px;
}

.jumbotron
{
	padding: 10px;
}

.progress
{
	height: 40px;
}

.img-player
{
	width: 90%;
	height: auto;
	padding-bottom: 10px;
}
.btn-nav
{
	margin-right: 5px;
	margin-left: 5px;
}
.navbar-custom .navbar-brand
{
	color: #FFF;
}

.bg-custom
{
	background-color:rgb(106,202,253);
}
.jumbotron
{
	background-color:#EEE;
}
nav
{
	margin-bottom: 2rem;
}
/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  outline: 2px solid #f00;
}

.img-radio
{
	width: 50px;
	height: 50px;
}
.btn-group-vertical
{
	width: 60px;
}

.btn-group-vertical>.btn-score:first-child:not(:last-child)
{
	height:30px;
	width :60px;
	border-radius: 30px 30px 0 0;
}
.btn-group-vertical>.btn-score:last-child:not(:first-child)
{
	height:30px;
	width :60px;
	border-radius: 0 0 30px 30px;
}

.btn-yellow-last
{
	margin-top: 5px;
}

.btn-red-last
{
	margin-top: 5px;
}