﻿/* countdown styles */

#countdownOuter 
{ 
    background: url('../../image/countdown/bakgrunn.jpg');
    height: 313px;
    width: 258px;
    overflow: hidden;
}

#nextMatchLabel
{
    padding: 0;
    font-weight: bold;
    font-size: 11px;
    padding: 5px 0 0 0;
    height: 17px;
    margin: 0 0 0 0;   
    text-align: center; 
    width: 258px;
}

#Team 
{ 
    text-align: center;
    font-weight: bold; 
    text-transform: uppercase;
}

#Team .kamp 
{
    display: block;
    font-size: 18px;
    height: 21px;
    line-height: 21px;

}

#Team .info 
{ 
    display: block;
    padding: 5px 0 0 0;
    height: 27px;
    font-weight: bold;
    font-size: 11px;
}

#linkTicket 
{
    display: block;
    width: 256px;
    height: 180px;
    clear: both; 
}

.countdown_section 
{
    line-height: 8px;
    float: left;
    text-align: center;
    font-weight: bold;
	margin-left: 9px;
	margin-right: 5px;
	width: 49px;
	text-transform: uppercase;
}
.countdown_amount 
{
    height: 40px;
    font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	display: block;
}


