html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.btn-default{
    border: 1px solid #ccc;
}

.btn-default:hover {
    border: 1px solid #999;
    background-color: #efefef;
}

td.vertical-text {
    vertical-align: bottom;
    text-align: center;
    align-content: flex-end;
    border: 1px solid #aaaaaa;
}

    td.vertical-text span {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        white-space: nowrap;
    }

:nth-child(1 of .StrategicThinking) {
    border-left: 2px solid black;
}

:nth-last-child(1 of .StrategicThinking) {
    border-right: 2px solid black;
}

:nth-child(1 of .Influencing) {
    border-left: 2px solid black;
}

:nth-last-child(1 of .Influencing) {
    border-right: 2px solid black;
}

:nth-child(1 of .RelationshipBuilding) {
    border-left: 2px solid black;
}

:nth-last-child(1 of .RelationshipBuilding) {
    border-right: 2px solid black;
}

:nth-child(1 of .Executing) {
    border-left: 2px solid black;
}

:nth-last-child(1 of .Executing) {
    border-right: 2px solid black;
}

.alternative-strength-matrix-cell {
    text-align: center;
    border: 1px solid #aaaaaa
}