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;
}

.small-text {
    font-size: 10px;
    font-weight: 300;
}

h6 {
    font-weight:400;
}

dl.overview {
    display: flex;
    flex-flow: row wrap;
    /*border: solid #333;
    border-width: 1px 1px 0 0;*/
}

dt.overview {
    flex-basis: 15%;
    padding: 4px 4px;
    /*background: #333;*/
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    /*color: #fff;*/
}

dd.overview {
    flex-basis: 75%;
    flex-grow: 1;
    margin: 0;
    padding: 4px 4px;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    /*border-bottom: 1px solid #333;*/
    color: #aaaaaa;
}


dl.msg {
    /*display: flex;
    flex-flow: row wrap;*/
    /*border: solid #333;
    border-width: 1px 1px 0 0;*/
}

dt.msg {
    /*flex-basis: 25%;*/
    padding: 2px 4px;
    /*background: #333;*/
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    /*color: #fff;*/
}

dd.msg {
    /*flex-basis: 70%;*/
    flex-grow: 1;
    margin: 0;
    padding: 2px 20px;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    /*border-bottom: 1px solid #333;*/
    color: #aaaaaa;
}

dt.msg-sm {
    /*flex-basis: 15%;*/
    /*padding: 2px 4px;*/
    /*background: #333;*/
    text-align: left;
    font-size: 10px;
    font-weight: 400;
    /*color: #fff;*/
}

dd.msg-sm {
    flex-basis: 80%;
    flex-grow: 1;
    margin: 0;
    padding: 2px 20px;
    text-align: left;
    font-size: 10px;
    font-weight: 300;
    /*border-bottom: 1px solid #333;*/
    color: #ced4da;
}

.poc-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.poc-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.invocation-title {
    text-align: left;
    font-size: 10px;
    font-weight: 400;
    padding-right: 6px;
}

.invocation-message {
    text-align: left;
    font-size: 10px;
    font-weight: 300;
}

.rightMargin {
    margin-right: 5rem;
}