html, body
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: small;
	background: #004982;
}
	
img.osPictures
{
	margin: 8px;
}
	
ol
{
	padding-left:17px;
	margin:0px;

}
	
#smallFont{
	margin-top: 10px;
	font-size: xx-small;
}
		
table#loginNote
{
	border-radius: 10px;
	width: 64%;
	background-color: #FFFFFF;
}

table#loginNote  td
{
	padding:10px;
	vertical-align: middle;
	text-align: left;	
}


div#osDownloads
{
	border-radius: 10px;
	width: 64%;
	background-color: #FFFFFF;
	margin: auto;
	overflow:hidden;
}

div#topHeaders div
{
	background-color: silver;

}


div#bottomHeaders div
{
	background-color: silver;
}


div#topHeaders div
{
	-webkit-box-sizing:border-box;
	float: left;
	width: 25%;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;
	border : 1px white solid;
	box-sizing:border-box;
}

div#topPictures div
{
	float: left;
	width: 25%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	-webkit-box-sizing:border-box;
	border : 1px white solid;
	box-sizing:border-box;
}
div#bottomHeaders div:first-child 
{
	float: left;
	width: 33%;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;
	-webkit-box-sizing:border-box;
	border : 1px white solid;
	box-sizing:border-box;
}

div#bottomHeaders div:nth-child(2)
{
	float: left;
	width: 34%;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;
	-webkit-box-sizing:border-box;
	border : 1px white solid;
	box-sizing:border-box;
}

div#bottomHeaders div:nth-child(3)
{
	float: left;
	width: 33%;
	font-weight: bold;	
	padding-top: 1em;
	padding-bottom: 1em;
	-webkit-box-sizing:border-box;
	border : 1px white solid;
	box-sizing:border-box;
}


div#bottomPictures div:first-child
{
	float: left;
	width: 33%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	-webkit-box-sizing:border-box;
	border : 1px white solid;
	box-sizing:border-box;	
}

div#bottomPictures div:nth-child(2)
{
	float: left;
	width: 34%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	-webkit-box-sizing:border-box;
	border : 1px white solid;
	box-sizing:border-box;
}

div#bottomPictures div:nth-child(3)
{
	float: left;
	width: 33%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	-webkit-box-sizing:border-box;
	border : 1px white solid;
	box-sizing:border-box;
}

.centreDiv
{
	text-align: center;
}


table#havingITIssues
{
	width: 64%;
	color: #FFFFFF;
}

table#havingITIssues td
{
	text-align: center;

}

table#havingITIssues h3
{
	margin-bottom: 15;
}



h1
{
	font-family: Georgia, "Times New Roman", Serif;
	color: white;
	font-size: 200%;
	font-weight:normal;
	margin: 1em 0;
	padding: 0;
}

h2
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 130%;
	font-weight: bold;
	margin: 1em 0;
	padding: 0;
}

h3
{
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 150%;
	font-weight: normal;
	margin: 1em 0;
	padding: 0;
}

table
{
	margin: auto;
}

a:link
{
	color: #003399;
}

a:visited
{
	color: #840084;
}





@media only screen 
and (max-width: 800px) 
{	
	
	
#Eduroam
{
	height:auto%;
	width: 90%;
	font-size: large;

}


table#loginNote
{
	width: 90%;
	font-size: medium;
}

div#osDownloads
{
width: 90%;

}

div#osDownloads 
{
	font-size: small;
}


table#havingITIssues
{
	font-size: medium;		
	width: 90%;
}

}	
	

@media only screen 
and (max-width: 499px) 
{	
	

#title_Image
{
	width: 100%;
}


#Eduroam
{
	height:auto%;
	width: 100%;
	font-size: medium;
}

#downloadsHelpdesk
{
	width: 100%;

}

table#loginNote
{
	width: 100%;
	font-size: small;
}

div#osDownloads
{
	width: 100%;
	font-size: xx-small;
}


	img.osPictures
{
	width: 100%;
}


table#havingITIssues
{
	font-size: x-small;		
	width: 100%;
}

}




 