@import url("bootstrap-extended.css");
@import url("colors.css");
@import url("components.css");
.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 1em;
  }
  
  .demo-form {
    padding: 4em;
  }
  
  .mat-card {
    padding: 0;
    max-width: 600px;
    margin: 3rem auto;
  }

  .table-detail {
    border: none;
    font-size:12px;
  }

  .table-detail > tbody > tr:first-child td{
    border-top: none;
  }

  .table-detail > tbody > tr > td{
    background: transparent;
  }

  .table-detail > tbody > tr{
    background: transparent !important;
  }
