﻿body {
/*    font-size: 13pt;
*/}

h1 {
    font-size: 1.5em;
    padding: 0px 0px 0px 0px;
    margin: 30px 0px 20px 50px;
    border-bottom: 1px dotted grey;
}

h2 {
    font-size: 1em;
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}

.fee-sire-wrapper {
    display: block;
}

    .fee-sire-wrapper a {
        color: black;
        text-decoration: none;
    }

.fee-sire-sireinfo-head {
    display: block;
    width: 100%;
    padding: 6px 0px 6px 0px;
    border-bottom: 1px dotted #d3d3d3;
}

.fee-sire-name-wrapper {
    display: inline-block;
    width: 50%;
}

.fee-sire-name {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}

.fee-sire-breeding {
    display: inline-block;
    margin-left: 3px;
}

.fee-sire-stud {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.fee-sire-fee {
    display: inline-block;
    width: 12%;
    text-align: right;
}

.fee-sire-sireinfo-body {
    display: none;
    padding: 20px;
}

.fee-sire-image {
    display: inline-block;
    width: 40%;
}

    .fee-sire-image img {
        width: 95%;
        height: auto;
    }

.fee-sire-pastsales {
    display: inline-block;
    vertical-align: top;
    width: 55%;
}

.fee-sire-breeding {
    padding: 0px 0px 10px 0px;
}

.fee-downsize {
    font-size: 0.9em;
}

.fee-yts-one {
    display: inline-block;
    width: 40px;
    text-align: center;
    background-color: darkred;
    color: white;
    margin-right: 5px;
    font-size: 0.7em;
}

.fee-yts-two {
    display: inline-block;
    width: 40px;
    text-align: center;
    background-color: darkcyan;
    color: white;
    margin-right: 5px;
    font-size: 0.6em;
}

.fee-yts-three {
    display: inline-block;
    width: 20px;
    text-align: center;
    background-color: cornflowerblue;
    color: white;
    margin-right: 5px;
}

.fee-sire-link {
    display: inline-block;
    border: 1px solid #0094ff;
    border-radius: 6px;
    padding: 4px 10px 4px 10px;
    text-align: center;
    margin: 5% 2% 5% 2%;
    color: #0094ff;
}

.fee-greyed {
    color: #999;
    font-weight: normal;
    padding-left: 15px;
}

.fee-lastyearfee {
    display: block;
    padding: 10px 0px 0px 0px;
}

.fee-sort-wrapper {
    border-top: 1px dotted #d3d3d3;
    border-bottom: 1px dotted #d3d3d3;
    padding: 5px 0px 5px 10px;
    background-color: #ececec;
}

.fee-sort-link {
    display: inline-block;
    padding-right: 50px;
}

.sire-headline a {
    color: blue;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 500px) {
    .fee-sire-wrapper {
        display: block;
        padding: 0px 0px 0px 20px;
    }

    .fee-sire-sireinfo-head {
        display: block;
        width: 100%;
        padding: 12px 0px 6px 0px;
        border-bottom: 1px dotted #d3d3d3;
    }

    .fee-sire-name-wrapper {
        display: block;
        width: 95%;
    }

    .fee-sire-name {
        display: block;
    }

    .fee-sire-breeding {
        display: block;
        font-size: 0.9em;
        padding: 0px;
        margin-left: 0px;
    }

    .fee-sire-stud {
        display: inline-block;
        width: 60%;
        vertical-align: top;
        font-size: 0.9em;
    }

    .fee-sire-fee {
        display: inline-block;
        width: 35%;
        text-align: right;
        font-size: 0.9em;
    }

    .fee-sire-image {
        display: block;
        width: 95%;
    }

    .fee-sire-pastsales {
        display: block;
        vertical-align: top;
        width: 98%;
        font-size: 0.9em;
    }

    .fee-greyed {
        color: #999;
        font-weight: normal;
        padding-left: 5px;
    }

    .fee-sire-sireinfo-body {
        background-color: #ececec;
    }

    .fee-sort-wrapper {
        border-top: 1px dotted #d3d3d3;
        border-bottom: 1px dotted #d3d3d3;
        padding: 0px 0px 0px 0px;
        background-color: white;
    }

    .fee-sort-link {
        display: inline-block;
        padding: 6px 0px 6px 3px;
        width: 28%;
        background-color: #ececec;
        margin: 3px 3px 3px 3px;
        border: 1px solid #999;
        border-radius: 3px;
        text-align: center;
    }
}
