h1 {
    font-family: PlayBold;
    font-size: 2.15rem;
    text-align: center;
    color: #099;
    margin-bottom: 30px;
    border-bottom: solid 1px #ccc;
    margin-top: 0;
}

h2 {
    font-family: PlayBold;
    font-size: 18px;

    color: #099;

    margin-bottom: 20px;
    line-height: 1.2em;
}

h3
{
    color: #099;
    font-size: 14px;

    font-weight: bold;
    line-height: 120%;
}

q
{
    color: #fff;
    background: url(/images/cite.png) no-repeat center top;
    text-align: center;

    min-height: 200px;

    width: 220px;

    margin-top: 25px;
    margin-left: 0px;

    padding: 50px 0 75px 2px;

    display: block;

    font-size: 14px;

    font-weight: bold;

    line-height: 1.2em;
}

cite
{
    font-size: 14px;
    color: #099;
    text-align: center;
    display: inline-block;
}


hr
{
    height: 0px;
    border: none;
    border-top: solid 1px #ccc;
}

table
{
    width: 100%;
}

table th
{
    background: #099;
    color: #fff;
    font-weight: normal;
    border: solid 1px #fff;
}

table th:first-child
{
    border-left-color: #099;
}

table th {
    border: solid 1px #099;
}

table th:last-child
{
    border-right-color: #099;
}

table th, table td
{
    padding: .75rem;
}

table td
{
    border: solid 1px #099;
}

.table-striped tbody>tr:nth-child(odd)>td {
    background-color: #f9f9f9;
}

.table-striped tbody>tr:nth-child(odd)>th {
    background-color: #099;
}

b {
    font-weight: bold;
}
