
.spec.tab-link  {
  display: inline;
}

.spec.tab-link .card-header {
    color: black;
}

.spec.tab-link .card-content {
    color: black;
}

.spec.tab-link-active .card-header {
    color: #005BC1;
}

.spec.tab-link-active .card-content {
    color: #005BC1;
}

.spec.card {
  width: 20%;
  display: inline-block;
  
  margin: 0px 0px 0px 10px;

  xxxwhite-space: nowrap;
} 
.card-header {
    font-size: x-large;
}
.card-content {
    font-size: large;
}

.swipe-handler {
    height: 16px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background: #fff;
    cursor: pointer;
    z-index: 10
}

.swipe-handler:after {
    content: '';
    width: 36px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -3px;
    border-radius: 3px;
    background: #666
}

#scrollableSheet .list-group-title {
    height: 35px !important;
}