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;
}

.modify {
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 3px 6px;
    border-radius: 3px;
}

.modify:hover {
    background-color: #ccc;
}

a {
    text-decoration:none;
    color: #00639c;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    font-size: 25px;
    color: #999;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: #fff;
    font-weight: bold;
    font-size: 25px;
    border: 1px solid #ccc;
}

#render svg {
    width: 100%;
    height: 100%;
    display:block;
    border: 1px solid #ccc;
}

.btn-group-xsm > .btn, .btn-xsm {
    padding: 0.10rem 0.3rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}