﻿body {
}

.stallion-currentheader {
    margin-top: 30px;
    font-weight: bold;
}

.stallion-top {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.stallion-horserow {
    display: block;
    width: 90%;
    padding-left: 5%;
    border-bottom: 1px dotted grey;
}

.stallion-racerow {
    display: block;
    width: 90%;
    padding-top: 10px;
}

.stallion-nomsboxheader a {
    display: block;
    text-align: center;
    background-color: #4daece;
    padding-bottom: 6px;
    padding-top: 6px;
    color: white;
    margin-top: 30px;
}

.stallion-nomscontent {
    display: none;
    text-align: left;
    margin-left: 20px;
}

@media only screen and (max-width: 500px) {
    .RightColSire {
        display: none;
    }

    .LeftColSire {
        width: 97%;
    }
}