.dialogdemoBasicUsage #popupContainer {
    position: relative; }
  
  .dialogdemoBasicUsage .footer {
    width: 100%;
    text-align: center;
    margin-left: 20px; }
  
  .dialogdemoBasicUsage .footer, .dialogdemoBasicUsage .footer > code {
    font-size: 0.8em;
    margin-top: 50px; }
  
  .dialogdemoBasicUsage button {
    width: 200px; }
  
  .dialogdemoBasicUsage div#status {
    color: #c60008; }
  
  .dialogdemoBasicUsage .dialog-demo-prerendered md-checkbox {
    margin-bottom: 0; }
  
  .error {
    color: red;
  }
  
  .duo-select {
    display: flex;
  }
  
  .duo-select md-radio-button {
    flex-grow: 1;
  }
  
  a.anchor {
    opacity: 0.0;
  }
  
  a.anchor:hover {
    opacity: 0.8;
  }
  
  .viasat-logo {
    display: inline-block;
    width: 13rem;
    bottom: 0;
  }
  #header {
    position: absolute;
    bottom: 19px;
    display: inline-block;
    font-size: 24.5px;
    padding-left: 15px;  
    text-align: bottom;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  
  #heading {
    position: relative;
    margin-top: .10rem;
    padding: 1rem;
    font-size: 1.75rem;
  }

.accordion {
  background-color:white;
  color: #444;
  cursor: pointer;
  padding: 18px;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: left;
  margin-right: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.active, .accordion:hover {
  background-color: white;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  display: none;
  transition: max-height 0.2s ease-out;
}
.td{
  align-content: "center";
}

  
  .main-area {
    margin: 1rem;
  }
  
  .main-busy {
    height: 50%;
  }
  
  .md-whiteframe-2dp {
    margin-bottom: 1rem;
  }
  
  .category-heading {
    margin: 0;
    padding: 1rem;
  }
  
  .results {
    padding-left: 3rem;
  }
  
  .indent-form {
    padding-left: 3rem;
    padding-bottom: .5rem;
  }
  
  md-list {
    padding: 18px;
  }
  
  md-icon {
    margin-right: 0.5rem !important
  }
  
  .md-button.md-primary {
    background-color: #202E39;
    color: white;
  }
  
  .md-button.md-primary:not([disabled]):hover {
    filter: brightness(60%);
  }
  
  .md-button.md-primary[disabled] {
    filter: brightness(175%);
  }
  
  /* Datatable stuff */
  th:focus,
  a:focus {
    outline: none; }
  
  .codepen-wrap {
    margin-top: 15px; }
  
  .mdl-data-table {
    table-layout: fixed;
    width: 100%;
    white-space: normal; }
  
  .mdl-data-table th {
      cursor: pointer; }
  
  .mdl-data-table tr {
    transition: none !important; }
  
  .mdl-data-table td {
    height: auto;
    word-wrap: break-word;
    width: 15%;
  }
  
  th md-select {
    margin: 0; }
  
  .md-errors-spacer {
    display: none; }
  
  .material-icons, .sortable span:before, .sortable span:after {
    font-family: 'Material Icons';
    font-size: 18px;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased; }

    #shadowed {
      border: 1px solid;
      padding: 10px;
      box-shadow: 2px 3px #888888;
    }
      
  .sortable span {
    position: relative; }
    .sortable span:before {
      content: 'arrow_drop_down';
      position: absolute;
      right: -18px;
      top: -2px; }
    .sortable span:after {
      content: 'arrow_drop_up';
      position: absolute;
      right: -18px;
      top: -9px; }
  
  .sortable.sort-ascent span:before {
    display: none; }
  
  .sortable.sort-ascent span:after {
    top: -5px; }
  
  .sortable.sort-descent span:before {
    top: -5px; }
  
  .sortable.sort-descent span:after {
    display: none; }