﻿/* Custom Stylesheet
 *
 * Copyright, SyTech.Inc.
*/

.center {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
.breadcrumb>li+li:before {
	color:white;
   	content: "|\00a0";
}
ul {
	font-family:Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	display: inline;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none; 
	color:white;
	}
a:visited {
	text-decoration: none; 
	color:white;
}

video {
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 100%;
}
 
