﻿body{
    font-size: 85%;
}

.summary-row {
    width: 98%;
    border-top: 1px dotted grey;
    padding-top: 5px;
    margin-top: 5px;
}

.summary-cell-link {
    display: inline-block;
    width: 25%;
    text-align: center;
}

.summary-link-panel {
    margin-bottom: 20px;
    margin-top: 10px;
}

.summary-link-row {
    width: 98%;
}

.summary-link {
    display: inline-block;
    width: 25%;
    padding: 6px 0px 6px 0px;
    background-color: #6fb6ce;
    text-align: center;
}

    .summary-link a {
        color: white;
    }

.summary-rowSR {
    width: 98%;
    border-top: 1px dotted grey;
    padding-top: 5px;
    margin-top: 5px;
    background-color: lightpink;
}

.summary-cell-sire {
    display: inline-block;
    width: 25%;
}

.summary-cell-nosire {
    display: inline-block;
    width: 25%;
}

.summary-cell-horse {
    display: inline-block;
    width: 45%;
}

.summary-cell-race {
    display: inline-block;
    width: 25%;
}

.summary-cell-vendor {
    display: inline-block;
    width: 25%;
}

.summary-cell-horsefull {
    display: inline-block;
    width: 50%;
}

.raceheader {
    display: block;
    width: 95%;
    background-color: #1a7c9c;
    color: white;
    padding: 5px 0px 5px 20px;
    margin-top: 20px;
}

.agesex {
    font-size: 0.9em;
}

.newpage {
    text-align: center;
    font-size: 0.9em;
}

@media only screen and (max-width: 1000px) {
    .global_page_skin {
        padding-top: 0px;
    }

    .global_container_skin {
        width: 100%;
    }

    .summary-row {
        width: 98%;
        border-top: 0px dotted grey;
        padding-top: 0px;
        margin-top: 0px;
    }

    .summary-cell-sire {
        display: block;
        width: 100%;
        border-top: 1px dotted grey;
        font-weight: bold;
        margin-top: 5px;
    }

    .summary-cell-nosire {
        display: none;
    }

    .summary-cell-horse {
        display: inline-block;
        width: 65%;
        padding-left: 2%;
    }

    .summary-cell-race {
        display: inline-block;
        width: 33%;
    }

    .summary-cell-vendor {
        display: block;
        width: 100%;
        border-top: 1px dotted grey;
        font-weight: bold;
        margin-top: 5px;
    }

    .summary-cell-horsefull {
        display: inline-block;
        width: 65%;
        padding-left: 2%;
    }
}

@media only screen and (max-width: 500px) {
    .summary-cell-sire {
        display: block;
        width: 100%;
        border-top: 1px dotted grey;
        font-weight: bold;
        margin-top: 10px;
    }

    .summary-cell-horse {
        display: block;
        width: 100%;
        padding-left: 2%;
        margin-top: 6px;
        vertical-align: top;
    }

    .summary-cell-race {
        display: block;
        width: 100%;
        padding-left: 2%;
        margin-top: 0px;
    }

    .summary-cell-vendor {
        display: block;
        width: 100%;
        border-top: 1px dotted grey;
        font-weight: bold;
        margin-top: 10px;
    }

    .summary-cell-horsefull {
        display: block;
        width: 100%;
        padding-left: 2%;
    }
}
