﻿body {
}

.stallion-currentheader {
    margin-top: 30px;
    font-weight: bold;
}

.stallion-horserow {
    display: inline-block;
    width: 30%;
}

.stallion-racerow {
    display: inline-block;
    width: 65%;
}

.stallion-divrule {
    border-bottom: 1px dotted grey;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1000px) {
}

@media only screen and (max-width: 500px) {
    .stallion-horserow {
        display: block;
        width: 90%;
    }

    .stallion-racerow {
        display: block;
        width: 90%;
        font-size: 0.9em;
    }
}