﻿.itn {	width: 100%; line-height:1.8; text-align:left; background-color:inherit; color:black;  }
.itn a:link, a:visited { display: block;  background-color:inherit; color:black;  text-decoration:none; }
.itn a:hover{	background-color:teal; color: white; text-decoration: none; }

.button { background-color: inherit; border: none; padding: 4px 4px; letter-spacing:-1px; text-align: center; text-decoration: none; 
          display: inline-block; font-style:italic; font-size: 14px; margin: 2px 2px; cursor: pointer;}
.modal-content { position: fixed; bottom: 0; background-color: #fefefe; width: 100%; -webkit-animation-name: slideIn; -webkit-animation-duration: 0.4s; 
                 animation-name: slideIn; animation-duration: 0.4s}
.city {display:none}

ul.breadcrumb {  border-radius: 0px; text-align:left; padding: 0;
    list-style: none;
    background-color:inherit;
    font-size: 13px; font-weight:bold;
}
ul.breadcrumb li {display:  inline;}
ul.breadcrumb li+li:before {
    padding: px;
    color: white;
    content: ">";
}
ul.breadcrumb li a {
    color:white;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    background-color:aqua; color: black;
}
.bc { background-color:aqua; }

a { text-decoration: none; color:inherit; }
a:hover{	 }

.lxr { font-family:Verdana,sans-serif;font-size:15px;line-height:1.5;}
.bxr { font-weight: bold; }
.ixr { font-style: italic; }
.uxr { text-decoration: underline; }

p.detail a {
  display: block;
  float: right;
  background: #4b6caa;
  color: #fff;
  padding: 2px 8px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px; }
  
