
#horse-view, #horse-images, #horse-xrays, #horse-docs, #horse-videos {
    margin-top: 0.5em;
}
.header{
    margin: 1em 0;
}
.logo {
    width: 230px;
    height: 105px;
}
.outer-box{
    background-color: rgba(94, 112, 85, 0.15);
    padding: 1em;
    margin: 0.5em 0;
}
.details-head{
    margin-top: 0.5em;
    font-size: 0.8em;
    color: #354D2A;
}
.details-value{
    font-size: 1em;
    color: #664738;
    font-weight: bold;
}
.horse-name{
    font-size: 1.6em;
    color: #664738;
    font-weight: bold;
}
.content-head{
    font-size: 1.4em;
    color: #354D2A;
    font-weight: bold;
}

#doc-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2px;
}

#doc-container iframe {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border: none;
}

#footer {
    background-color: rgba(94, 112, 85, 0.15);
    padding: 0.7em 0;
    margin-top: 1em;
    color: #664738;
    font-size: 0.85em;
}
