.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
  }
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: inherit;
  }
  .table td, .table th {
    border-top: none;
    padding-left: 0.2em;
    padding-right: 0.2em;
  }
  .table th {
    padding-bottom: 0;
  }
  @media screen and (max-width: 420px) {
    .table td, .table th {
      padding-left: 0.3em;
      padding-right: 0.3em;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
    }
  }
  .table-frame {
    padding: 1em 0.5em;
    border-radius: 5px;
    border: solid 1px #c4c4c4;
    margin-bottom: 1.5em;
  }
  .table-header {
    font-weight: 700;
    font-size: 1.2em;
    text-align: center;
  }
  .table-frame .table {
    font-family: 'Helvetica';
    margin-bottom: 10px;
    table-layout: fixed;
    width: 100%;
  }
  .table-frame .name-column {
    width: 55%;
  }
  .padding-left-5{
    padding-left: 0.5em
  }
  .date-column {
    width: 25px;
  }
  .backgroud-grey {
    background-color: rgba(0,0,0,.05) !important
  }
  .backgroud-white {
    background-color: #fff !important
  }
  .backgroud-white:hover {
    background-color: rgba(0,0,0,.05) !important
  }
  .backgroud-dark {
    background-color: #015477
  }
  .carousel-div {
       height:500px;
       margin: 0px auto;
  }
  #spac-pipeline {
      width : 80%;
      margin: 0 auto; /* or margin: 0 auto 0 auto */
  }
  
  @media screen and (max-width: 420px) {
    .table-frame .name-column {
      width: 50%;
    }
    #spac-pipeline {
      font-size : 10px
    }
    canvas {
      height: 234px !important;
    }
  }
  rect:hover{
      box-shadow: rgba(0, 0, 0, 0.22) 0px 19px 43px;
      transform: translate3d(-0px, -2px, 0px);
      top: calc( 50% - 2px );
      border: 2px solid rgba(#F2F4F8, 0);
      cursor: pointer;
  }
  .modal-dialog {
    padding-top: 10%;
  }
  .modal-dialog-centered {
    padding-top: 20%;
  }
  .text-header {
    font-size: 18px;
  }
  .header-bottom {
    margin-bottom: 30px;
  }
  .bottom-margin-7 {
    margin-bottom:.7em ;
  }
  .text-small {
    font-size: 15px;
  }
  .search-button{
    width : 100px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: auto;
    margin: -2em;
  }
  .header-blue{
    color:#0275d8
  }
  
  @media (max-width: 767px) {
    .carousel-control-prev,
    .carousel-control-next {
      width: auto;
      margin: 2em;
    }
  
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: inline-block;
  }
  
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M6.5 0l-3 3 3 3h-2v2h2l3-3-3-3z'/%3E%3C/svg%3E");
  }
  
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l3 3-3 3h2v2h-2l-3-3 3-3z'/%3E%3C/svg%3E");
  }