
/***
	This file generated by G:/WebRoot/swint/swintShell.css.php at Fri, 07 Jun 2024 08:49:03 UTC 
***/
.somContent {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family:  'Andika', sans-serif;
	font-size: 18px;
	color:#86592d;
	background-color: #ffffcc;
	padding-bottom: 2em;
}
.somHeader {
	max-width: 100%;
	background-color: #ffffcc;
	text-align: center;
	background-image: url(./images/swale-sheppey-crossing-sepia.jpg);
	background-repeat: no-repeat;
	font-family: 'Rock Salt', cursive;
}

.somBanner {
	width:100%;
	height:200px;
	font-weight: bold;
	line-height: 200%;
	padding-top: 1em;
}

.somBanner-title{
	font-size: 2em;
	line-height: 1.2em;
}
.somBanner-subtitle {
	font-size: 1.6em;
}

.somBody {
	margin: 1.5em;
}

body {
	color:#86592d;
	margin: 0;
	background-image: url(./images/back.png);
}

body:hover {
	cursor: default;
}

h1, h2 , h3{
	font-family: 'Rock Salt', cursive;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}


code {
	font-size: smaller;
}

 /* unvisited link */
a:link {
  color: red;
}

/* visited link */
a:visited {
  color: darkred;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: brown;
} 

.demo-jtable-div {
	margin: 0 auto 0 auto;
	overflow-x:scroll;
}

.jtable-main-container {
	width: 600px;
	
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 45%;
    padding: 10px;
}

/* Clear floats after the columns */
.multicolumn:after {
    content: "";
    display: table;
    clear: both;
}
@media 	only screen and (max-width : 720px),
		only screen and (max-device-width : 720px){
	figure.syntax {
		margin-left: 10px;
		margin-right: 10px;
	}		
}
/* Responsive layout - when the screen is less than 640px wide, make the two columns stack on top of each other instead of next to each other */
@media 	only screen and (max-width : 640px),
		only screen and (max-device-width : 640px){
    .column {
        width: 100%;
    }
	
	body {
		font-size: 12px;
	}
	figure.syntax {
		margin-left: 0;
		margin-right: 0;
		font-size: smaller;
	}		
} 

.newspaper {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    -ms-column-count: 3; /* ie */
    column-count: 3;

    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    -ms-column-gap: 40px; /* ie */
    column-gap: 40px;
}
.newspaper p{
	margin: 0;
}
.twocolumns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    -ms-column-count: 2; /* ie */
    column-count: 2;

    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    -ms-column-gap: 40px; /* ie */
    column-gap: 40px;
}

.twocolumns ul {
	margin: 0;
}
.twocolumns p {
	margin: 0 0 1em 0;
}

p.userGuide {
	font-style  : italic;
	font-size: 14px
}
/* styling of goto links on tutorial pages */
.goto {
	width:100%;
	text-align: right;
	font-size: smaller;
}
/* styling of code insert blocks - hidden until the text has been coloured in */
.syntax {
	font-size: small;
	display:none;
}

img.project {
	display: block;
	max-width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	border: 1px solid #ddd;
}

img.project:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}