﻿#body-content{
	background: #f5f5f5;
}
#locale{
	margin-top: 1em;
	margin-bottom: 1em;
}
#locale span,#locale span a{
	color: #666;
}
#body-content>img{
	width: 100%;
}
#text-box{
	position: relative;
	background: #fff;
	text-align: center;
	top: -5em;
}
#text-box h3{
	display: inline-block;
	margin: 1.5em 3em 0.5em;
	font-size: 1.75em;
	position: relative;
}
#text-box p{
	margin-bottom: 1.5em;
	color: #999;
}
.act-color{
	color:#C31628;
}
.programme-table{
	margin: 0 auto;
	margin-bottom: 50px;
}
.programme-table td{
	border: 1px solid #ddd;
}
.programme-table td:first-child{
	padding: 12px;
}
.programme-table td:first-child strong{
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #C31628;
	color: #fff;
	line-height: 30px;
	font-weight: 400;
	
}
.programme-table tr:nth-child(2n+1) td{
	background: #f5f5f5;
}
.programme-table td:nth-child(2){
	width: 14.9%;
	font-size: 16px;
	color: #333;
	padding: 12px 24px 12px 12px;
}
.programme-table td:last-child{
	text-align: left;
	width: 80%;
	padding: 12px 24px 7px 12px;
	color: #666;
	font-size: 16px;
}
.programme-table td:last-child li{
	margin-bottom: 5px;
}
.btn-box{
	margin-bottom: 50px;
}
.btn-box .btn{
	border-radius: 0px;
	width: 125px;
	margin-left: 50px;
}
.btn-box a button,.btn-box a button:hover,.btn-box a button:visited,.btn-box a button:focus{
	color: #fff;
	background: #C31628;
	box-shadow: none;
	outline: none;
}
.btn-box>button{
	border: 1px solid #C31628;
	color: #C31628;
	background: #fff;
}
