@media print, screen and (min-width: 768px) {
  #popterm2,
  #popterm {
    /* margin-top: 45px; */
    /* width: 200px; */
    /* z-index: 1000; */
    cursor: default;
    overflow: visible;
    border-collapse: collapse;
    border: 1px solid silver;
    margin: 0px;
    padding: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 30;
  }

  #popterm2 .popterm_selected ,
  #popterm .popterm_selected {
    background-color: #aaa;
  }

  #popterm2 tr ,
  #popterm tr {
  }

  #popterm2 td ,
  #popterm td {
    font-size: 1.6rem;
    font-style: normal;
    color: #fff;
    overflow: hidden;
    margin: 0px;
    border-top: 1px dotted silver;
    border-right: 1px solid silver;
    border-bottom: 1px dotted silver;
    border-left: 1px solid silver;
    padding: 5px 30px 3px 10px;
    text-align: left;
  }
  #popterm2 tr:first-child td ,
  #popterm tr:first-child td {
    border-top-style: solid;
  }
  #popterm2 tr:last-child td ,
  #popterm tr:last-child td {
    border-bottom-style: solid;
  }
}
@media only screen and  (max-width: 1023px) {
  #popterm2 ,
  #popterm {
    /* margin-top: 45px; */
    /* width: 200px; */
    /* z-index: 1000; */
    cursor: default;
    overflow: visible;
    border-collapse: collapse;
    border: none;
    margin: 0px;
    padding: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 30;
  }

  #popterm2 .popterm_selected ,
  #popterm .popterm_selected {
    background-color: #aaa;
  }

  #popterm2 tr ,
  #popterm tr {
    background-color: rgba(0,0,0,.8);
  }

  #popterm2 td ,
  #popterm td {
    font-size: 1.4rem;
    font-style: normal;
    color: #fff;
    overflow: hidden;
    border-top: 1px dotted silver;
    border-right: 1px solid silver;
    border-bottom: 1px dotted silver;
    border-left: 1px solid silver;
    margin: 0px;
    padding: 2px;
    text-align: left;
  }
  #popterm2 tr:first-child td ,
  #popterm tr:first-child td {
    border-top-style: solid;
  }
  #popterm2 tr:last-child td ,
  #popterm tr:last-child td {
    border-bottom-style: solid;
  }
}

