﻿img.banner {
    width: 725px;
    height: 135px;
    float:left;
}

img.animal {
    float: right;
    width: 153px;
    height: 64px;
    margin-top: 5px;
    margin-right: 20px;
}

table.info {
    margin-left: 60px;
    float: left;
    width: 665px;
}

    table.info td {
       height:30px;
       text-align:left;
    }

div.zone {
    background-color: #E86F00;
    width: 46px;
    height: 46px;
    line-height: 46px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 32px;
    float: left;
    margin-top: 20px;
}

ul.city {
    float: left;
    margin-left: 9px;
    margin-top: 20px;
    color: #E86F00;
}

    ul.city li {
        float: left;
        line-height: 46px;
        margin-left: 5px;
    }

        ul.city li::after {
            content: "/";
            margin-left: 5px;
        }

        ul.city li:last-child::after {
            content: "";
        }

table.blood {
    float: left;
    width: 665px;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 20px;
    margin-left: 60px;
    margin-top: 10px;
}

    table.blood tr {
        height: 40px;
    }

    table.blood th {
        font-weight: 100;
    }

    table.blood td {
        text-align: center;
        border: 1px solid #E86F00;
    }


    table.blood tr:first-child {
        background-color: #E86F00;
        color: #FFFFFF;
    }

        table.blood tr:first-child th {
            border-right: 1px solid #FFFFFF;
        }

            table.blood tr:first-child th:last-child {
                border-right: 1px solid #E86F00;
            }

#back {
    float: left;
    width: 725px;
    margin-top: 40px;
    margin-left: 60px;
}

    #back a {
        background-color: #E86F00;
        width: 110px;
        height: 30px;
        display: block;
        text-align: center;
        line-height: 30px;
        color: #FFFFFF;
    }

        #back a:before {
            content: "<";
            margin-right: 5px;
            transition: all .3s ease;
            display: inline-block;
        }

        #back a:hover:before {
            margin-left: -5px;
            margin-right: 10px;
        }
