@import url("/stylesheet.jsp?id=29991");
@import url("/stylesheet.jsp?id=29992");
@import url("/stylesheet.jsp?id=29993");

#main{
  font-size: 14px;
  line-height: 21px;
}

#main div{
  width: 1000px;
  max-width: 100%!important;
  box-sizing: border-box;
}

#main p {
  width: auto!important;
  max-width: 100%!important;
}

#main hr{
  width: 100%!important;
  max-width: 850px;
}

#main table tr:nth-child(2n+1){
  background-color: rgba(255,255,255,0);
}

#main table{
  width: 100%!important;
  max-width: 850px;
  height: auto!important;
  box-sizing: border-box;
  overflow-x: scroll;
  table-layout: fixed;
}

#main form table{
  text-align: left;
}

#main form table tr{
  border-bottom: 1px solid #fff;
}

#main form table input,
#main form table textarea{
  max-width: 100%;
}
 
@media screen and (max-width: 1000px) {
  #main table th,
  #main table td{
    display: block;
    width: 100%;
    padding: 5px 10px;
    border: none!important;
  }
  #main table td div{
    width: 100%!important;
  }
}

#main table tr{box-sizing: border-box;}
#main table td{
  box-sizing: border-box;
  vertical-align: top;
}

#main img{
  height: auto;
}

#main #scroll-btn{
    width: 100%!important;
    text-align: right;
}

#main #scroll-btn .btn{
    background-color: rgba(255,255,255,0);
    margin: 0 0 0 20px;
}

#main .contact .btn{
    background-color: rgba(255,255,255,0)!important;
}

