﻿/*Partner Style*/
.label.partner {
    font-weight: bold;
    font-size: 11px;
    transform: rotate(270deg);
}

/*Line Style*/
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 8px 0;
    padding: 0;
}

table, th, td {
    border: solid 1px #DDD;
    border-collapse: collapse;
    padding: 2px 3px;
    text-align: center;
    margin: 0 0 0 20px;
    font-weight: bold;
}

th {
    font-weight: bold;
}