.print {
  display: none;
}

.page {
  display: block;
}

pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

@page {
  size: A4;
  margin: 0;
}

@media print{
  .print {
    display: block;
  }
  .page {
    display: none;
  }

  iframe
  {
    display: none !important;
  }

  a[href]:after {
    content: "" !important;
  }

  abbr[title]:after {
    content: "" !important;
  }
}

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #fff;
  transition: background-color 300ms ease-out;
}

hr {
  page-break-after: always;
}

.layoutItemMsts table {
  max-width: 768px;
}

@media only screen and (max-width: 480px) {

  .layoutItemMsts td {
    width: 100%;
    border:none;
    display: grid !important;
  }
}

table img {
  width: 100%;
}

iframe {
  display: none;
}

#Smallchat iframe
{
  display: block;
}
.container {
  margin: 8px;
}

.columns {
  padding-left: 0px;
  padding-right: 0px;
}

.circuits td {
  height: 30px;
}
