strong {
    font-weight: bold !important;
    color: #555;
}

h1 {
    font-size: 2.0rem !important;
}

ul {
    list-style-type: square;
}

.input-group {
    display: inline-flex !important;
    width: 380px !important;
}

input.tall-input {
    height: 36px !important;
}

.table-borderless td, .table-borderless th {
    border: 0 !important;
}

th{
    background-color: rgba(0, 0, 0, 0.05) !important;
}

td {
    vertical-align: middle !important;
}

.copy-button{
    font-size: 1.5rem;
}

.copy-button span{
    color: Dodgerblue;
}

.copy-button span i:active {
  transform: translateX(4px);
}

.my-badge {
    font-size: large !important;
    font-weight: normal !important;
}

.my-badge span{
    font-size: normal !important;
    font-weight: bold !important;
}
