/* Custom CSS - The CSS properties in this stylesheet will over-write any original template styles if the same class names are used in addition to custom styles which can also be added. */

/* custom CSS added by Region 1 */

table {
  table-layout: auto;
}

table {
  border-collapse: collapse;
  border: 1px solid black;
} 

th,td {
  border: 1px solid black;
  padding: 5px;
}

.center {
	text-align: center;
}

.bg-yellow-gradient {
    background-repeat: repeat-x;
    background-image: linear-gradient(225deg, #f5811b, #ffce2b);
}

