@font-face {
    font-family: 'BetCom';
    src: url('betcom-webfont.eot');
    src: url('betcom-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('betcom-webfont.woff') format('woff'),
         url('betcom-webfont.ttf') format('truetype'),
         url('betcom-webfont.svg#BetComDemi') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BetCom';
    src: url('betcom-bold-webfont.eot');
    src: url('betcom-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('betcom-bold-webfont.woff') format('woff'),
         url('betcom-bold-webfont.ttf') format('truetype'),
         url('betcom-bold-webfont.svg#BetComBold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'K27';
    src: url('k27-webfont.eot');
    src: url('k27-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('k27-webfont.woff') format('woff'),
         url('k27-webfont.ttf') format('truetype'),
         url('k27-webfont.svg#K27') format('svg');
    font-weight: normal;
    font-style: normal;
}

.progression-button
{
	padding:5px 10px 5px 10px;
	border:2px solid #8E0000;
	background:#8E0000;
	color:#ffffff;
	font-size:20px;
	border-radius:5px;
	text-decoration:none;
}


.progression-button:hover
{
	padding:5px 10px 5px 10px;
	background:#c91e24;
	border-color:#c91e24;
	color:#ffffff;
	border-radius:5px;
	text-decoration:none;
}

.progression-button-inner
{
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	
}