﻿/* general styles for language selection page */

body{
	width: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* Stop touch marker apperaing on mobile devices */ 
}
#courseFrame{
	width: 100%;
	overflow: auto;
}
#langLBBg{
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	width: 350px;
	margin-top: 80px;
	
    font-size: 20px;
}
@media (min-width: 480px) 
{
    #langLBBg{
        width: 450px;
    }
}
.linkHolder{
	margin-bottom:20px;
    cursor: pointer;
    display:none;
}
.langLink{	
	font-size:20px;
}
 /* unvisited link */
a:link {
	text-decoration:underline;
}
/* mouse over link */
a:hover {
    text-decoration:underline;
}