body{
	margin-top: 85px;
	margin-bottom: 85px;
	}
	
	a.small{
		font-size:12px;
	}
	
	
	.gutter-2.row {
		margin-right: 3px;
		margin-left: 3px;
	}
	
	.gutter-2 > [class^="col-"], .gutter-2 > [class^=" col-"] {
		padding-right: 3px;
		padding-left: 3px;
		padding-bottom: 6px;
	}
	
	.btn-fav {
		color: #fff;
		background-color: #bc0184;
		border-color: #bc0184;
		border-radius: 0px;
	}
	
	.btn-fav:hover {
		color: #fff;
		background-color: #bc0184;
		border-color: #bc0184;
	}
	
	.btn-fav:focus, .btn-fav.focus {
		-webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
		box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
	}
	
	.btn-fav.disabled, .btn-fav:disabled {
		background-color: #bc0184;
		border-color: #bc0184;
	}
	
	.btn-fav:active, .btn-fav.active,
	.show > .btn-fav.dropdown-toggle {
		color: #fff;
		background-color: #bc0184;
		background-image: none;
		border-color: #bc0184;
	}
	
	
	
	
	
	
	
	.btn-playgame {
		color: #fff;
		background-color: #fd0002;
		border-color: #fd0002;
		border-radius: 0px;
	}
	
	.btn-playgame:hover {
		color: #fff;
		background-color: #025aa5;
		border-color: #01549b;
	}
	
	.btn-playgame:focus, .btn-playgame.focus {
		-webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
		box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
	}
	
	.btn-playgame.disabled, .btn-playgame:disabled {
		background-color: #fd0002;
		border-color: #fd0002;
	}
	
	.btn-playgame:active, .btn-playgame.active,
	.show > .btn-playgame.dropdown-toggle {
		color: #fff;
		background-color: #fd0002;
		background-image: none;
		border-color: #fd0002;
	}
	
	
	
	
