.guide-paragraph {
    display: block;
    color: #000;
    padding: 5px;
}

table {
    border: 1px solid #274f00;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: calc(100% - 50px);
}
thead {
    background: rgb(160,207,150);
    background: -moz-linear-gradient(180deg, rgba(160,207,150,1) 0%, rgba(69,107,52,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(160,207,150,1) 0%, rgba(69,107,52,1) 100%);
    background: linear-gradient(180deg, rgba(160,207,150,1) 0%, rgba(69,107,52,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a0cf96",endColorstr="#456b34",GradientType=1);
}

th {
    color: #274f00;
    text-shadow: 0 1px 0.5px #fff;
}

tr:nth-child(even) {
    background-color: #a0cf96;
}

td:nth-child(2) {
    text-align: right;
    font-weight: bold;
}

td:nth-child(2) a {
    text-transform: capitalize;
}

.guide-navigation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guide-navigation-link {
    padding: 10px;
    background-color: #a0cf96;
    margin-left: 10px;
    border-radius: 5px;
    margin-right: 10px;
}

.guide-navigation-link a{
    color: #456b34;
}

.rehoming-links {
    display: flex;
    flex-flow: row wrap;
    width: calc(100% - 50px);
}

.rehoming-logo-left {
    padding-right: 10px;
}

.rehoming-logo-right {
    padding-left: 10px;
}

.rehoming-logo img {
    width: 50px;
    height: 50px;
}

.rehoming-link {
    display: flex;
    padding: 10px;
    margin: 10px;
    text-align: center;
    text-shadow: 0 1px 0.5px #fff;
    font-weight: bold !important;
    font-size: 1rem;
    position: relative;
    width: 500px;
    border-radius: 25px;
    min-width: 500px;
    flex: 1;
}

.rehoming-details {
    width: 100%;
}

.rehoming-link-catchat {
    background: rgb(165,90,214);
    background: -moz-linear-gradient(180deg, rgba(165,90,214,1) 0%, rgba(141,75,184,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(165,90,214,1) 0%, rgba(141,75,184,1) 100%);
    background: linear-gradient(180deg, rgba(165,90,214,1) 0%, rgba(141,75,184,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a55ad6",endColorstr="#8d4bb8",GradientType=1);
    color: #a55ad6 !important;
}

.rehoming-link-doglost {
    background: #a2bfaf;
    background: -moz-linear-gradient(top, #a2bfaf 0%, #73c096 100%);
    background: -webkit-linear-gradient(top, #a2bfaf 0%,#73c096 100%);
    background: linear-gradient(to bottom, #a2bfaf 0%,#73c096 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2bfaf', endColorstr='#73c096',GradientType=0 );
}

.rehoming-details a {
    color: white;
    font-size: 30px;
    text-shadow: none;
}

.warning {
    border: 1px solid rgb(255, 193, 71);
    padding: 10px;
    background-color: rgba(255, 253, 140, 0.5);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.warning-header {
    background-color: rgb(255, 193, 71);
    text-shadow: 0 1px 0.5px #fff;
    color: #ce880e;
    padding: 5px;
    font-weight: bold;
    position: relative;
    width: calc(100% + 20px);
    left: -10px;
    top: -10px;
}

.external-link-container {
    justify-content: center;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    left: -30px;
    gap: 10px;
}

.external-link {
    clear: both;
    padding: 10px;
    width: 500px;
}

.external-link-logo {
    float: left;
    padding-right: 10px;
}

.external-link {
    background-color: palegoldenrod;
    border: 1px solid #456b34;
    border-radius: 5px;
}

.external-link-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #684801;
}

.external-link-link a {
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #d89608;
}