
@import url('https://fonts.googleapis.com/css2?family=Alegreya:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

@media all and (min-width:1081px) and (max-width: 1920px) {
	p  {
		font-size:1.0rem!important;
	}

	h3 {
		font-size: 1.5rem!important;
		line-height: 1.1em!important;
	}
}

@media all and (min-width:1081px) and (max-width: 1920px) {
}

* {
	font-family: 'Open Sans', sans-serif;
}

body {
	background-color: white;
	width: 90%;
	margin: 2% 5% 2% 5%;
}

ul li  {
	list-style-type: disc;
	margin: 0.3em 0 0 0;
	color: black;
	line-height: 1.6rem;
}

p  {
	margin: 0.4em 0 0 1.5em;
	font-size: 1.0rem;
	color: black;
	line-height: 1.6em;
}

a  {
	color: blue;
}

hr {
	border: 0;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

h1 {
	text-align: center;
	font-size: 1.6rem;
	font-family: 'Alegreya', serif;
	margin: 0;
	padding: 0;
	color: #666666;
	line-height: 1.2em;
	font-weight: normal;
}

h1.logo {
	font-size: 3.4rem;
	margin: 0.5em 0 0.3em 0;
}

h2 {
	font-family: 'Alegreya', serif;
	color: #004400;
	margin: 0.8em 0em 0.3em 0em;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.1em;
}

h3 {
	color: #990000;
	font-family: 'Alegreya', serif;
	margin: 0.5em 0em 0.5em 1.0em;
	font-size: 1.4rem;
	line-height: 1.3em;
	font-weight: normal;
}

h4 {
	color: #333333;
	font-family: 'Alegreya', serif;
	margin: 0.5em 0em 0.5em 1.0em;
	font-size: 1.3rem;
	line-height: 1.2em;
	font-weight: normal;
}

/* IT Manager - Joseph Hii */
/* Issue published display table format */
  /* General pub-table border, font and layout */
  #pub-table {
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    table-layout: auto; /* Auto adjust column widths */
  }
  /* General pub-table header and data cells */
  #pub-table th, #pub-table td {
    border: 1px solid #ccc;
    padding: 10px;
    vertical-align: middle;
  }
   /* General pub-table header colours and alignment */
  #pub-table th {
    background-color: #f2f2f2;
    color: #333;
    font-weight: bold;
    text-align: center;
  }
  /* General pub-table styles: light gray for even rows */
  #pub-table tr:nth-child(even) {
    background-color: #fafafa;
  }
  #pub-table a {
    color: #0056b3;
    text-decoration: none;
  }
  #pub-table a:hover {
    text-decoration: underline;
  }
  /* Center-align all headers */
  #pub-table th {
    text-align: center;
  }
  /* Center-align first three data columns only */
  #pub-table td:nth-child(1),
  #pub-table td:nth-child(2),
  #pub-table td:nth-child(3) {
    text-align: center;
  }
  /* Left-align the data in last column */
  #pub-table td.pub-cell {
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    word-break: break-word;
  }

/* Editors display table format */
  /* General editor-table border, font and layout */
  #editor-table {
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    table-layout: auto; /* Auto adjust column widths */
  }
  /* General rot-table header and data cells */
  #editor-table th, #editor-table td {
    border: 1px solid #ccc;
    padding: 10px;
    vertical-align: middle;
  }
   /* General rot-table header colours and alignment */
  #editor-table th {
    background-color: #f2f2f2;
    color: #333;
    font-weight: bold;
    text-align: center;
  }
  /* General rot-table styles: light gray for even rows */
  #editor-table tr:nth-child(even) {
    background-color: #fafafa;
  }
  #editor-table a {
    color: #0056b3;
    text-decoration: none;
  }
  #editor-table a:hover {
    text-decoration: underline;
  }