/* Original styles */
a {text-decoration: none;}
a:link {color: #0000ff; text-decoration: none;}
a:visited {color: #800080; text-decoration: none;}
a:active {color: #009900; text-decoration: underline;}
a:hover {color: #ff0000; text-decoration: underline;}
img {
	border: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px;
}
SELECT		{FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px}
INPUT		{FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px}
TEXTAREA	{FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;}
OPTION		{COLOR: #51485f; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px}
FORM		{FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px}
.exscripts                         
{
	font-size: 14px;
}

/* Base */
img {
	max-width: 100%;
}
p {
	margin: 0;
	padding: 0;
}

/* Links */
a:link {
	text-decoration: none;
}
a:visited {
	color: #800080;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
h2 a:link {
	background: #FF0000;
	color: #FFF;
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	margin-top: 0;
}
h2 a:hover { 
	text-decoration: underline;
}
h2 a:visited {
	color: #FFF;
}

/* Typography */
h2 {
	margin: 0;
	background: #FF0000;
	color: #FFF;
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	padding: 4px 0;
}
body {
	width: 98%;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Header */
header {
	margin-top: 20px;
}
.header-img {
	margin: 0 auto;
	margin-bottom: 20px;
	display: block;
}
.fyp-img {
	width: 145px;
	margin-top: 20px;
}
.echo-img {
	margin-top: 20px;
}

/* Columns */ 
.column-inner {
	padding: 4px;
	margin-bottom: 20px;
}
header .column-large {
	width: 47%;
	margin-right: 1.5%;
	margin-left: 1.5%;
}
header .column-small {
	width: 22%;
	margin-right: 1.5%;
	margin-left: 1.5%;
}
header .column {
	float: left;
}
@media (min-width: 550px) {
	.column {
		float: left;
	}
	.column-small {
		width: 22%;
		margin-right: 1.5%;
		margin-left: 1.5%;
	}
	.column-large {
		width: 47%;
		margin-right: 1.5%;
		margin-left: 1.5%;
	}
	.column-middle {
		margin: auto;
		padding-top: 20px;
		float: none;
		clear:both;
	}
}
@media (min-width: 551px) and (max-width: 959px) {
	.column-large-tablet {
		width: 62%;
		margin-right: 1.5%;
		margin-left: 1.5%;
		float: right;
	}
	.column-small {
		width: 32%;
	}
}
@media (min-width: 960px) {
	.column-small {
		width: 22%;
	}
	.column-large {
		width: 47%;
	}
}

/* Column content */
.column-inner {
	border: 1px solid #FF0000;
	line-height: 1.4;
}
.column-inner a {
	margin-top: 3px;
	display: inline-block;
}


/* News */
td font div {
	padding-top: 0!important;
}
font br:first-child {
	display: none;
}
font div > img {
	display: none;
}
.news table .lh {
	line-height: 1.4;
	margin-left: 8px;
	margin-top: -3px;
}
table {
	border-spacing: 0;
	padding: 0 10px;
}
td {
	padding-bottom: 20px;
}
.lh > a:first-child {
	font-size: 15px;
}

/* Apps */
.itunes-logo {
	display:inline-block;
	overflow:hidden;
	background:url(http://linkmaker.itunes.apple.com/images/badges/en-gb/badge_appstore-lrg.png) no-repeat;
	background-position: 50%;
	width:165px;
	height:40px;
	@media only screen{background-image:url(http://linkmaker.itunes.apple.com/images/badges/en-gb/badge_appstore-lrg.svg);
	}
}

.apps a {
	width: 100%;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	text-align: center;
}

/* Footer */
footer p {
	margin-bottom: 15px;
}
footer small {
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
}

/* Helper classes */
.clear-both {
	clear: both;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.float-right {
	float: right;
}
