@charset "utf-8";

table {
    width : 95%;
    text-align :center;
    font-size : 0.8em;
    font-weight : normal;
    color : #00497D;
    border : 1px solid #00497D;
    margin : 5px 0;
}
tr:first-child {
    font-weight : bold;
    background : orange;
    vertical-align : top;
    font-size : 1.1em;
}
td {
    padding : 5px;
    border : 1px solid #00497D;
}
td span {
    display : block;
    font-size : 0.8em;
    font-weight : normal;
    margin : 0 0 5px 0;
}