﻿/*
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
// System Section : Stylesheet
// Title : skydocs.css - Sky Documents - lists a table of common documents for out surveyors
// Author : Jerry Quinnell of Skyline Surveyors Ltd
// Date : Jan 2019
// Change Log : 
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

li {
	font-size: 12px;		
}

ul{
 	margin: 2px;
 	padding-bottom:25px
}

p {
    display: block;
    height:70px;
    width:400px;
    margin-left:15px;
    margin-top:25px;
}
body {
    background-color: lightblue;
}

table{
	margin:5px;
}

td{
	padding:5px;
	margin-left:10px;
	font-size:14px;
    border:15px; 

}
tr{
	padding:5px;
	margin-left:10px;
}


#header {
	width: auto;
}

.pageContainer h1#title.dark {
	padding-left: 30px;
}

.pageContainer h1#title.dark.title-bg {
	padding-left: 0px;
	background: url('1063x124.png') repeat-x center top;
}

.pageContainer{
	background: #fff;
	width: 900px;
    padding-bottom:25px;

	height:auto;
	min-height:600px;
	margin: 0 auto;
	margin-top: 2px;
	overflow: auto; /* changed this from hidden to auto to allow more than 4 pictures to show */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: left;
/*    font-family:Poppins-Regular; */
}
.pageContainer.shadow{
	-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
}
.pageContainer  section section#destroy{
	margin-right: -31px;
    padding: 0 31px 0 0;
    width: 100%;
}
