<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	padding-bottom: 20px;
	font-size: 16px;
}
h1{font-size: 26px;}
h2{font-size: 24px;}
h3{font-size: 22px;}
h4{font-size: 20px;}
h1,h2,h3,h4{
	color: #ff7500;
}
hr{
	border-top-color: #000;
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.mt2rem{
	margin-top: 2rem !important;
}
.mt4rem{
	margin-top: 4rem !important;
}
a,
a:hover,
a:focus,
a:active{
	color: #00a5b5;
	text-decoration: none;
}
p{
	margin-bottom: 16px;
}
.navbar {
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 50px;
}
.btn-fare{
	color: #fff;
	background-color: #00a5b5;
	border-color: #00a5b5;
}
.btn-fare:hover{
	cursor: pointer;
	background-color: #0c808c;
	border-color: #0c808c;
}
.btn-gray{
	color: #78848C;
	background-color: #DADADA;
	border-color: #DADADA;
}
.btn-gray:hover{
	color: #596166;
}
.footer{
	border-top: 1px solid #000;
	margin-top: 5rem;
	padding-top: 1rem;
	margin-bottom: 1rem;
}
.footer a{
	color: #000;
	text-decoration: underline;
	margin-right: 30px;
}
.search input{
	border-right: 0 none;
	border-radius: 0;
	/**/
}
.search .form-inline input{
	width: 185px;
}
.search input[type='text']:first-child{
	border-radius: .25rem 0 0 .25rem;
}
.search input[type='text']:last-of-type{
	border-radius: 0 .25rem .25rem 0;
	border: 1px solid rgba(0,0,0,.15);
	margin-right: 10px;
}
.search select:last-of-type{
	border-radius: 0 .25rem .25rem 0;
	border: 1px solid rgba(0,0,0,.15);
}
.table-history td, .table-history th{
	padding: .5rem;
}
.table-history thead th{
	border-top: 0 none;
	border-bottom: 1px solid #000;
}
.dn{
	display: none;
}
.flex-container {
  display: flex;
  flex-flow: row;
}
.left-content {
  flex: 1 1 auto;
  padding-right: 15px; 
}
.right-content,
.right-column,
.sticky-placeholder {
  width: 300px;
}
@media (max-width: 768px) {
  .flex-container {
    flex-flow:column;
  }
  .right-content,
  .right-column,
  .sticky-placeholder{
    text-align: center;
    width: 100%;
  }
  .left-content {
  	padding-right: 0px; 
  }
}

#chartdiv_content {
	width		: 100%;
	height		: 500px;
	font-size	: 11px;
}
.list_guides{
	list-style: none;
	padding: 0;
	margin: 0;
}
.list_guides::after {
    clear: both;
    content: ' ';
    display: block;
}
.list_guides li{
	float: left;
}
.list_guides li::after{
	content: "|";
	padding: 0 5px;
	color: #00a5b5;
}
.list_guides li:last-child::after{
	content: "";
}
.guide_title{
	color: #000;
	font-size: 18px;
	font-weight: 700;
}
.homecontent{
	padding-top: 20px;
	text-align: justify;
}
.homecontent ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.homecontent ul li{
	margin: 0px;
	padding-bottom: 10px;
}
.social{
	width: 40px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	color: #fff;
}
.social:hover{
	color: #fff;
}
.facebook{
	background: #4267B2;
}
.twitter{
	background: #1DA1F2;
}
.amcharts-export-menu-top-right{
	/*top:inherit;*/
	/*bottom: 0;*/
}
.social-left{
	position: fixed;
	opacity: 0;
	top: -1000px;
}
.social-left &gt; div{
	left: -50px;
	position: absolute;
	top: 150px;
}
.social-left &gt; div div{
	padding-bottom: 10px;
}
.my404 span{
	font-size: 50px;
	color: #00a5b5;
}

@media (max-width: 600px) {
	.navbar {
		margin-bottom: 0;
		margin-top: 0;
	}
}
</pre></body></html>