<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">button a.adoption_pdf{
    color: white;
    text-decoration: none;
}
button.adoption_pdf{
    width: 140px;
    height: 30px;
    background: #FFA801;
    font-size: 13px;
    font-weight: 900;
    border: #ff8002;
    border-radius:3px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.4s;
}
button.adoption_pdf:hover{
    opacity: 0.8;
}
.text-right {
    text-align: right;
}

.adpTokutyoLeft,
.adpTokutyoLeft dl,
.adpTokutyoLeft dt
{
    width: 100%;
}

.adpTokutyoLeft dt {
    font-size: 18px;
}

.adpTokutyoLeft dd {
    font-size: 14px;
}

h1#adpH1 {
    padding-bottom: 10px;
}

h2.txt_adoption {
    font-size: 26px;
    background-image: none;
    margin-top: 0;
    padding-left: 10px;
    height: 37px;
}

.title-div {
    clear: left;
    display: flex;
    padding-top: 5px
}

.title-div .circle {
    clear: left;
    height: 20px !important;
    width: 20px!important;
    border: 5px solid #17B61D;
    border-radius: 50%;
    margin-top: 5px;
    background-color: white;
}

.line {
    clear: left;
    margin-top: 3px;
    height: 5px;
    background-color: #17B61D;
    width: 100%;
}



</pre></body></html>