@charset "utf-8";
.googlemap-bw iframe{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter : grayscale(50%);
  background-color : white;
  border-width : 1px;
  border-style : solid;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}
.ti1{
  background-color : black;
  vertical-align : middle;
  text-align : center;
  padding-top : 15px;
  padding-bottom : 15px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-right-width : 1px;
  border-right-style : dotted;
  font-size : 120%;
  font-weight : bold;
  width : 50%;
}
.tickettable{
  background-color : black;
  vertical-align : middle;
  text-align : center;
  padding-top : 15px;
  padding-bottom : 15px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-right-width : 1px;
  border-right-style : solid;
  font-weight : bold;
  padding-left : 15px;
  padding-right : 15px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
}
.ti2{
  background-color : #000000;
  vertical-align : middle;
  text-align : center;
  padding-top : 15px;
  padding-bottom : 15px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  font-size : 120%;
  font-weight : bold;
  width : 50%;
}
.lineoff_x{
  border-right-width : 0px;
  border-right-style : none;
}
.lineoff_y{
  border-bottom-width : 0px;
  border-bottom-style : none;
}

