html {
  font-size: 14px;
}

@media (min-width: 500px) {
  html {
    font-size: 14px;
  }
}

.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;
}

tr[class*="stale"] {
  background: #ff0000;
}


.GuardianInfo {
    width: 100%;
    border: 1px solid black;
    border-collapse: collapse;
}

    .GuardianInfo td {
        padding-left: 5px;
        border-bottom: 1px solid black;
    }

.header {
    text-align: left;
    font-weight: bolder;
    border: 1px solid black;
    background-color:black;
    color: white;
}

.title {
    text-align: left;
    font-weight: bolder;
    border: 1px solid black;
    background-color: lightyellow;
    color: black;
}

p.excerpt {
    width: 75%;
    border: 2px solid #0066FF;
    background-color:lightyellow;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
}

.frame {
    height: 360px; /* Can be anything */
    width: 360px; /* Can be anything */
    position: relative;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
}

img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
