html {
  height: 100%
}
body {
  height: 100%;
  margin: 0px;
  padding: 0px
}
#map_canvas {
  margin: 20px 0 0;
  height: 100%
}
#more {
  -moz-border-radius: 4px 4px 4px 4px;
  bottom: 0px;
  display: none;
  /*height: 50%;*/
  padding: 6px;
  position: absolute;
  right: 3px;
  width: 169px;
  overflow: none;
  z-index: 99999;
}
#logo {
  bottom: 20px;
  padding: 6px;
  position: absolute;
  left: 10px;
  overflow: none;
  z-index: 10000;
}
span.comment {
  font-family: arial;
  font-size: 12px;
  color: #000;
  line-height: 19px;
}
span.author {
  font-family: arial;
  font-size: 12px;
  font-weight: bolder;
  color: #000;
}
span.heading {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}
a:link, a:visited {
  font-family: arial;
  font-size: 12px;
  text-decoration: none;
}
#loading {
  left: 155px;
  position: absolute;
  top: 0px;
  display: block;
  background: #F16161;
  float: left;
  width: 55px;
  z-index: 100000;
  padding: 3px 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.comment_cont {
  height: 377px;
  width: 158px;
}
.comment_cont .header {
  float: left;
  background-image: url(../images/topbanner.png);
  width: 158px;
  height: 26px;
}
.comment_cont .messages {
  height: 350px;
  float: left;
  width: 158px;
  overflow: auto;
  background-color: #FFFFFF;
}
.comment_cont .messages .message {
  background-image: url(../images/comment_bg.gif);
  background-position: bottom;
  padding: 5px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  line-height: 16px;
  background-color: #FFFFFF;
  background-repeat: repeat-x;
}
.comment_cont .messages .message .time {
  color: #999999;
}
.comment_cont .messages .message a {
  color: #990000;
  text-decoration: none;
}
.poll {
  box-sizing: border-box;
  width: 100%;
  background-color: #fafafa;
  display: flex;
  position: relative;
}
.poll *, .poll *:before, .poll *:after {
  box-sizing: border-box;
}
.poll .title {
  background-color: #000;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  padding: 20px 15px;
  max-width: 150px;
  text-transform: uppercase;
  flex-shrink: 0;
}
.poll .state {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
  line-height: 16px;
  position: relative;
  min-height: 25px;
  padding: 8px 4px;
  width: 100%;
}
.poll .title .area {
  font-size: 9px;
}
.poll .post {
  margin: 30px 15px 0 8px;
  width: 90px;
  flex-shrink: 0;
}
div.messageHolder {
  background: none repeat scroll 0 0 #fafafa;
  border-top: 1px solid #e1e1e1;
  color: #000;
  font-family: verdana;
  font-size: 12px;
  padding: 8px;
  text-align: center;
  display: none;
  position: absolute;
  left: 0;
  bottom: -31px;
  right: 0;
  top: auto;
  width: 100%;
  margin: 0;
}
div#messages_inner_div {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  text-align: center;
  padding-top: 10px;
}
form#dataForm {
  position: absolute;
  top: 10pt;
  height: 72px;
  z-index: 99999;
  width: 100%;
}
span.message_holder_header {
  color: white;
  float: left;
  font-size: 11px;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  margin-left: 8px;
  margin-top: 6px;
}
.cmt_inp-fld {
  color: #000;
  display: block;
  border-radius: 5px;
  border: 1px solid #C5C5C5;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  margin: 5px 0 0 0;
  height: 35px;
  min-height: 26px;
  padding: 8px 8px;
  width: 100%;
  -webkit-appearance: none;
  resize: vertical;
}
.cmt_pst-btn {
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 10px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: rgb(233, 63, 51);
  background: -moz-linear-gradient(180deg, rgba(233, 63, 51, 1) 0%, rgba(187, 49, 39, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(233, 63, 51, 1) 0%, rgba(187, 49, 39, 1) 100%);
  background: linear-gradient(180deg, rgba(233, 63, 51, 1) 0%, rgba(187, 49, 39, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e93f33", endColorstr="#bb3127", GradientType=1);
}
.mid_cmt-cnt {
  width: calc(100% - 200px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width:600px) {
  .poll {
    flex-direction: column;
  }
  .poll .title {
    font-size: 13px;
    overflow: hidden;
    padding: 5px 10px;
    max-width: none;
    text-align: center;
  }
  .mid_cmt-cnt {
    padding: 5px 10px 0 5px;
    flex-wrap: wrap;
    width: 100%;
  }
  .poll .state {
    font-size: 12px;
    width: 48%;
    padding: 4px 0px;
  }
  .poll .post {
    margin: 4px auto 8px;
    min-width: 110px;
  }
  .cmt_inp-fld {
    font-size: 13px;
    padding: 4px 5px;
    height: 26px;
  }
  .cmt_pst-btn {
    padding: 6px 10px 6px;
  }
  #map_canvas {
    margin: 0;
    border-radius: 6px 6px 0 0;
  }
  form#dataForm {
    top: 0;
  }
  .poll {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
  }
  div.messageHolder {
    background: none repeat scroll 0 0 #fafafa;
    border-top: 1px solid #e1e1e1;
    color: #000;
    font-family: verdana;
    font-size: 12px;
    padding: 8px;
    text-align: center;
    display: none;
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: auto;
    width: 100%;
    margin: 0;
  }
}
.vj_icn {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.cmt_arw-drp {
  position: absolute;
  right: 9px;
  bottom: 14px;
  width: 1.5em;
  height: 1.5em;
}
@media (max-width:600px) {
  @media (prefers-color-scheme: dark) {
    .poll {
      background-color: #383838;
    }
    .poll .state {
      color: #e2e2e2;
    }
    .cmt_inp-fld {
      background: #262626;
      color: #e2e2e2;
      border-color: #484848;
    }
    div.messageHolder {
      background: none repeat scroll 0 0 #383838;
      border-top: 1px solid #262626;
      color: #e2e2e2;
    }
    form#dataForm {
      background-color: #28292b;
    }
	  .cmt_arw-drp {
  right: 5px;
  bottom: 8px;
}
  }
}