﻿/*div*/
#div-1 {
    margin-bottom: 10px;
}
#div-2 {
    max-width: 430px;
}
#div-3 {
    width: 45px;
}
#div-4 {
    padding-bottom: 20px;
}
#div-5 {
    font-weight: bold;
}
/*table*/
#table-1 {
    min-width: 370px;
}
/*tr*/
#tr-1 {
    background-color: gray;
}
/*td*/
/*a*/
.a-1 {
    float: left;
}
#a-2 {
    display: block;
}
#a-3 {
    width: 32px;
    height: 32px;
}
/*p*/
/*h*/
/*span*/
.span-1 {
    color: black;
    float: right;
}
#span-2 {
    font-weight: bold;
    color: #C91A13;
    font-size: 12px;
    margin-top: 5px;
}
#span-3 {
    font-weight: bold;
    color: #C91A13;
    font-size: 12px;
}
#span-4 {
    font-weight: bold;
}
.span-5 {
    color: black;
    float: left;
}
#span-6 {
    float: left;
}
/*img*/
#img-1 {
    width: 32px;
    height: 32px;
}
/*button*/
#button-1 {
    width: 45px;
}
.button-0 {
    width: 45px;
}