﻿body {
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.8;
    color: #282828;
}

a {
    text-decoration: none;
    color: #ff7800;
}

a:hover {
    text-decoration: none;
    color: #ff7800;
}

p, td {
    font-size: 12px;
    margin: 5px 0;
}

.emphasize, strong, b {
    font-weight: bold;
}

h1 {
    color: #212934;
    font-family: "Barlow Condensed";
    font-size: 54px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: 0px;
    margin: 0 auto;
    text-transform: uppercase;
}

h2 {
    color: #212934;
    font-family: "Barlow Condensed";
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
}

h3 {
    color: #212934;
    font-size: 20px;
    font-family: "Barlow Condensed";
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0px;
    font-style: normal;
}

h4 {
    color: #212934;
    font-size: 18px;
    font-family: "Barlow Condensed";
    font-weight: 600;
    line-height: 1.36;
    letter-spacing: 0px;
    font-style: normal;
}

.salename {
    margin: 0.5em 0;
    font-size: 1.3em;
    font-weight: bold;
}

blockquote {
    margin: 15px 5px;
}

p {
    font-size: 13px;
    margin: 5px 0;
}

table {
    margin-bottom: 10px;
}

th {
    vertical-align: top;
    font-weight: bold;
    padding: 0.25em 1em 0.25em 0;
}

td {
    vertical-align: top;
    padding: 0.25em 1em 0.25em 0;
}

td b {
    vertical-align: top;
}

tr:nth-child(odd) td {
    background-color: #f9f9fb;
}

div.content a {
    text-decoration: underline;
}

div.content ol li {
    list-style-type: decimal;
    list-style-position: inside;
}

div.content ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.content h3 {
    font-size: 16px;
    color: #333333;
}

form th {
    color: #212934;
    font-family: "Barlow Condensed";
    font-size: 18px;
    font-weight: 600;
    line-height: 1.36;
    letter-spacing: 0px;
    font-style: normal;
}

form td {
    font-size: 14px;
    color: #333;
    background-color: transparent;
    padding: 4px;
}

form tr:nth-child(odd) td {
    background-color: transparent;
}

form input, textarea, button {
    background-color: #ffffff;
    border: 1px solid #d2d2d2;
    border-width: 1px 1px 1px 1px;
    border-color: #e2e2e2;
    border-radius: 6px;
    color: #9ea0a4;
    font-size: 16px;
    padding: 8px 15px;
}

[type=reset], [type=submit], button {
    background-color: #333;
    border: 1px solid #333;
    border-color: #333;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}


table.details tr:nth-child(odd) td {
    background-color: transparent;
}

.cat-cataloguepreview {
    border: solid 1px #696969;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 700px;
    padding: 10px;
    font-size: 12px;
    color: #000;
    background-color: #ffffff;
}

.onaccountof {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

.asagentfor {
    text-align: center;
}

.cat-horse {
    float: left;
    font-weight: bold;
    width: 120px;
    font-size: 1.2em;
}

.cat-gst {
    font-size: 0.75em;
}

.cat-horsename {
    float: left;
    font-weight: bold;
    width: 460px;
    text-align: center;
    font-size: 1.6em;
    text-transform: uppercase;
}

.cat-foaleddate {
    float: left;
    width: 350px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cat-branded {
    float: right;
    width: 350px;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cat-description {
    text-align: center;
}

.cat-sire, .cat-dam {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

.hint {
    font-style: italic;
    font-size: 0.9em;
}

.inputsymbol {
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 4px;
}

.uppercase {
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .cat-cataloguepreview {
        max-width: 100%;
    }

    .cat-horsename {
        width: auto;
    }

    tr:nth-child(odd) td {
        background-color: #FFFFFF;
    }
}
