h1.title {
    font-weight: 800;
    line-height: 1.2;
    color: #595651;
}

sup {
  vertical-align: super;
  font-size: .15em;
}

.clickable-row:hover {
    background-color: #cccccc;
    cursor: hand;
}


.card-group .cw-20 {
    flex: 1 0 20%;
    max-width: 20%;
}

.card-group .cw-80 {
    flex: 1 0 80%;
    max-width: 80%;
}


.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #f8f9fa;
    border-color: #dee2e6 #dee2e6 #f8f9fa;
}

.sub-menu {
    border-left: .1em solid #dee2e6;
    border-right: .1em solid #dee2e6;
    border-bottom: .1em solid #dee2e6;
}

.bg-blue {
    background-color: #4A557D;
}

.bg-green {
    background-color: #4A557D;
}

.breadcrumb-thin {
    padding: 0.5rem .25rem;
}

.text-size-70 {
  font-size: .70rem;
}

.text-size-75 {
  font-size: .75rem;
}

.text-size-80 {
  font-size: .8rem;
}

.text-size-85 {
  font-size: .85rem;
}

.text-size-90 {
  font-size: .9rem;
}